-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
wayland crash on startup #686
Comments
This looks like a dependency problem in the package, please report to aur maintainer |
That... would be me. 😃 Isn't this dependency optional, only required for Imgur support? I have uninstalled it on my machine and Shutter still shows this message, but doesn't crash afterwards. I assume that the segmentation fault is not related to the missing optdepend. |
I guess, you'd need to debug it, see #486 (comment) The output you provided looks good, till suddenly the segmentation fault pops up. In your case the command should be
|
the shutter window doesn't close by itself when attached to gdb, which i find interesting. |
That's expected. Please show output of |
not anecdotally, no. I don't have much experience with gdb, but usually a segfault has resulted in the window disappearing. Anyway: as i'm not sure if debugd is necessary to turn on, here is both options: |
I don't see anything related to Shutter code in both debug outputs. Seems like a bug in GTK or some of the Perl dependencies to me... |
gdb catches that event, and pauses the process just before it dies. That's why it doesn't disappear. Therefore, it is expected. Not sure what's going on there. Looks like stack overflow to me |
Brief summary of issue
It goes through all the plugins, hangs for a few seconds, then quits.
Steps to reproduce the issue
Error output
https://pastebin.com/KSEbucNE
Extra information, such as Shutter version, display server in use (Xorg or Wayland), operating system and ideas for how to solve:
Shutter version: 0.99.5
OS: Endeavour
Wayland KDE 6.1.3
The text was updated successfully, but these errors were encountered: