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 706425 - Attaching a file by dragging the file to the compose message window causes a crash (sometimes)
Attaching a file by dragging the file to the compose message window causes a ...
Status: RESOLVED DUPLICATE of bug 702958
Product: evolution
Classification: Applications
Component: Mailer
3.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-08-20 16:50 UTC by Guy Lunardi
Modified: 2013-08-26 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guy Lunardi 2013-08-20 16:50:30 UTC
Hello,

this crash doesn't happen everytime. But often when I drag a file to be attached to an email, Evolution crashes.

I caught a stack trace of it today:

Program received signal SIGSEGV, Segmentation fault.
0xb58ebeba in ?? () from /usr/lib/libgobject-2.0.so.0
(gdb) bt
  • #0 ??
    from /usr/lib/libgobject-2.0.so.0
  • #1 g_type_check_instance_is_a
    from /usr/lib/libgobject-2.0.so.0
  • #2 g_file_info_get_icon
    from /usr/lib/libgio-2.0.so.0
  • #3 e_attachment_set_file_info
    at e-attachment.c line 1382
  • #4 e_attachment_load_finish
    at e-attachment.c line 2223
  • #5 e_attachment_load_handle_error
    at e-attachment.c line 2252
  • #6 g_simple_async_result_complete
    from /usr/lib/libgio-2.0.so.0
  • #7 attachment_load_finish
    at e-attachment.c line 1854
  • #8 attachment_load_stream_read_cb
    at e-attachment.c line 1928
  • #9 ??
    from /usr/lib/libgio-2.0.so.0
  • #10 ??
    from /usr/lib/libgio-2.0.so.0
  • #11 ??
    from /usr/lib/libgio-2.0.so.0
  • #12 ??
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #14 ??
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #16 gtk_main
    from /usr/lib/libgtk-3.so.0
  • #17 main
    at main.c line 707

Comment 1 Matthew Barnes 2013-08-20 17:12:31 UTC
Probably already fixed for 3.10 with the thread-safety improvements I added to attachments.
Comment 2 Matthew Barnes 2013-08-20 17:13:01 UTC
NEEDINFO until 3.9 or 3.10 can be tested.
Comment 3 Guy Lunardi 2013-08-20 17:31:16 UTC
Cool, I will try on 3.9 (most likely 3.10) as soon as I get a chance.

Thanks for the information Matthew
Comment 4 Milan Crha 2013-08-26 17:30:47 UTC
I've just got a similar crash, with 3.9.90. This is like bug #702958, thus I mark this as a duplicate of it.

*** This bug has been marked as a duplicate of bug 702958 ***
Comment 5 Guy Lunardi 2013-08-26 17:33:48 UTC
Upgraded to 3.9.90. Haven't been able to reproduce it myself yet but will keep using 3.9.90 as my main client for now.