GNOME Bugzilla – Bug 451240
Crash when removing messages from POP3 account
Last modified: 2013-09-13 00:59:10 UTC
Steps to reproduce: 1. Create a POP3 account 2. Configure it so that it will remove messages 7 days after retrieving. Stack trace:
+ Trace 143843
Other information: Some other messages in the stderr: opening pop3 INBOX folder camel-pop3-folder.c(309): pop3_store->delete_after = [3], expunge=[0] Program received signal SIGSEGV, Segmentation fault.
good trace and descriptioin, confirming report
The closest change I could find in this code is r7610 with the log message: > 2007-02-10 Kjartan Maraas <kmaraas@gnome.org> > > * camel-pop3-folder.c: (pop3_sync), (camel_pop3_delete_old): > Fix a nasty leak when using the "Delete after N days" option. > Patch from Nathan Owens. Closes bug #363328. and the change is at http://svn.gnome.org/viewcvs/evolution-data-server/trunk/camel/providers/pop3/camel-pop3-folder.c?r1=7202&r2=7610 Well, Evo on Ubuntu Gutsy is broken now; am I the only one on the bleeding edge with a POP3 account and this type of configuration? :-) Thanks,
Hi Enver, this diff http://svn.gnome.org/viewcvs/evolution-data-server/trunk/camel/providers/pop3/camel-pop3-folder.c?r1=7826&r2=7856 fixes your issue.
Thanks Milan, the patch that's related to #352284 fixes this. I'm closing my bug because the fix is already committed. *** This bug has been marked as a duplicate of 352284 ***