After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 638049 - gLabels crashes on startup
gLabels crashes on startup
Status: RESOLVED DUPLICATE of bug 612334
Product: glabels
Classification: Other
Component: general
2.2.8
Other Mac OS
: Normal blocker
: ---
Assigned To: glabels-maint
glabels-maint
Depends on:
Blocks:
 
 
Reported: 2010-12-26 17:46 UTC by drboots
Modified: 2010-12-28 02:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description drboots 2010-12-26 17:46:46 UTC
Start glabels, it brings up the main screen then crashes. Starting in gdb it receives an abort and shows the following backtrace:

(gdb) run
Starting program: /opt/local/bin/glabels 
Reading symbols for shared libraries .++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++....................................................................................... done
Xlib:  extension "RANDR" missing on display "/tmp/launch-CHqMTO/org.x:0".
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
**
Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval != NULL)

Program received signal SIGABRT, Aborted.
0x00007fff869d0616 in __kill ()
(gdb) bt
  • #0 __kill
  • #1 abort
  • #2 g_assertion_message
  • #3 g_assertion_message_expr
  • #4 get_icon_fallback
  • #5 idle_populate_func
  • #6 gdk_threads_dispatch
  • #7 g_main_context_dispatch
  • #8 g_main_context_iterate
  • #9 g_main_loop_run
  • #10 gtk_main
  • #11 main


MacOS X 10.6.5
Comment 1 Jim Evins 2010-12-28 02:42:06 UTC
This problem seems to be with GtkRecentManager and seems to be affecting
various Gtk applications running in non-gnome environments.  I am marking this as a duplicate of Bug 612334.

*** This bug has been marked as a duplicate of bug 612334 ***