-
Notifications
You must be signed in to change notification settings - Fork 171
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 by sequential close, show -calls #326
Comments
iamsergio
added a commit
that referenced
this issue
Mar 8, 2023
Currently an XFAIL (cherry-picked from commit 5b484a7)
iamsergio
added a commit
that referenced
this issue
Sep 18, 2023
Not easily reproduced by the user, but can happen programatically when doing dw->close(), followed by a dw->open(). The close() schedules a Group deletion, while dw->open() restores it to the group. The group is then deleted on the next event loop nd deletes the dock widgets. For now, just printing an error, so tests fail whenever this happen. Relates to #326.
iamsergio
added a commit
that referenced
this issue
Jan 31, 2024
iamsergio
added a commit
that referenced
this issue
Jan 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dock
;dock->close();
;dock-show();
;QCoreApplication::processEvents();
;dock
- crash...This happens because
dock
is being deleted (by step 2 - 4, due to "deferred deletion" ofKDDockWidgets::Frame
at line)...KDDW: 1.4, 1.5, master-branch. Diff for repro diff.txt
The text was updated successfully, but these errors were encountered: