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

Crash when moving window under KDE #81

Closed
deadwood2 opened this issue Dec 31, 2022 · 1 comment
Closed

Crash when moving window under KDE #81

deadwood2 opened this issue Dec 31, 2022 · 1 comment
Assignees
Labels
priority:high type:bug Something isn't working

Comments

@deadwood2
Copy link
Owner

Intuition.library crashes when trying to drag window under KDE running on Ubuntu 22.10. This is not happening under Gnome on Ubuntu 22.10.

Backtrace:

#0 0x00007ffff731e981 in SendClientMessageActive (win=0x0, IntuitionBase=0x7ffff0046e40)
at /ssd/deadwood/repo-github-dd-alt-runtimelinux/AROS/arch/all-runtimelinux/intuition/intuition_x.c:202
#1 0x00007ffff72a7bfb in Intuition_75_ActivateWindow (window=0x0)
at /ssd/deadwood/repo-github-dd-alt-runtimelinux/AROS/rom/intuition/./activatewindow.c:88
#2 0x00007ffff72dba0a in __inline_Intuition_ActivateWindow (__arg1=0x0, __IntuitionBase=0x7ffff0046e40)
at /ssd/deadwood/repo-github-dd-alt-runtimelinux/alt-runtimelinux-x86_64-d/bin/runtimelinux-x86_64/AROS/Development/include/inline/intuition.h:1128
#3 0x00007ffff72e1199 in IntuiInputHandler (oldchain=0x7fffec001850, iihdata=0x7ffff0098f30)
at /ssd/deadwood/repo-github-dd-alt-runtimelinux/AROS/rom/intuition/./inputhandler.c:2145
#4 0x00007ffff6ff86db in ForwardQueuedEvents (InputDevice=0x7ffff0039a60)
at /ssd/deadwood/repo-github-dd-alt-runtimelinux/AROS/rom/devs/input/./processevents.c:126
#5 0x00007ffff6ff9dad in ProcessEvents (InputDevice=0x7ffff0039a60)
at /ssd/deadwood/repo-github-dd-alt-runtimelinux/AROS/rom/devs/input/./processevents.c:570

@deadwood2 deadwood2 added type:bug Something isn't working priority:high labels Dec 31, 2022
@deadwood2 deadwood2 self-assigned this Dec 31, 2022
deadwood2 pushed a commit that referenced this issue Jan 1, 2023
Under KDE's window manager, Intuition window is a child window of a child
window.

Fix for #81
@deadwood2
Copy link
Owner Author

Fixed in 7008bba

deadwood2 pushed a commit that referenced this issue Jan 2, 2023
Under KDE's window manager, Intuition window is a child window of a child
window.

Fix for #81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant