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 601888 - e-calendar-factory crashed on startup
e-calendar-factory crashed on startup
Status: RESOLVED DUPLICATE of bug 597648
Product: evolution-data-server
Classification: Platform
Component: Calendar
2.30.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
evolution[dbus]
Depends on:
Blocks:
 
 
Reported: 2009-11-14 12:17 UTC by Ritesh Khadgaray ( irc:ritz)
Modified: 2013-09-14 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ritesh Khadgaray ( irc:ritz) 2009-11-14 12:17:23 UTC
[New Thread 2264]
[New Thread 2255]
Core was generated by `/usr/libexec/e-calendar-factory'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 2162)

  • #0 g_slice_alloc
    from /lib64/libglib-2.0.so.0
  • #1 g_datalist_id_set_data_full
    from /lib64/libglib-2.0.so.0
  • #2 ??
    from /lib64/libgobject-2.0.so.0
  • #3 g_type_create_instance
    from /lib64/libgobject-2.0.so.0
  • #4 ??
    from /lib64/libgobject-2.0.so.0
  • #5 g_object_newv
    from /lib64/libgobject-2.0.so.0
  • #6 g_object_new_valist
    from /lib64/libgobject-2.0.so.0
  • #7 g_object_new
    from /lib64/libgobject-2.0.so.0
  • #8 e_contact_new_from_vcard
    at e-contact.c line 1244
  • #9 contacts_added_cb
    at e-book-view.c line 72
  • #10 ??
    from /usr/lib64/libdbus-glib-1.so.2
  • #11 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #12 ??
    from /lib64/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #14 g_signal_emit
    from /lib64/libgobject-2.0.so.0
  • #15 ??
    from /usr/lib64/libdbus-glib-1.so.2
  • #16 dbus_connection_dispatch
    from /lib64/libdbus-1.so.3
  • #17 ??
    from /usr/lib64/libdbus-glib-1.so.2
  • #18 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #19 ??
    from /lib64/libglib-2.0.so.0
  • #20 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #21 main
    at e-data-cal-factory.c line 728

Comment 1 Matthew Barnes 2009-11-14 13:24:11 UTC
It crashed during a GObject allocation in the main thread?  I assume it's not because you were out of memory.  It's going to be hard to pin this down without GLib debug symbols in the trace.
Comment 2 Ritesh Khadgaray ( irc:ritz) 2009-11-14 15:24:16 UTC
[New Thread 2264]
[New Thread 2255]
Core was generated by `/usr/libexec/e-calendar-factory'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 2162)

  • #0 magazine_chain_pop_head
    at gslice.c line 474
  • #1 thread_memory_magazine1_alloc
    at gslice.c line 777
  • #2 IA__g_slice_alloc
    at gslice.c line 815
  • #3 g_data_set_internal
    at gdataset.c line 292
  • #4 IA__g_datalist_id_set_data_full
    at gdataset.c line 362
  • #5 g_object_notify_queue_freeze
    at gobjectnotifyqueue.c line 74
  • #6 g_object_init
    at gobject.c line 715
  • #7 IA__g_type_create_instance
    at gtype.c line 1666
  • #8 g_object_constructor
    at gobject.c line 1383
  • #9 IA__g_object_newv
    at gobject.c line 1171
  • #10 IA__g_object_new_valist
    at gobject.c line 1323
  • #11 IA__g_object_new
    at gobject.c line 1086
  • #12 e_contact_new_from_vcard
    at e-contact.c line 1244
  • #13 contacts_added_cb
    at e-book-view.c line 72
  • #14 marshal_dbus_message_to_g_marshaller
    at dbus-gproxy.c line 1681
  • #15 IA__g_closure_invoke
    at gclosure.c line 767
  • #16 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #17 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #18 IA__g_signal_emit
    at gsignal.c line 3037
  • #19 dbus_g_proxy_emit_remote_signal
    at dbus-gproxy.c line 1734
  • #20 dbus_g_proxy_manager_filter
    at dbus-gproxy.c line 1301
  • #21 dbus_connection_dispatch
    at dbus-connection.c line 4444
  • #22 message_queue_dispatch
    at dbus-gmain.c line 101
  • #23 g_main_dispatch
    at gmain.c line 1960
  • #24 IA__g_main_context_dispatch
    at gmain.c line 2513
  • #25 g_main_context_iterate
    at gmain.c line 2591
  • #26 IA__g_main_loop_run
    at gmain.c line 2799
  • #27 main
    at e-data-cal-factory.c line 728

Comment 3 Chenthill P 2009-11-16 18:56:54 UTC
Ritesh, can u check if u face this after applying the fix at https://bugzilla.gnome.org/show_bug.cgi?id=597648#c12 ?
Comment 4 Ritesh Khadgaray ( irc:ritz) 2009-11-17 05:22:53 UTC
cool, have'nt seen this again.

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