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 515751 - Crash on using meeting attachments without filename
Crash on using meeting attachments without filename
Status: RESOLVED DUPLICATE of bug 337046
Product: evolution
Classification: Applications
Component: Calendar
2.12.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-02-11 12:29 UTC by Ondrej Jirman
Modified: 2008-02-12 12:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Ondrej Jirman 2008-02-11 12:29:25 UTC
Steps to reproduce:
1. Start with creating a new meeting request
2. Drag some other event from the calendar view into attachments box
3. Click on save


Stack trace:
Program received signal SIGSEGV, Segmentation fault.

Thread 3061864128 (LWP 4869)

  • #0 g_utf8_validate
    from /usr/lib/libglib-2.0.so.0
  • #1 strdup_len
    from /usr/lib/libglib-2.0.so.0
  • #2 g_filename_from_utf8
    from /usr/lib/libglib-2.0.so.0
  • #3 get_attachment_list
    at comp-editor.c line 664
  • #4 save_comp
    at comp-editor.c line 768
  • #5 save_comp_with_send
    at comp-editor.c line 880
  • #6 menu_file_save_cb
    at comp-editor.c line 1311
  • #7 marshal_VOID__USER_DATA_STRING
    from /usr/lib/libbonoboui-2.so.0
  • #8 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #9 bonobo_closure_invoke_va_list
    from /usr/lib/libbonobo-2.so.0
  • #10 bonobo_closure_invoke
    from /usr/lib/libbonobo-2.so.0
  • #11 impl_Bonobo_UIComponent_execVerb
    from /usr/lib/libbonoboui-2.so.0
  • #12 _ORBIT_skel_small_Bonobo_UIComponent_execVerb
    from /usr/lib/libbonobo-2.so.0
  • #13 ORBit_c_stub_invoke
    at poa.c line 2630
  • #14 Bonobo_UIComponent_execVerb
    from /usr/lib/libbonobo-2.so.0
  • #15 impl_emit_verb_on
    from /usr/lib/libbonoboui-2.so.0
  • #16 g_cclosure_marshal_VOID__POINTER
    from /usr/lib/libgobject-2.0.so.0



Other information:
camel_mime_part_get_filename() probably returns NULL and g_filename_from_utf8() assumes its first parameter is not NULL.
Comment 1 Kandepu Prasad 2008-02-12 12:41:03 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 337046 ***