Comment 12 for bug 842513

Revision history for this message
Sebastien Bacher (seb128) wrote :

"Now, running with Valgrind, nautilus-sendto is not crashing and the UI is shown properly."

right, valgrind tends to workaround the segfaults issues, it still lists the code error, i.e in that log

"==12406== Invalid write of size 4
==12406== at 0x4C2AF5B: memset (mc_replace_strmem.c:738)
==12406== by 0x77EBA1A: g_slice_free1 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.2800.6)
==12406== by 0xF6B1599: e_contact_entry_set_source_list (e-contact-entry.c:518)
==12406== by 0xF6AF61A: add_sources (evolution.c:179)
==12406== by 0xF6AF6F9: get_contacts_widget (evolution.c:217)
==12406== by 0x4044FC: main (nautilus-sendto-command.c:415)
==12406== Address 0x1fed9270 is 0 bytes inside a block of size 16 free'd
==12406== at 0x4C282ED: free (vg_replace_malloc.c:366)
==12406== by 0xF6B1599: e_contact_entry_set_source_list (e-contact-entry.c:518)
==12406== by 0xF6AF61A: add_sources (evolution.c:179)
==12406== by 0xF6AF6F9: get_contacts_widget (evolution.c:217)
==12406== by 0x4044FC: main (nautilus-sendto-command.c:415)"