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 94752 - gnomecal crashes on startup
gnomecal crashes on startup
Status: RESOLVED DUPLICATE of bug 83840
Product: gnome-pim
Classification: Deprecated
Component: gnomecal
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-pim Maintainers
gnome-pim Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-03 10:02 UTC by bernard
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description bernard 2002-10-03 10:02:11 UTC
When starting gnomecal either from the command line (in a xterm-window) or
from the menu (Windowmaker), it crashes and pops up an errorbox saying:
"Application 'gnomecal' (process 7413) has crashed due to a fatal error.
(Segmentation fault)".

Gdb gives me:

bernard@berrelt:~/WWW/darkmatter/templates/admin$ gdb gnomecal
GNU gdb 2002-04-01-cvs
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/gnomecal 
(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)...

Gdk-WARNING **: locale not supported by C library
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x0807149c in gnome_calendar_get_type ()
(gdb) bt
  • #0 gnome_calendar_get_type
  • #1 gnome_calendar_goto
  • #2 gncal_week_view_get_type
  • #3 gncal_week_view_get_type
  • #4 gtk_marshal_NONE__NONE
    from /usr/lib/libgtk-1.2.so.0
  • #5 gtk_signal_remove_emission_hook
    from /usr/lib/libgtk-1.2.so.0
  • #6 gtk_signal_set_funcs
    from /usr/lib/libgtk-1.2.so.0
  • #7 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0
  • #8 gtk_calendar_select_month
    from /usr/lib/libgtk-1.2.so.0
  • #9 gncal_week_view_set
  • #10 gncal_week_view_new
  • #11 gnome_calendar_get_type
  • #12 gnome_calendar_new
  • #13 new_calendar
  • #14 main
  • #15 __libc_start_main
    from /lib/libc.so.6

The bug is reproducable, so if you want more info, mail me with the things
i have to do...
Comment 1 Sebastian Rittau 2002-10-04 13:36:00 UTC

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