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

Rare Crash using OSGView or ScatterPlotView #207

Open
hpuhr opened this issue Apr 28, 2021 · 0 comments
Open

Rare Crash using OSGView or ScatterPlotView #207

hpuhr opened this issue Apr 28, 2021 · 0 comments
Assignees
Labels

Comments

@hpuhr
Copy link
Owner

hpuhr commented Apr 28, 2021

In rare cases, the application crashes when an OSView or ScatterPlotView is created/started, with one of the following errors:

"OSGViewDataWidget::OSGViewDataWidget(OSGView*, OSGViewDataSource*, QWidget*): Assertion `!windows.empty()' failed."
"QOpenGLWidget: Failed to create context"
"makeCurrent() failed"

It is not really known what causes the error, but the real issue is that no OpenGL context window can be created in the graphics environment. It is assumed that this happens when something is changed in the running system which breaks the OpenGL background components, e.g. after an update.

This issue is resolved after a reboot/restart of the X window system, which is confirmed by the author and other users.

Since this seems to be common for all OpenGL applications and not COMPASS specific, and a resolution exists, this won't be investigated further. If this is not acceptable please contact the author.

@hpuhr hpuhr self-assigned this Apr 28, 2021
@hpuhr hpuhr added the wontfix label Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant