ResInsight icon indicating copy to clipboard operation
ResInsight copied to clipboard

Summary Plot: Undefined observed data gives crash when open project file

Open hhgs opened this issue 3 years ago • 1 comments

Importing observed data as an csv-file (Line based) with some data empty (blank, undefined), causes ResInsight to crash when project is opened next time.

Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must not let any exception whatsoever propagate through Qt code. If that is not possible, in Qt 5 you must at least reimplement QCoreApplication::notify() and catch all exceptions there.

An unknown exception that terminated ResInsight caught in RiaMain.cpp. terminate called after throwing an instance of 'int'

hhgs avatar Mar 30 '22 10:03 hhgs

Not able to reproduce this issue. Please provide a sample file that triggers this error.

jonjenssen avatar Aug 24 '22 11:08 jonjenssen