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 706990 - crash attaching files ...
crash attaching files ...
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-28 14:54 UTC by Michael Meeks
Modified: 2013-08-28 14:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Meeks 2013-08-28 14:54:19 UTC
I get regular crashes attaching files to E-mails:

[Thread 0x94dffb40 (LWP 21631) exited]
Detaching after fork from child process 21632.
calling convert '/tmp/.gnome_desktop_thumbnail.8XEL2W.8ZCG2W' +matte -thumbnail 128x128 png:'/tmp/.gnome_desktop_thumbnail.8XEL2W'

Program received signal SIGSEGV, Segmentation fault.
0xb58e9bf7 in g_type_check_instance_is_a (type_instance=type_instance@entry=0xb537300, iface_type=134672656) at gtype.c:3999
3999	gtype.c: No such file or directory.
(gdb) bt
  • #0 g_type_check_instance_is_a
    at gtype.c line 3999
  • #1 g_file_info_get_icon
    at gfileinfo.c line 1662
  • #2 e_attachment_set_file_info
    at e-attachment.c line 1382
  • #3 e_attachment_load_finish
    at e-attachment.c line 2223
  • #4 e_attachment_load_handle_error
    at e-attachment.c line 2252
  • #5 g_simple_async_result_complete
    at gsimpleasyncresult.c line 777
  • #6 attachment_load_finish
    at e-attachment.c line 1854
  • #7 attachment_load_stream_read_cb
    at e-attachment.c line 1928
  • #8 async_ready_callback_wrapper
    at ginputstream.c line 530
  • #9 g_task_return_now
    at gtask.c line 1105
  • #10 complete_in_idle_cb
    at gtask.c line 1114
  • #11 g_idle_dispatch
    at gmain.c line 5205
  • #12 g_main_dispatch
    at gmain.c line 3054
  • #13 g_main_context_dispatch
    at gmain.c line 3630
  • #14 g_main_context_iterate
    at gmain.c line 3701
  • #15 g_main_loop_run
    at gmain.c line 3895
  • #16 gtk_main
    at gtkmain.c line 1156
  • #17 main
    at main.c line 707
  • #1 g_file_info_get_icon
    at gfileinfo.c line 1662
  • #2 e_attachment_set_file_info
    at e-attachment.c line 1382
$2 = 0xb53c3a8 [GFileInfo]
(gdb) p *file_info
$3 = {parent_instance = {g_type_instance = {g_class = 0x900ae50}, ref_count = 2, qdata = 0x0}, attributes = 0xb551a60, mask = 0x1}
(gdb)
Comment 1 Matthew Barnes 2013-08-28 14:58:00 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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