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 648435 - Glabels crashes on start
Glabels crashes on start
Status: RESOLVED DUPLICATE of bug 612334
Product: glabels
Classification: Other
Component: general
2.2.8
Other Linux
: Normal blocker
: ---
Assigned To: glabels-maint
glabels-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-22 00:41 UTC by cyborghunter
Modified: 2011-04-22 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description cyborghunter 2011-04-22 00:41:33 UTC
I'm using Kubuntu 10.10 with all current updates on two different machines. One running 64 bit with 4GB RAM, and the other 32 bit with 3GB RAM.
Both systems have AMD dual core processors (but different ones). Both have ATI video.

Glabels originally worked on both of these systems but now crashes immediately on starting, with the following error:
Gtk:ERROR:/build/buildd/gtk+2.0-2.22.0/gtk/gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval != NULL)
Aborted

Here is the backtrace output:
gdb glabels
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/glabels...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/glabels 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7dccb70 (LWP 22879)]
[New Thread 0xb5690b70 (LWP 22880)]
[New Thread 0xb4e8fb70 (LWP 22881)]
[Thread 0xb4e8fb70 (LWP 22881) exited]
**
Gtk:ERROR:/build/buildd/gtk+2.0-2.22.0/gtk/gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval != NULL)

Program received signal SIGABRT, Aborted.
0x0012e416 in __kernel_vsyscall ()

(gdb) bt
  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/libc.so.6
  • #2 abort
    from /lib/libc.so.6
  • #3 g_assertion_message
    from /lib/libglib-2.0.so.0
  • #4 g_assertion_message_expr
    from /lib/libglib-2.0.so.0
  • #5 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #6 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #8 ??
    from /lib/libglib-2.0.so.0
  • #9 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #10 ??
    from /lib/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #12 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 main

Comment 1 Jim Evins 2011-04-22 02:54:09 UTC
This is a duplicate of 612334 and is a bug in gtk.  This has been fixed in master, but has never been applied to 2.22, so it is still broken in the distributions.

(See comment #11 in 612334 for a work around in kubuntu 10.10.)

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