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 329704 - gnome-system-log 2.13.91 fails on startup (new one)
gnome-system-log 2.13.91 fails on startup (new one)
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: logview
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-03 03:22 UTC by Frank Arnold
Modified: 2006-02-03 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank Arnold 2006-02-03 03:22:46 UTC
See also https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179688

Obviously the GConf value for the font was not read.

gdb backtrace:
  • #0 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 88
  • #2 __libc_message
    at ../sysdeps/unix/sysv/linux/libc_fatal.c line 170
  • #3 _int_free
    at malloc.c line 5602
  • #4 *__GI___libc_free
    at malloc.c line 3433
  • #5 IA__g_free
    at gmem.c line 187
  • #6 widget_set_font
    at misc.c line 185
  • #7 logview_init
    at logview.c line 862
  • #8 IA__g_type_create_instance
    at gtype.c line 1567
  • #9 g_object_constructor
    at gobject.c line 1015
  • #10 IA__g_object_newv
    at gobject.c line 912
  • #11 IA__g_object_new_valist
    at gobject.c line 955
  • #12 IA__g_object_new
    at gobject.c line 793
  • #13 logview_window_new
    at logview.c line 986
  • #14 main
    at main.c line 159
  • #15 generic_start_main
    at ../csu/libc-start.c line 231
  • #16 __libc_start_main
    at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c line 127
  • #17 ??

Comment 1 Emmanuele Bassi (:ebassi) 2006-02-03 17:03:48 UTC
the monospace font check should not fail, as it should return the default value for the desktop's monospace font (it's a global setting), at least from its schema.

anyway, I've added a check for in HEAD that should prevent the case where GConf returns an empty string.