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 601248 - evolution crashed with SIGSEGV in camel_pop3_engine_iterate()
evolution crashed with SIGSEGV in camel_pop3_engine_iterate()
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: Mailer
2.28.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[pop]
Depends on:
Blocks:
 
 
Reported: 2009-11-09 12:51 UTC by Pedro Villavicencio
Modified: 2010-03-19 04:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Pedro Villavicencio 2009-11-09 12:51:31 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/467488

"crashed when I am editing account setiing during downloading messages from server. Im changing server type from POP to IMAP"

".

Thread 1 (process 6867)

  • #0 camel_pop3_engine_iterate
    at camel-pop3-engine.c line 289
  • #1 pop3_finalize
    at camel-pop3-folder.c line 108
  • #2 camel_object_unref
    at camel-object.c line 914
  • #3 fetch_mail_exec
    at mail-ops.c line 356
  • #4 mail_msg_proxy
    at mail-mt.c line 522
  • #5 ??
    from /lib/libglib-2.0.so.0
  • #6 ??
    from /lib/libglib-2.0.so.0
  • #7 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #8 clone
    at ../sysdeps/unix/sysv/linux/i386/clone.S line 130

Comment 1 Akhil Laddha 2009-11-10 03:44:04 UTC
bug 567313 has similar signal handler call
Comment 2 Milan Crha 2010-01-25 14:41:16 UTC
(In reply to comment #1)
> bug 567313 has similar signal handler call

This seems to be different, because pe=0x0 here.

Pedro, I tried but cannot reproduce it myself. The reason can be that the store had been disconnected and thus the pop3_store->engine is NULL. But I was trying to change couple thins here and there as your reporter described, but no, it's still fetching those messages and keeps me connected regardless whether I change only account type or also the server address. Could you try to ask the reporter whether he/she can reproduce it, please? Maybe I just did some step incorrectly. I can add there a check for non-NULL pe, but I want to be sure it's the right thing. Thanks in advance.
Comment 3 Pedro Villavicencio 2010-01-25 14:46:53 UTC
Thanks for having a look into this Milan, Yes, will ask to the reporter right now and come back to you hopefully shortly. Thanks again.
Comment 4 Akhil Laddha 2010-03-19 04:04:01 UTC
Please feel free to reopen the bug if you get any update in downstream bug, thanks.