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 732173 - Segfault in g_queue_peek_head_link
Segfault in g_queue_peek_head_link
Status: RESOLVED DUPLICATE of bug 729546
Product: evolution
Classification: Applications
Component: Mailer
3.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2014-06-24 16:51 UTC by Joachim Breitner
Modified: 2014-06-26 17:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joachim Breitner 2014-06-24 16:51:25 UTC
I have been bugged by segfaults for a while now; I finally were able to trigger it while running under gdb. I was refreshing lots of IMAP folders quickly (by pressing ↓ in the folder list):

Thread 140734736889600 (LWP 3874)

  • #0 imapx_command_start
    at camel-imapx-server.c line 1224
  • #1 imapx_command_start_next
    at camel-imapx-server.c line 1592
  • #2 imapx_command_queue
    at camel-imapx-server.c line 1753
  • #3 imapx_command_fetch_message_done
    at camel-imapx-server.c line 4990
  • #4 imapx_command_start
    at camel-imapx-server.c line 1245
  • #5 imapx_command_start_next
    at camel-imapx-server.c line 1592
  • #6 imapx_completion
    at camel-imapx-server.c line 3345
  • #7 imapx_step
    at camel-imapx-server.c line 3385
  • #8 imapx_ready_to_read
    at camel-imapx-server.c line 7506
  • #9 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #10 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #12 imapx_parser_thread
    at camel-imapx-server.c line 7612
  • #13 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #14 start_thread
    at pthread_create.c line 312
  • #15 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 111

This is 3.12.2 on Debian.
Comment 1 Milan Crha 2014-06-26 17:51:03 UTC
Thanks for bug report. This had been fixed recently, at evolution-data-server 3.12.3.

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