GNOME Bugzilla – Bug 167951
"run application" gnome-panel crash after open window
Last modified: 2005-10-05 16:08:23 UTC
Distribution: Debian 3.1 Package: gnome-panel Severity: normal Version: GNOME2.8.1 2.8.x Gnome-Distributor: Debian Synopsis: "run application" gnome-panel crash after open window Bugzilla-Product: gnome-panel Bugzilla-Component: Panel Bugzilla-Version: 2.8.x BugBuddy-GnomeVersion: 2.0 (2.8.0) Description: Description of the crash: The window "Run Application" crash (gnome-panel) after open "run app" window open. Steps to reproduce the crash: 1. Click "gnome", "run application" ..... open window .... then crash 2. 3. Expected Results: How often does this happen? Always Additional Information: The gnome-panel says: "There was another gnome-panel running" .... Debugging Information: Backtrace was generated from '/usr/bin/gnome-panel' (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 1089794624 (LWP 5159)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) 0x4078c4ee in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 55911
Thread 1 (Thread 1089794624 (LWP 5159))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-02-20 10:23 ------- Unknown platform unknown. Setting to default platform "Other". Unknown milestone "unknown" in product "gnome-panel". Setting to default milestone for this product, '---' The original reporter of this bug does not have an account here. Reassigning to the person who moved it here, unknown@bugzilla.gnome.org. Previous reporter was hudsonfas@ibest.com.br. Setting to default status "UNCONFIRMED". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
Looks like a gail problem to me.
Is accessibility enabled when this bug occurs? Can you reproduce this with debug libraries?
*** Bug 169052 has been marked as a duplicate of this bug. ***
*** Bug 167280 has been marked as a duplicate of this bug. ***
Copying the text from bug 167280, in case it gets missed: Actually, looking at the code, I bet the problem is in gail_scrolled_window_scrollbar_visibility_changed(). The calls to gtk_widget_get_accessible() may be causing the problem. Maybe you need to check if the scrolled window is being destroyed at the top of the function.
This first started crashing on me after I upgraded from Slackware 10.0 to 10.1. I haven't compiled from the sources. If that would help, I can remove any packages you think relevant, and download the tarballs and compile them. I hadn't been using gedit that often, but I'm pretty certain that I used it successfully before the upgrade to 10.1. I upgraded about a week ago, and first used gedit under blackbox yesterday. This morning I tried it under gnome and got the same result (crash). I then thought to try as root, and was successful while logged in as root, both in blackbox and gnome. When logged in as root, run from rxvt, got this message while running gedit in the rxvt window (gedit:1043):Gdk Pixbuf-CRITICAL **: gdk_pixbuf_new_from_file: assertion 'filename != NULL' failed When _not_ run as root, thru rxvt, I received that message but with a 1081 instead of the 1043. Also this additional message in the rxvt window Gtk-CRITICAL **:gtk-container_foreach: assertion 'GTK_IS_CONTAINER(container)' failed To sum up, when I'm not logged in as root, gedit crashed every time I try to open a file. When run as root, I can successfully open files. Perhaps it's distribution specific. If requested, I can re-compile any relevent source packages on my system. But let me know which ones. I'm still basically a newbie.
I can open files fine by using "open location" from the file menu, and typing in file://home/........
*** Bug 170576 has been marked as a duplicate of this bug. ***
I do not have confidence in the stack trace. For instance, #18 is gtk_scrolled_window_get_shadow_type and I do not see how this can call gtk_widget_destroy. gtk_widget_hide calls g_object_notify on "visible" propery. I suspect that the problem may be in gail_widget_notify_gtk. I would like to see a stack trace with debug libraries to confirm.
*** Bug 304285 has been marked as a duplicate of this bug. ***
stack trace from last dup seems to be quite good You may want to look at it Padraig. It also occurs when launching an app.
The stack traces look the same to me.
This looks very much like a duplicate of bug 171965 (which was fixed in gail 1.7.0).
thanks Damon, I believe you are correct. *** This bug has been marked as a duplicate of 171965 ***