Re: gnome-calendar bug?



> From: Dave Reed <dreed@capital.edu>
> 
> Just for kicks, I downloaded the gnome-pim 1.0.3 tarball and compiled
> it.  gnome-cal hung for a long time while trying to set monthly
> recurring appointment.  I eventually used fvwm's destroy button to
> kill it.  A little later - I got the following and then my disk drive
> churned for a while :-)
> 
> GLib-ERROR **: could not reallocate 268435456 bytes
> aborting...
> 
> No, I don't have quite that much memory :)
> 
> Dave

Sorry to follow-up my own post, but after my disk stopped churning, I
had a rather larger core file: 137035776 Mar 29 20:57 core

My apologies if this should have gone to a gnomecal mailing list.

Here's the backtrace:

Reading symbols from /usr/local/lib/libgnorba.so.27...done.
Reading symbols from /usr/local/lib/libORBitCosNaming.so.0...done.
Reading symbols from /usr/local/lib/libORBit.so.0...done.
Reading symbols from /usr/local/lib/libIIOP.so.0...done.
Reading symbols from /usr/local/lib/libORBitutil.so.0...done.
Reading symbols from /usr/local/lib/libgnomeui.so.32...done.
Reading symbols from /usr/local/lib/libart_lgpl.so.2...done.
Reading symbols from /usr/local/lib/libgdk_imlib.so.1...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Reading symbols from /usr/local/lib/libgtk-1.2.so.0...done.
Reading symbols from /usr/local/lib/libgdk-1.2.so.0...done.
Reading symbols from /usr/local/lib/libgmodule-1.2.so.0...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Reading symbols from /usr/local/lib/libgnome.so.32...done.
Reading symbols from /usr/local/lib/libgnomesupport.so.0...done.
Reading symbols from /usr/local/lib/libesd.so.0...done.
Reading symbols from /usr/local/lib/libaudiofile.so.0...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libdb.so.2...done.
Reading symbols from /usr/local/lib/libglib-1.2.so.0...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /usr/lib/libz.so.1...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /lib/libnss_files.so.1...done.
Reading symbols from /usr/local/lib/libimlib-png.so...done.
Reading symbols from /usr/lib/libpng.so.2...done.
#0  0x4040f811 in __kill ()
(gdb) bt
#0  0x4040f811 in __kill ()
#1  0x4040f63f in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x4041084f in abort () at ../sysdeps/generic/abort.c:83
#3  0x403e1f01 in g_logv (log_domain=0x403ed03e "GLib", 
    log_level=G_LOG_LEVEL_ERROR, 
    format=0x403eced3 "could not reallocate %lu bytes",
args1=0xbfffea50)
    at gmessages.c:389
#4  0x403e1fae in g_log (log_domain=0x403ed03e "GLib", 
    log_level=G_LOG_LEVEL_ERROR, 
    format=0x403eced3 "could not reallocate %lu bytes") at
gmessages.c:406
#5  0x403e0b8b in g_realloc (mem=0x4052a008, size=268435456) at
gmem.c:342
#6  0x403e9411 in g_string_maybe_expand (string=0x80e4a08, len=56)
    at gstring.c:208
#7  0x403e974d in g_string_append (fstring=0x80e4a08, 
    val=0x82588d0 "payday, mail credit cards, pay mortgage, disability
EFT\n")
    at gstring.c:299
#8  0x403e9e25 in g_string_sprintfa_int (string=0x80e4a08, 
    fmt=0x8071964 "%s\n", args=0xbfffeae4) at gstring.c:486
#9  0x403e9e87 in g_string_sprintfa (string=0x80e4a08, fmt=0x8071964
"%s\n")
    at gstring.c:512
#10 0x8065dd7 in add_event (ico=0x81e1000, start=925041600,
end=925074000, 
    data=0xbfffed2c) at month-view.c:641
#11 0x8053e4b in generate (ico=0x81e1000, reference=925023600, 
    cb=0x8065d84 <add_event>, closure=0xbfffed2c) at calobj.c:1054
#12 0x8054210 in ical_object_generate_events (ico=0x81e1000,
start=922942800, 
    end=925531200, cb=0x8065d84 <add_event>, closure=0xbfffed2c)
    at calobj.c:1231
#13 0x8051c53 in calendar_iterate_on_objects (objects=0x8231138, 
    start=922942800, end=925531200, cb=0x8065d84 <add_event>, 
    closure=0xbfffed2c) at calendar.c:188
#14 0x8051c82 in calendar_iterate (cal=0x80a0698, start=922942800, 
    end=925531200, cb=0x8065d84 <add_event>, closure=0xbfffed2c)
    at calendar.c:195
#15 0x8065f2a in month_view_update (mv=0x80a7ac8, object=0x81e1000,
flags=1)
    at month-view.c:681
#16 0x8061b4b in gnome_calendar_update_all (cal=0x809de18,
object=0x81e1000, 
    flags=1) at gnome-cal.c:206
#17 0x8061bd8 in gnome_calendar_add_object (gcal=0x809de18,
obj=0x81e1000)
    at gnome-cal.c:227
#18 0x8055db3 in ee_ok (widget=0x81a1fa0, ee=0x81cef38) at
eventedit.c:728
#19 0x40272cf3 in gtk_marshal_NONE__NONE (object=0x81a1fa0, 
    func=0x8055d88 <ee_ok>, func_data=0x81cef38, args=0xbfffee68)
    at gtkmarshal.c:363
#20 0x4023b1a6 in gtk_handlers_run (handlers=0x822c738,
signal=0xbfffee24, 
    object=0x81a1fa0, params=0xbfffee68, after=0) at gtksignal.c:1909
#21 0x4023a6bc in gtk_signal_real_emit (object=0x81a1fa0,
signal_id=100, 
    params=0xbfffee68) at gtksignal.c:1469
#22 0x40238a58 in gtk_signal_emit (object=0x81a1fa0, signal_id=100)
    at gtksignal.c:552
---Type <return> to continue, or q <return> to quit---
#23 0x401b73b8 in gtk_button_clicked (button=0x81a1fa0) at
gtkbutton.c:338
#24 0x401b887d in gtk_real_button_released (button=0x81a1fa0)
    at gtkbutton.c:852
#25 0x40272cf3 in gtk_marshal_NONE__NONE (object=0x81a1fa0, 
    func=0x401b87e8 <gtk_real_button_released>, func_data=0x0,
args=0xbffff1a4)
    at gtkmarshal.c:363
#26 0x4023a586 in gtk_signal_real_emit (object=0x81a1fa0,
signal_id=99, 
    params=0xbffff1a4) at gtksignal.c:1432
#27 0x40238a58 in gtk_signal_emit (object=0x81a1fa0, signal_id=99)
    at gtksignal.c:552
#28 0x401b730c in gtk_button_released (button=0x81a1fa0) at
gtkbutton.c:329
#29 0x401b8292 in gtk_button_button_release (widget=0x81a1fa0,
event=0x8193b08)
    at gtkbutton.c:712
#30 0x402729d1 in gtk_marshal_BOOL__POINTER (object=0x81a1fa0, 
    func=0x401b81e4 <gtk_button_button_release>, func_data=0x0, 
    args=0xbffff4f0) at gtkmarshal.c:32
#31 0x4023a6f3 in gtk_signal_real_emit (object=0x81a1fa0,
signal_id=27, 
    params=0xbffff4f0) at gtksignal.c:1484
#32 0x40238a58 in gtk_signal_emit (object=0x81a1fa0, signal_id=27)
    at gtksignal.c:552
#33 0x4026a7c0 in gtk_widget_event (widget=0x81a1fa0, event=0x8193b08)
    at gtkwidget.c:2788
#34 0x40210d9d in gtk_propagate_event (widget=0x81a1fa0,
event=0x8193b08)
    at gtkmain.c:1295
#35 0x40210106 in gtk_main_do_event (event=0x8193b08) at gtkmain.c:752
#36 0x402adbee in gdk_event_dispatch (source_data=0x0, 
    current_time=0xbffff870, user_data=0x0) at gdkevents.c:2086
#37 0x403dfb13 in g_main_dispatch (current_time=0xbffff870) at
gmain.c:656
#38 0x403e009b in g_main_iterate (block=1, dispatch=1) at gmain.c:865
#39 0x403e021d in g_main_run (loop=0x817bcb0) at gmain.c:923
#40 0x4020fb9b in gtk_main () at gtkmain.c:475
#41 0x80646a3 in main (argc=1, argv=0xbffff8f4) at main.c:839


Dave



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]