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 546388 - Crash in cfs_try_release_memory
Crash in cfs_try_release_memory
Status: RESOLVED DUPLICATE of bug 545505
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[disk-summary]
Depends on:
Blocks: 543389
 
 
Reported: 2008-08-05 10:17 UTC by Priit Laes (IRC: plaes)
Modified: 2013-09-13 00:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Priit Laes (IRC: plaes) 2008-08-05 10:17:35 UTC
Got following crash during summary creation:

Program terminated with signal 11, Segmentation fault.
[New process 8443]
[New process 8483]
[New process 8537]
[New process 8538]
  • #0 cfs_try_release_memory
    at camel-folder-summary.c line 794
  • #0 cfs_try_release_memory
    at camel-folder-summary.c line 794
  • #1 g_timeout_dispatch
    at gmain.c line 3522
  • #2 IA__g_main_context_dispatch
    at gmain.c line 2063
  • #3 g_main_context_iterate
    at gmain.c line 2696
  • #4 IA__g_main_loop_run
    at gmain.c line 2919
  • #5 bonobo_main
    at bonobo-main.c line 311
  • #6 main
    at main.c line 783
  • #0 cfs_try_release_memory
    at camel-folder-summary.c line 794
  • #1 g_timeout_dispatch
    at gmain.c line 3522
  • #2 IA__g_main_context_dispatch
    at gmain.c line 2063
  • #3 g_main_context_iterate
    at gmain.c line 2696
  • #4 IA__g_main_loop_run
    at gmain.c line 2919
  • #5 bonobo_main
    at bonobo-main.c line 311
  • #6 main
    at main.c line 783
789	
790	static gboolean
791	cfs_try_release_memory (CamelFolderSummary *s)
792	{
793		struct _folder_summary_free_msg *m;
794		CamelSession *session = ((CamelService *)((CamelFolder *)s->folder)->parent_store)->session;
795	
796		if (time(NULL) - s->cache_load_time < SUMMARY_CACHE_DROP)
797			return TRUE;
798	
(gdb)
Comment 1 Priit Laes (IRC: plaes) 2008-08-05 11:38:28 UTC
Same crash but evo and e-d-s compiled with CFLAGS="-O0 -ggdb"

(gdb) bt full
  • #0 cfs_try_release_memory
    at camel-folder-summary.c line 794
  • #1 g_timeout_dispatch
    at gmain.c line 3522
  • #2 IA__g_main_context_dispatch
    at gmain.c line 2063
  • #3 g_main_context_iterate
    at gmain.c line 2696
  • #4 IA__g_main_loop_run
    at gmain.c line 2919
  • #5 bonobo_main
    at bonobo-main.c line 311
  • #6 main
    at main.c line 783

Comment 2 Srinivasa Ragavan 2008-08-05 16:23:07 UTC

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