-
Notifications
You must be signed in to change notification settings - Fork 110
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
Selecting parameter from Response Correlation Viewer causing util abort #3168
Comments
Which testcase? |
We was presented with a case to test towards webviz and they reported errors. The case should be working This is caused by .lock - files being present in the storage due to ERT crashing and leaving storage in a way it is not possible to use. A likely reason to this case failing is that the storage is in an unsynchronised state (the "fingers crossed" warning is given when trying to access plot data to a case. Lock files are observed in the storage folder, although there should not be any open ert instances).
ert/libres/lib/enkf/block_fs_driver.cpp Lines 172 to 180 in ad42a1a
The ert/libres/lib/res_util/block_fs.cpp Lines 1165 to 1183 in ad42a1a
Note that there were multiple cases in the ert setup, and only for the cases that had lock files present this would fail. |
@oysteoh commented on Tue Mar 29 2022
Clicking around selectin various parameters i hit this one
@oysteoh commented on Tue Mar 29 2022
Quite common to get selecting different parameters in the test-case actually....
@oysteoh commented on Tue Mar 29 2022
Actually consistent across a group of parameters called
TRAJSHIFT:xxxxxxx
. Loading data from those causing the error mentioned. Selecting thedefault
ensemble empty charts is rendered, selecting any ensembles exceptdefault
seems to trigger this exception.The text was updated successfully, but these errors were encountered: