-
Notifications
You must be signed in to change notification settings - Fork 757
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 after launching sc with floating Doc panel #1139
Comments
Process: SuperCollider [76508] Date/Time: 2014-06-21 17:00:39.251 -0700 Sleep/Wake UUID: EA87701F-D030-42B8-95E1-1B95B1F4BDFE Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Thread 0 Crashed:: Dispatch queue: com.apple.main-thread |
I can prevent the crash by wrapping some naked pointers to currentContainer in QPointer. Somewhere in the dock / undock process a window is being destroyed while there are still refs outstanding, as suggested by: However, that fix still leaves a dead os window hanging around, in addition to the active doc window docked where it should be. That's probably the thing that James was seeing in his bug. |
Gah, this is the bug, probably. |
The temp solution to this is going to have to be destroying the webview and then recreating it when docking / undocking. Ick. |
Fixed for qt >= 5.3.2 |
Result: crash on mouse down when you try 4. This seems similar to James' #1138 problems.
The text was updated successfully, but these errors were encountered: