You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running checkpointing from a trick.DRBinary will function where running checkpointing from atrick.DRHDF5 file will cause a seg fault. Currently, there are also no tests that use the trick.DRHDF5 format when running checkpointing tests. See the SIM_checkpoint_data_recording for more details as it seems to only use trick.DRAscii.
This is currently occurring in a RHEL8 environment.
Steps to Reproduce
Create a small simulation and let it run in real-time. Enable the GUI. Configure an input.py file that looks something like this:
Thanks for bringing this to our attention, we're working a solution and will update once it's been tested and committed. The issue will stay open until then.
Description
Running checkpointing from a
trick.DRBinary
will function where running checkpointing from atrick.DRHDF5
file will cause a seg fault. Currently, there are also no tests that use thetrick.DRHDF5
format when running checkpointing tests. See the SIM_checkpoint_data_recording for more details as it seems to only usetrick.DRAscii
.This is currently occurring in a RHEL8 environment.
Steps to Reproduce
input.py
file that looks something like this:Start
).Freeze
).Dump Chkpnt
).Start
).Freeze
).Load Chkpnt
).This feature works as intended. Now, we'll do the same thing with a
trick.DRHDF5
file.input.py
file such that it saves in atrick.DRHDF5
format:Start
).Freeze
).Dump Chkpnt
).Start
).Freeze
).Load Chkpnt
).See if it can
Start
again, but check your terminal from where you launched the simulation. The error I see when this occurs is:Process terminated by signal SIGSEGV
The text was updated successfully, but these errors were encountered: