---
title: "Post Processing interrupts without error message"
slug: "post-processing-interrupts-without-error-message"
tags: ["Troubleshooting"]
updated: 2025-02-06T09:40:14Z
published: 2025-02-06T09:40:14Z
canonical: "knowledge.navvis.com/post-processing-interrupts-without-error-message"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.navvis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Post Processing interrupts without error message

## Issue Description

Post processing interrupts without an error message. No log files are created. It looks like it never started.

### Scope

NavVis Desktop Processing

## Solution

One reason can be that the /tmp/ folder is full. This folder is used, to store temporary data during the processing and is crucial to finish

1. Open your terminal
2. go to the /tmp/ folder (**cd /tmp/**)
3. Delete everything (**rm -rf ***)
4. Check with **ls** if the folder is emptyY
