Open jsnyder opened 12 years ago
It's clearly a cleanup of a widget. It's difficult to say without a reproducible example, but the most likely cause is that you are closing a window, likely a dialog.
Leaving this open for further comments, but it should really be rechecked against a more recent version of mayavi.
I'm running: Python 2.7.2, VTK 5.8.0, Qt 4.7.4, on Mac OS X and ets develop as of Dec 20.
If I bring up Mayavi and begin working with it for some time (change DataSetClipper to ImplicitPlane, add some IsoSurfaces) eventually I seem to get a crash at some point that I haven't been able to tie to a particular action. I'm wondering if I can provide some better feedback or if there's some way to better track down the cause of the crash myself? I'm not terribly familiar with using qt or GUI programming, but I've done plenty of C and Python programming. What are the recommended methodologies for figuring out which component might be causing this? It looks like ultimately we're dropping into a C/C++ binding call through SIP which causes the meltdown, but I'm not sure what tool would be best to track this further.
Below is Apple's "Problem Report" that gets generated when the crash occurs: