SCIInstitute/SCIRun

Linux Crash with InterfaceWithPython

dennisnjeru opened this issue · 5 comments

Describe the bug
SCIRun crashes with segfault when using interfaceWithPython and a FieldOutput.
Sometimes we get

[2022-03-16 15:05:47.026] [root] [critical] producer is done with bad group, something went wrong. probably a race condition...
Segmentation fault (core dumped)

test_interfacewithpython.zip

Version

v5.0-beta.Z.2021lunch

Desktop (please complete the following information):

  • OS: Pop!_OS 21.10

That error message usually happens with more complex networks. This is a pretty simple network, works fine on Mac. How often does the crash happen with it on Linux?

The crash happens everytime, but the critical error only shows once in a while.

@dennisnjeru Can you try the network without the python console open?

may be just #2093

Tested on @dennisnjeru's machine. Confirmed that the Python Console was open. Closing it solved the issue. This is okay to close.