-
Notifications
You must be signed in to change notification settings - Fork 17
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 on shutdown (Linux and Mac) #4
Comments
Running offscreen sample under apitrace on Linux produces a backtrace on segfault. This might be helpful to anyone wanting this fixed: ~/projects/apitrace/build/apitrace trace --output app.trace ./qt3d-offlinerenderer |
Thanks for your issue! I am aware of it but deemed it a Qt internal bug that's why I did not try to solve it. |
On Linux, when shutdown crash occurs, this text can be found in output:
Xlib: sequence lost (0x10675 > 0x67b) in reply type 0x23!
Xlib: sequence lost (0x11b93 > 0x1b95) in reply type 0x23!
Xlib: sequence lost (0x148f4 > 0x48fa) in reply type 0x23!
Segmentation fault (core dumped)
On Mac, it simply segfaults at shutdown.
The text was updated successfully, but these errors were encountered: