Skip to content
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

Grid Model: Crash at import for 90 mill cells #7700

Open
hhgs opened this issue May 19, 2021 · 1 comment
Open

Grid Model: Crash at import for 90 mill cells #7700

hhgs opened this issue May 19, 2021 · 1 comment
Labels
BugInRelease Bug in an official release

Comments

@hhgs
Copy link
Member

hhgs commented May 19, 2021

Error message when importing EGRID file with about 90 mill grid cells:

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.

A standard c++ exception that terminated ResInsight caught in RiaMain.cpp: map::at
terminate called after throwing an instance of 'std::out_of_range'
what(): map::at

@hhgs hhgs added the BugInRelease Bug in an official release label May 19, 2021
@hhgs hhgs added this to the Maintenance 2021 - Sprint 5 milestone May 19, 2021
@magnesj
Copy link
Member

magnesj commented May 20, 2021

#5716 discuss a few actions that can be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugInRelease Bug in an official release
Projects
None yet
Development

No branches or pull requests

2 participants