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 533999 - Evolution-data-server crashed
Evolution-data-server crashed
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-05-20 08:57 UTC by Akhil Laddha
Modified: 2010-03-26 04:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akhil Laddha 2008-05-20 08:57:44 UTC
Evolution 2.23.3 (Group wise backend)

I didn't do anything special, i was just checking mails. 

GLib-GObject-ERROR **: g_type_plugin_*() invalidly modified type `EGwFilter'
aborting...
[Thread 0xb3afbb90 (LWP 31811) exited]

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0xb42fcb90 (LWP 31810)]
g_logv (log_domain=0xb731d9db "GLib-GObject", log_level=G_LOG_LEVEL_ERROR, format=0xb73231e4 "%s()%s`%s'", 
    args1=0xb42fbf4c "�12�|72�X�\n\b\230�/�\001") at gmessages.c:503
503               g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
(gdb) thread a a bt

Thread 12 (Thread 0xb32fab90 (LWP 31817))

  • #0 clone
    from /lib/libc.so.6
  • #1 ??
  • #2 ??

Thread 9 (Thread 0xb3afbb90 (LWP 31811))

  • #0 *__GI___nptl_death_event
    at events.c line 32
  • #1 start_thread
    at pthread_create.c line 339
  • #2 clone
    from /lib/libc.so.6

Thread 8 (Thread 0xb42fcb90 (LWP 31810))

  • #0 g_logv
  • #1 g_log
  • #2 g_type_class_ref
    at gtype.c line 2403
  • #3 g_object_newv
    at gobject.c line 853
  • #4 g_object_new_valist
    at gobject.c line 986
  • #5 g_object_new
    at gobject.c line 795
  • #6 e_gw_filter_new
    at e-gw-filter.c line 287
  • #7 cache_init
    at e-cal-backend-groupwise.c line 216
  • #8 g_thread_create_proxy
    at gthread.c line 635
  • #9 start_thread
    at pthread_create.c line 296
  • #10 clone
    from /lib/libc.so.6

Comment 1 Srinivasa Ragavan 2008-05-23 06:12:59 UTC
Seems like EGwFilter is missing somewhere. Sankar: Can you check it out?
Comment 2 Milan Crha 2008-09-23 15:41:10 UTC
thread 11 and thread 8 are doing some g_type magics. Maybe related to bug #537555