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 632814 - Evolution crashes when sending mail
Evolution crashes when sending mail
Status: RESOLVED DUPLICATE of bug 630700
Product: evolution
Classification: Applications
Component: Mailer
2.32.x (obsolete)
Other Linux
: High critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-10-21 18:05 UTC by Radu Andries
Modified: 2010-10-22 03:36 UTC
See Also:
GNOME target: 2.32.x
GNOME version: 2.31/2.32


Attachments
This patch seems to solve issue (184 bytes, patch)
2010-10-21 18:58 UTC, Radu Andries
none Details | Review

Description Radu Andries 2010-10-21 18:05:43 UTC
Evolutions gets a SIGSEGV when mailing. Mail is being sent, but it crashes and doesn't delete the sent mail from outgoing folder.

Here is the backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread 140736718591760 (LWP 30539)

  • #0 send_queue_exec
    from /usr/lib/evolution/2.32/libevolution-mail.so.0
  • #1 mail_msg_proxy
    from /usr/lib/evolution/2.32/libevolution-mail.so.0
  • #2 ??
    from /usr/lib/libglib-2.0.so.0
  • #3 ??
    from /usr/lib/libglib-2.0.so.0
  • #4 start_thread
    from /lib/libpthread.so.0
  • #5 clone
    from /lib/libc.so.6
  • #6 ??

Comment 1 Matthew Barnes 2010-10-21 18:08:54 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
Comment 2 Radu Andries 2010-10-21 18:31:36 UTC
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcbfff710 (LWP 17371)]
mail_send_message (m=0xb90430) at mail-ops.c:607
607					g_string_append_printf (
(gdb) thread apply all bt

Thread 37 (Thread 0x7fffcbfff710 (LWP 17371))

  • #0 mail_send_message
    at mail-ops.c line 607
  • #1 send_queue_exec
    at mail-ops.c line 786
  • #2 mail_msg_proxy
    at mail-mt.c line 469
  • #3 ??
    from /usr/lib/libglib-2.0.so.0
  • #4 ??
    from /usr/lib/libglib-2.0.so.0
  • #5 start_thread
    from /lib/libpthread.so.0
  • #6 clone
    from /lib/libc.so.6
  • #7 ??
(gdb)
Comment 3 Radu Andries 2010-10-21 18:58:30 UTC
Created attachment 172951 [details] [review]
This patch seems to solve issue

One or more vars appended may be null.
Comment 4 Akhil Laddha 2010-10-22 03:36:31 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

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