GNOME Bugzilla – Bug 665602
gnome-settings-daemon segfaults in send_selection_notify(), receives XError
Last modified: 2012-03-08 05:33:41 UTC
This issue was originally reported here: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/873545 http://my.opera.com/ruario/blog/2011/12/02/styling-lost-opera-shutdown gnome-settings-daemon crashes when closing Opera or Skype. It seems that the clipboard manager is trying to get clipboard content of applications being closed. Error message: (gnome-settings-daemon:1647): Gdk-WARNING **: The program 'gnome-settings-daemon' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 3618 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.) Stacktrace (https://launchpadlibrarian.net/86505734/g-s-d_gdb_bt.log): Breakpoint 1, gdk_x_error (xdisplay=0x6439e0, error=0x7fffffffdac0) at /build/buildd/gtk+3.0-3.2.0/./gdk/x11/gdkmain-x11.c:277 in /build/buildd/gtk+3.0-3.2.0/./gdk/x11/gdkmain-x11.c (gdb) bt
+ Trace 229219
Can't reproduce the problem here with Opera 11.61-1250 for x86_64. The lines mentioned are also surrounded by a gdk_error_trap_push()/gdk_error_trap_pop_ignored() pair. How do I reproduce the problem?
Opera is circumventing this bug with changes made since 11.60. So you could reproduce this with earlier versions of Opera.
And how do I get the old version?
Opera 11.52 is available @ ftp://ftp.opera.com/pub/opera/linux/1152/.
"Opera/9.80 (X11; Linux x86_64; U; en-GB) Presto/2.9.168 Version/11.52" And I can't seem to reproduce the problem. What do I need to do exactly to reproduce this crasher?
Before updating Opera I was getting the crash simply by opening Opera, copying some text from a web page, and closing it. Apparently Skype had the same issue (I think I verified this too), but having just tried it, this is no longer causing the crash either. If an old version of Opera isn't doing it, it's possible the bug has already been fixed as a matter of course.
closing bug as per comment#6