Re: [Evolution] brmmmbl... next crash

2001-06-26 Thread Ettore Perazzoli

 next crash:

http://bugzilla.ximian.com/show_bug.cgi?id=3599

  Thanks,

--
Ettore

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] brmmmbl... next crash

2001-06-22 Thread Thomas Emmel

Hi,

seems to be not my day to evolute...
next crash:
If you change or add contacts, the contacts crashes.
Attached again is the backtrace, it seems to be the newly added
code for freeing memory(?) in addressbook/backend/ebook/e-card-compare.c
The call to g_list_foreach is incorrect in some way maybe... I am not
too deep in that business to find the real error...

Thomas




gdb evolution-addressbook
GNU gdb 5.0
Copyright 2000 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-suse-linux...
(gdb) r
Starting program: /usr/bin/evolution-addressbook
[New Thread 1024 (LWP 1702)]

Gtk-WARNING **: gtk_signal_connect_by_type(): could not find signal id (124) in the 
`EMinicardViewWidget' class ancestry

Gtk-CRITICAL **: file gtkwidget.c: line 3174 (gtk_widget_grab_default): assertion 
`GTK_WIDGET_CAN_DEFAULT (widget)' failed.
utf8_to_gtk:  =
utf8_to_gtk:  =
utf8_to_gtk:  =
utf8_to_gtk: Thomas Emmel = Thomas Emmel
utf8_to_gtk: Emmel, Thomas = Emmel, Thomas
utf8_to_gtk: Thomas Emmel = Thomas Emmel
utf8_to_gtk: Emmel, Thomas = Emmel, Thomas
utf8_to_gtk: Emmel, Thomas = Emmel, Thomas
utf8_to_gtk: Thomas Emmel = Thomas Emmel
utf8_to_gtk: Emmel, Thomas = Emmel, Thomas
utf8_to_gtk:  =
utf8_to_gtk: Emmel, Thomas = Emmel, Thomas
utf8_to_gtk: [EMAIL PROTECTED] = [EMAIL PROTECTED]

Gtk-CRITICAL **: file gtkobject.c: line 1172 (gtk_object_unref): assertion 
`GTK_IS_OBJECT (object)' failed.
 
Gtk-CRITICAL **: file gtkobject.c: line 1172 (gtk_object_unref): assertion 
`GTK_IS_OBJECT (object)' failed.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 1702)]
0x40249084 in g_list_foreach () from /usr/lib/libglib-1.2.so.0
(gdb) bt
#0  0x40249084 in g_list_foreach () from /usr/lib/libglib-1.2.so.0
#1  0x40873ff0 in match_search_info_free (info=0x82a2818) at e-card-compare.c:342
#2  0x4086c49e in simple_query_sequence_complete_cb (view=0x82bee80, closure=0x81aff38)
at e-book-util.c:274
#3  0x40166bd3 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
#4  0x401978e8 in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
#5  0x40196cbf in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#6  0x40194c17 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#7  0x40869024 in e_book_view_do_complete_event (book_view=0x82bee80, resp=0x82a03b8)
at e-book-view.c:77
#8  0x40869116 in e_book_view_check_listener_queue (listener=0x82adaf0,
book_view=0x82bee80) at e-book-view.c:114
#9  0x40166bd3 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
#10 0x401978e8 in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
#11 0x40196cbf in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#12 0x40194c17 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#13 0x4086841e in e_book_view_listener_check_queue (listener=0x82adaf0)
at e-book-view-listener.c:50
#14 0x4024acdf in g_idle_dispatch () from /usr/lib/libglib-1.2.so.0
#15 0x40249be6 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#16 0x4024a213 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#17 0x4024a3dc in g_main_run () from /usr/lib/libglib-1.2.so.0
#18 0x4016504c in gtk_main () from /usr/lib/libgtk-1.2.so.0
#19 0x406d74bf in bonobo_main () at bonobo-main.c:277
#20 0x806e08e in main (argc=1, argv=0xb364) at addressbook-factory.c:79
#21 0x4089ebaf in __libc_start_main () from /lib/libc.so.6
(gdb)