Hello everyone, I’m new to ParaView.
I frequently encounter crashes while using ParaView, which is frustrating because I haven’t saved my previous operations. When I reopen my VTU file and try to post-process it, I often experience repeated crashes, and I receive no error messages, which is baffling.
Allow me to provide more details. I’m using Windows 11 and ParaView version 5.11.1. My VTU files are computed using the open-source program PyFR, and they are over 100MB in size, using a second-order VTU format. For now, I’ve set ParaView’s Nonlinear Subdivision level to 1.
The crashes often occur during relatively simple post-processing operations. For example, after opening the VTU file, I calculate the Q criterion using the Gradient filter and then use Contour to extract an iso-surface of the Q criterion. These crashes happen without any additional complex steps.
I’ve disabled “Apply changes to parameters automatically,” and my computer has 64GB of memory. I’ve also used the Memory Inspector to ensure there are no memory issues.
In the past, I tried using ParaView to handle high-order VTU files exported from PyFR computations, but the frequent crashes without any error messages made me consider giving up on ParaView. By the way, when I was processing high-order VTU files on Ubuntu, the crashes I encountered often resulted in a message in the terminal saying “Segmentation fault (core dumped),” similarly without any valuable information.
I’d greatly appreciate any help. If more details are needed, please feel free to ask. I want to understand why these crashes might be happening. Is there a way to monitor the sudden crashes and determine their causes? Or could you provide more guidance on working with high-order VTU files? Thank you very much!