Importing OpenMC causes a seg fault #12
Labels
Comp:Core
This issue has to do with the main bulk of the code or document. (methods, main content)
Difficulty:3-Expert
This issue is not only complicated, but also complex. It may require special advanced skills.
Priority:2-Normal
This work is important and should be completed ASAP.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Bug
Something is wrong or broken. This issue or PR is related to a bug in code.
Including
import openmc
in the archetype file causes a seg fault (sometimes SIGSEGV, sometimes SEGABRT) after the simulation runs and writes the results to the output database.Line that causes the seg fault:
import openmc
in `openmcyclus/DepleteReactor.pyThe seg fault does not occur if this line is not present/commented out. But this line is needed to call the depletion solver in OpenMC.
A common message in the terminal with the segmentation fault is:
double-linked list
, and the traceback to different parts of python. After doing some mild debugging with gdb, I have concluded that python is trying to access memory that it is not supposed to.A traceback using gdb:
The text was updated successfully, but these errors were encountered: