FS#47237 - [shutter] segfault when trying make screenshot

Attached to Project: Community Packages
Opened by Tomasz Przybył (FadeMind) - Wednesday, 02 December 2015, 09:59 GMT
Last edited by Balló György (City-busz) - Tuesday, 24 January 2017, 12:25 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

[tomasz@arch ~]$ shutter
WARNING: Gtk2::AppIndicator is missing --> there will be no icon showing up in the status bar when running Unity!

GLib-CRITICAL **: Source ID 30 was not found when attempting to remove it at /usr/bin/shutter line 7249.
The program 'shutter' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 11942 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
[tomasz@arch ~]$


This task depends upon

Closed by  Balló György (City-busz)
Tuesday, 24 January 2017, 12:25 GMT
Reason for closing:  Won't fix
Additional comments about closing:  The package is moved to AUR.
Comment by Tomasz Przybył (FadeMind) - Wednesday, 02 December 2015, 20:36 GMT
OBSOLETE comment > see below
Comment by Tomasz Przybył (FadeMind) - Friday, 04 December 2015, 13:23 GMT
I don't get this.
Like I posted previous downgrade of mesa and rebuild perl-glib fixed segfault.
Today I have exactly the same issue when I want make screenshot:

[tomasz@arch ~]$ shutter
WARNING: Gtk2::AppIndicator is missing --> there will be no icon showing up in the status bar when running Unity!

GLib-CRITICAL **: Source ID 31 was not found when attempting to remove it at /usr/bin/shutter line 7249.
The program 'shutter' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 3113 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
[tomasz@arch ~]$


So this is deeper issue than I suspected.

Comment by Tomasz Przybył (FadeMind) - Tuesday, 15 December 2015, 18:30 GMT
So, Mesa 11.1.0 released. And issue with segfault shutter still happen.
Note: the same issue happened on bzr release from AUR.

tomasz@arch ~]$ shutter --sync
WARNING: Gtk2::AppIndicator is missing --> there will be no icon showing up in the status bar when running Unity!

Gtk-WARNING **: Theme directory of theme oxygen has no size field
GLib-CRITICAL **: Source ID 103 was not found when attempting to remove it at /usr/bin/shutter line 7249.
The program 'shutter' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 30033 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
[tomasz@arch ~]$
Comment by Tomasz Przybył (FadeMind) - Friday, 25 December 2015, 15:54 GMT

Loading...