GNOME Bugzilla – Bug 329274
gnome-panel core dumps on startup -- processing recent_documents_tooltip_func
Last modified: 2006-02-04 11:13:43 UTC
Steps to reproduce: 1. start gnome-panel with a history that has "start-here:///" 2. 3. Stack trace: (gdb) thread apply all bt
+ Trace 65765
Thread 1 (Thread -1216473424 (LWP 11011))
Other information: in thread 1, frame 10 the variable tooltip has value "start-here:///" i have no idea where gnome-panel gets the value for tooltip -- i've deleted ~/.gnome* ~/.gconf* /tmp/orbit-* /tmp/gconf* dirs and restarted but still get this crash
if i change the panel-recent.c:203 so that gtk_tooltips_set_tip (tooltips, menu_item, tooltip, NULL); isnt called then there is no crash, but clicking on "appliations" or any of the other menus dont result in any action. similarly, if i right click on the gnome panel (at the of the screen) i do not get any menu popup letting me select which applets i want to run on the panel
crash in gtk+, reassigning Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. please install the gtk+ debugging packages.
Really looks like bug 327748. *** This bug has been marked as a duplicate of 327748 ***
i was using gtk 2.8.10 when the crash was reported -- reading your comments, i built and installed gtk 2.8.11 and this resolves the issue (not sure if by luck or not)