Linux Crash with InterfaceWithPython
dennisnjeru opened this issue · 5 comments
dennisnjeru commented
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)
Version
v5.0-beta.Z.2021lunch
Desktop (please complete the following information):
- OS: Pop!_OS 21.10
dcwhite commented
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?
jessdtate commented
The crash happens everytime, but the critical error only shows once in a while.
jessdtate commented
@dennisnjeru Can you try the network without the python console open?
tarkpate commented
Tested on @dennisnjeru's machine. Confirmed that the Python Console was open. Closing it solved the issue. This is okay to close.