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 334053 - crash in camel_message_info_free at camel-folder-summary.c:2663
crash in camel_message_info_free at camel-folder-summary.c:2663
Status: RESOLVED DUPLICATE of bug 324168
Product: evolution-data-server
Classification: Platform
Component: Mailer
1.6.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-03-09 18:11 UTC by Stanislav Brabec
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Stanislav Brabec 2006-03-09 18:11:34 UTC
Steps to reproduce:
1. Work longer time in Evolution 2.5.92
2. Quit

Crash is not easy to reproduce, occurs only few times in a week.

Stack trace:
Backtrace was generated from '/opt/gnome/bin/evolution-2.6'

Using host libthread_db library "/lib64/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47824563158240 (LWP 24167)]
[New Thread 1174985040 (LWP 13695)]
[New Thread 1157667152 (LWP 24330)]
[New Thread 1157933392 (LWP 24189)]
[New Thread 1149274448 (LWP 24185)]
[New Thread 1140881744 (LWP 24184)]
[New Thread 1132489040 (LWP 24182)]
[New Thread 1115703632 (LWP 24181)]
[New Thread 1107310928 (LWP 24180)]
[New Thread 1124096336 (LWP 24178)]
[New Thread 1098918224 (LWP 24175)]
[New Thread 1090525520 (LWP 24173)]
[New Thread 1082132816 (LWP 24172)]
0x00002b7f02ef6bbf in __libc_waitpid (pid=16064, stat_loc=0x7fffac13b7fc, 
    options=0) at waitpid.c:41
41	  int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);

Thread 1 (Thread 47824563158240 (LWP 24167))

  • #0 __libc_waitpid
    at waitpid.c line 41
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 749
  • #2 <signal handler called>
  • #3 camel_message_info_free
    at camel-folder-summary.c line 2663
  • #4 camel_folder_summary_clear
    at camel-folder-summary.c line 1083
  • #5 camel_folder_summary_finalize
    at camel-folder-summary.c line 165
  • #6 camel_object_unref
    at camel-object.c line 928
  • #7 camel_folder_finalize
    at camel-folder.c line 192
  • #8 camel_object_unref
    at camel-object.c line 928
  • #9 vfolder_foreach_cb
    at mail-vfolder.c line 1182
  • #10 g_hash_table_foreach
    at ghash.c line 563
  • #11 mail_vfolder_shutdown
    at mail-vfolder.c line 1193
  • #12 impl_quit
    at mail-component.c line 737
  • #13 _ORBIT_skel_small_GNOME_Evolution_Component_quit
    at Evolution-common.c line 64
  • #14 GNOME_Evolution_Component_quit
    at Evolution-stubs.c line 102
  • #15 es_run_quit
    at e-shell.c line 1297
  • #16 e_shell_quit
    at e-shell.c line 1365
  • #17 window_delete_event_cb
    at e-shell.c line 356
  • #18 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #19 g_closure_invoke
    at gclosure.c line 492
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2485
  • #21 g_signal_emit_valist
    at gsignal.c line 2254
  • #22 g_signal_emit
    at gsignal.c line 2288
  • #23 gtk_widget_event_internal
    at gtkwidget.c line 3735
  • #24 IA__gtk_main_do_event
    at gtkmain.c line 1347
  • #25 gdk_event_dispatch
    at gdkevents-x11.c line 2292
  • #26 g_main_context_dispatch
    at gmain.c line 1934
  • #27 g_main_context_iterate
    at gmain.c line 2565
  • #28 g_main_loop_run
    at gmain.c line 2769
  • #29 bonobo_main
    at bonobo-main.c line 394
  • #30 main
    at main.c line 610


Other information:
Also know as: https://bugzilla.novell.com/show_bug.cgi?id=155546
Comment 1 Stanislav Brabec 2006-03-15 17:34:11 UTC
Another backtrace, most probably the same problem:

Backtrace was generated from '/opt/gnome/bin/evolution-2.6'

Using host libthread_db library "/lib64/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47190573137120 (LWP 14200)]
[New Thread 1157933392 (LWP 8106)]
[New Thread 1149274448 (LWP 14215)]
[New Thread 1140881744 (LWP 14214)]
[New Thread 1132489040 (LWP 14212)]
[New Thread 1124096336 (LWP 14211)]
[New Thread 1115703632 (LWP 14210)]
[New Thread 1107310928 (LWP 14208)]
[New Thread 1098918224 (LWP 14205)]
[New Thread 1090525520 (LWP 14203)]
[New Thread 1082132816 (LWP 14202)]
0x00002aeb662f6bbf in __libc_waitpid (pid=8139, stat_loc=0x7fff48d3c62c, 
    options=0) at waitpid.c:41
41	  int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);

Thread 1 (Thread 47190573137120 (LWP 14200))

  • #0 __libc_waitpid
    at waitpid.c line 41
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 749
  • #2 <signal handler called>
  • #3 __pthread_mutex_lock
    at pthread_mutex_lock.c line 44
  • #4 camel_message_info_free
    at camel-folder-summary.c line 2663
  • #5 camel_folder_summary_clear
    at camel-folder-summary.c line 1083
  • #6 camel_folder_summary_finalize
    at camel-folder-summary.c line 165
  • #7 camel_object_unref
    at camel-object.c line 928
  • #8 camel_folder_finalize
    at camel-folder.c line 192
  • #9 camel_object_unref
    at camel-object.c line 928
  • #10 vfolder_foreach_cb
    at mail-vfolder.c line 1182
  • #11 g_hash_table_foreach
    at ghash.c line 563
  • #12 mail_vfolder_shutdown
    at mail-vfolder.c line 1193
  • #13 impl_quit
    at mail-component.c line 737
  • #14 _ORBIT_skel_small_GNOME_Evolution_Component_quit
    at Evolution-common.c line 64
  • #15 GNOME_Evolution_Component_quit
    at Evolution-stubs.c line 102
  • #16 es_run_quit
    at e-shell.c line 1297
  • #17 e_shell_quit
    at e-shell.c line 1365
  • #18 window_delete_event_cb
    at e-shell.c line 356
  • #19 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #20 g_closure_invoke
    at gclosure.c line 492
  • #21 signal_emit_unlocked_R
    at gsignal.c line 2485
  • #22 g_signal_emit_valist
    at gsignal.c line 2254
  • #23 g_signal_emit
    at gsignal.c line 2288
  • #24 gtk_widget_event_internal
    at gtkwidget.c line 3735
  • #25 IA__gtk_main_do_event
    at gtkmain.c line 1347
  • #26 gdk_event_dispatch
    at gdkevents-x11.c line 2292
  • #27 g_main_context_dispatch
    at gmain.c line 1934
  • #28 g_main_context_iterate
    at gmain.c line 2565
  • #29 g_main_loop_run
    at gmain.c line 2769
  • #30 bonobo_main
    at bonobo-main.c line 394
  • #31 main
    at main.c line 610

Comment 2 André Klapper 2006-06-10 13:59:27 UTC
looks a bit similar to bug 334091
Comment 3 Sankar P 2008-01-22 06:21:32 UTC

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