-
Notifications
You must be signed in to change notification settings - Fork 144
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
[GTK4] gtk_shortcut_controller_remove_shortcut crash when using Eclipse #346
Comments
Hmm, I believe I reproduced this, with the following snippet:
I always get GTK-CRITICALs like this:
And occasionally, I see it crash like this:
|
mbooth101
added a commit
to mbooth101/eclipse.platform.swt
that referenced
this issue
Mar 20, 2023
…rtcut crash Null the handle reference after removing the shortcut from the menu item, to prevent it from trying to remove the shortcut more than once. Fixes eclipse-platform#346 Signed-off-by: Mat Booth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After opening a file in GTK4 and moving around in the IDE a crash happens in gtk_shortcut_controller_remove_shortcut.
Here is the log: hs_err_pid174210.log
Environment: GTK 4.6.5, Fedora 36, Wayland
Tracked in #228
The text was updated successfully, but these errors were encountered: