GNOME Bugzilla – Bug 427433
crash in org_gnome_evolution_import_ics_attachments at icsimporter.c:101
Last modified: 2007-04-21 02:26:49 UTC
What were you doing when the application crashed? Drag-n-dropped a link from firefox onto the text area of the message composer. I was hoping it would just write the URL into the text box, but instead it created an attachment and started downloading the file. At around 6%, I right clicked on the attachment's file icon (hoping to delete it) and that caused the crash. Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 557232128 vsize: 557232128 resident: 218345472 share: 25804800 rss: 218345472 rss_rlim: -1 CPU usage: start_time: 1174010746 rtime: 223999 utime: 137468 stime: 86531 cutime:6 cstime: 70 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution-2.8' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 47280328191344 (LWP 6292)] [New Thread 1141147984 (LWP 8436)] [New Thread 1183111504 (LWP 25742)] [New Thread 1124362576 (LWP 9088)] [New Thread 1124096336 (LWP 9086)] [New Thread 1115703632 (LWP 6353)] [New Thread 1098918224 (LWP 6334)] [New Thread 1107310928 (LWP 6324)] [New Thread 1090525520 (LWP 6322)] [New Thread 1082132816 (LWP 6320)] (no debugging symbols found) 0x00002b004adeb5cf in waitpid () from /lib/libc.so.6
+ Trace 125915
Thread 10 (Thread 1082132816 (LWP 6320))
Thread 9 (Thread 1090525520 (LWP 6322))
Thread 8 (Thread 1107310928 (LWP 6324))
Thread 7 (Thread 1098918224 (LWP 6334))
Thread 6 (Thread 1115703632 (LWP 6353))
Thread 3 (Thread 1183111504 (LWP 25742))
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. Thanks in advance!
(gdb) bt
+ Trace 126137
This time I just drag-n-dropped an image (bugzilla's NEEDINFO lightbulb, in fact) from firefox. Trivially reproducable here with any right click to the attachment bar file icon, though only ones created by a drag-n-drop from firefox (at least, drag-n-drop from gedit's file open dialog doesn't cause it). On x86-64, in case it wasn't obvious from the 8 byte %RIPs. I couldn't find the debug packages for GTK+ or glib, but the action is all in evolution and evolution-plugins anyway.
Possibly a duplicate of Bug 331435. Marking as NEW, now we've got a better stacktrace. Have you tried upgrading Evolution to a later version?
Just tried it again after upgrading to 2.10.1 and the problem appears to be fixed. Sorry for the noise.