GNOME Bugzilla – Bug 684799
crash in atk_object_notify_state_change (accessible=0xcaff288, state=11, value=value@entry=0) at atkobject.c:1173
Last modified: 2013-04-07 16:00:25 UTC
I get this bug two times after return from lock-screen. when return gnome-shell crashes here the trace Fedora 18 and GNOME 3.5.91 warning: .dynamic section for "/lib/libstdc++.so.6" is not at the expected address (wrong library or version mismatch?) [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". warning: "/var/cache/abrt-di/usr/lib/debug/usr/lib/libcairo-gobject.so.2.11200.2.debug": separate debug info file has no debug info warning: "/var/cache/abrt-di/usr/lib/debug/usr/lib/libicudata.so.49.1.1.debug": separate debug info file has no debug info Core was generated by `/usr/bin/gnome-shell'. Program terminated with signal 11, Segmentation fault.
+ Trace 230908
Thread 1 (Thread 0xb7439880 (LWP 1095))
I was trying to reproduce this (also F18 and GNOME 3.5.91) and have not been able to so far. I can lock and unlock just fine. Would you happen to know if there is some specific trigger that reliably makes the crash occur?
Now I get the same trace when Evolution show a receives email notification and crash, I don't know how to reproduce, because I try and I try, but nothing, (random crash). any idea? rpm -qa |grep gnome-shell gnome-shell-3.6.1-3.fc18.i686 gnome-shell-extension-common-3.6.1-1.fc18.noarch gnome-shell-extension-user-theme-3.6.1-1.fc18.noarch rpm -qa |grep atk atkmm-2.22.6-2.fc18.i686 atkmm-devel-2.22.6-2.fc18.i686 atk-debuginfo-2.6.0-1.fc18.i686 at-spi2-atk-2.6.1-1.fc18.i686 at-spi2-atk-devel-2.6.1-1.fc18.i686 atk-devel-2.6.0-1.fc18.i686 atk-2.6.0-1.fc18.i686
(In reply to comment #2) > Now I get the same trace when Evolution show a receives email notification and > crash, I don't know how to reproduce, because I try and I try, but nothing, > (random crash). any idea? So in this case is evolution the application crashing or it is also gnome-shell the one crashing?
Fabio, ping
(In reply to comment #4) > Fabio, ping Fabio, I'm suspecting that this bug can be a duplicate of bug 692706. On that bug there are additional information, and also a script to reproduce it (if you try it, it would be awesome). Additionally, on bug 692706 comment 13 it says that happens on i686 but not on x86_64. Could you confirm if that is also your case?
Yes I can reproduce the script I get the crash: Try: $ while [ 1 ]; do notify-send --expire-time=1000 --hint=int:transient:1 test ; sleep 1; done and $ notify-send --expire-time=1000 --hint=int:transient:1 test ; notify-send --expire-time=1000 --hint=int:transient:1 test ; is the same trace Mark with dup *** This bug has been marked as a duplicate of bug 692706 ***