GNOME Bugzilla – Bug 516598
sending a mail causes evolution to core
Last modified: 2013-09-13 00:59:41 UTC
Steps to reproduce: 1.Login as a new user. 2.Setup a local mail account with message filters enabled. 3.Compose a mail, Select Send. Stack trace: core 'evolution.1203010855' of 1376: evolution ----------------- lwp# 1 / thread# 1 -------------------- fef12ec7 __pollsys (8534fd0, 5, 8047148, 0) + 7 feec5b02 poll (8534fd0, 5, 7c) + 52 fecafc5b g_main_context_iterate (80a3af0, 1, 1, 80800c8) + 397 fecb0294 g_main_loop_run (813ccc8) + 1b8 fee1364d bonobo_main (8047358, 8047240, feffb7c8, 0, 0, 0) + 5d 080676fd main (1, 8047284, 804728c) + 3f5 0805c0d6 _start (1, 80473c0, 0, 80473ca, 80473eb, 8047449) + 7a ----------------- lwp# 12 / thread# 12 -------------------- fef12ec7 __pollsys (872e3a0, 1, 0, 0) + 7 feec5b02 poll (872e3a0, 1, ffffffff) + 52 fecafc5b g_main_context_iterate (86b3660, 1, 1, 86b35b8) + 397 fecb0294 g_main_loop_run (807ed20) + 1b8 fa32b01b startup_mainloop (0) + 2b fecd455c g_thread_create_proxy (86b35b8) + 118 fef0f242 _thr_setup (fa7a2200) + 52 fef0f4a0 _lwp_start (fa7a2200, 0, 0, 0, 0, 0) ----------------- lwp# 13 / thread# 13 -------------------- fef12ec7 __pollsys (8707bd8, c, 0, 0) + 7 feec5b02 poll (8707bd8, c, ffffffff) + 52 fecafc5b g_main_context_iterate (86b3b90, 1, 1, 80afeb0) + 397 fecb0294 g_main_loop_run (8703a88) + 1b8 fed8b97e link_io_thread_fn (0) + 1e fecd455c g_thread_create_proxy (80afeb0) + 118 fef0f242 _thr_setup (fa7a1200) + 52 fef0f4a0 _lwp_start (fa7a1200, 0, 0, 0, 0, 0) ----------------- lwp# 16 / thread# 16 -------------------- fef131c7 _lwp_kill (10, 5) + 7 feec8352 raise (5) + 22 fecb6a5e g_logv (fa2e60a8, 8, fa2e6080, f53fedbc) + 2aa fecb6b2d g_log (fa2e60a8, 8, fa2e6080, fa2e6074, 132, fa2e6030) + 25 fa2dedd6 camel_url_new (f9812520, 0) + 5a fa2c56d1 camel_mime_message_set_source (8529910, f9812520) + 55 f9bfcc0d camel_filter_driver_filter_message (87ad1a0, 8529910, 86836f0, 0, 0, 0) + 161 f97dfefa mail_send_message (82ee080, 8770ad0, 87af4e8, 87ad1a0, f53fef08) + 3a6 f97e0485 send_queue_exec (8729e10) + 1dd f97de351 mail_msg_proxy (8729e10, 0) + 71 fecd59d7 g_thread_pool_thread_proxy (8309908) + b3 fecd455c g_thread_create_proxy (87e24d8) + 118 fef0f242 _thr_setup (fa7a1a00) + 52 fef0f4a0 _lwp_start (fa7a1a00, 0, 0, 0, 0, 0) Other information: a critical warning, the url parameter passing to camle_url_new is not valid.
Created attachment 105299 [details] [review] check the parameter before passing to camel_url_new
Created attachment 105303 [details] [review] New patch
I see you have this patch against 2.21.91 (at least based on the folder name), but are you sure the patch from bug #513389 will not help here too? It is included in 2.21.91 so you should not see that critical warning there. Revision difference for the patch is: http://svn.gnome.org/viewvc/evolution-data-server/trunk/camel/camel-url.c?r1=8355&r2=8453
*** This bug has been marked as a duplicate of 513339 ***
One step away :) *** This bug has been marked as a duplicate of 513389 ***