-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in summary files from Eclipse 2023, double free or corruption #945
Comments
ResInsight will not fail on the same smry file. |
The related bug in ERT was triggered with MPI runs, while this crash is independent whether the UNSMRY file was produced using Eclipse in MPI mode or not. |
Actual issue happens here:
It seems to be related to hitting this block: resdata/lib/resdata/rd_smspec.cpp Lines 1229 to 1235 in 6a113a4
which resinsight has improved in OPM/ResInsight@285433c The issue is that |
In summary files with restarts involved and written by Eclipse version 2023.1,
EclSum("CASE.DATA")
gives a crash probably in the lines:resdata/lib/resdata/rd_sum.cpp
Lines 104 to 109 in 6a113a4
When the same DATA file is run with Eclipse 2021.3, the summary file is read without any crash.
The text was updated successfully, but these errors were encountered: