GNOME Bugzilla – Bug 269515
Evo 1.4.6 Crashes When Sending
Last modified: 2004-11-15 19:50:53 UTC
Description of Problem: Evo 1.4.6 on Fedora FC2 linux 2.6.8-1.521 Steps to reproduce the problem: 1. Create a message 2. Hit Send/Receive to drain Outbox 3. Actual Results: Evo crashes (see GDB trace below). Upon restart, hitting send/receive always causes the message in Outbox to be transmitted. My guess: it's crashing trying to do a strlen() on a null string. env CAMEL_VERBOSE_DEBUG=1 /usr/bin/evolution >& evo3.log tail evo3.log Vfolder 'Unread mail (local)' subfolder changed 'home/dturvene/evolution/local/Outbox' changed 0 added 1 removed 0 adding uid '5' to Unmatched [newly unmatched] Searching for added matches ' (and (match-all (system-flag "Flagged")) ) ' Vfolder 'Important mail (local)' subfolder changed 'home/dturvene/evolution/local/Outbox' cha1067:dturvene > tail evo3.log changed 0 added 1 removed 0 adding uid '5' to Unmatched [newly unmatched] Searching for added matches ' (and (match-all (system-flag "Flagged")) ) ' Vfolder 'Important mail (local)' subfolder changed 'home/dturvene/evolution/local/Outbox' cha gdb /usr/bin/evolution (gdb) r .... (evolution:3019): GLib-GObject-WARNING **: g_object_set_valist: construct property "type" for object `ESplash' can't be set after construction (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New Thread 64715696 (LWP 3024)] [New Thread 80452528 (LWP 3025)] (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New Thread 113183664 (LWP 3026)] (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New Thread -156238928 (LWP 3027)] [New Thread -166728784 (LWP 3028)] [New Thread -177218640 (LWP 3029)] (no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -177218640 (LWP 3029)] 0x05c7fa33 in strlen () from /lib/tls/libc.so.6 (gdb) thread apply all bt [New Thread -187708496 (LWP 3030)]
+ Trace 52032
Thread 8 (Thread -187708496 (LWP 3030))
Thread 7 (Thread -177218640 (LWP 3029))
Thread 6 (Thread -166728784 (LWP 3028))
Thread 5 (Thread -156238928 (LWP 3027))
Thread 4 (Thread 113183664 (LWP 3026))
Thread 3 (Thread 80452528 (LWP 3025))
Thread 2 (Thread 64715696 (LWP 3024))
Thread 1 (Thread -151137632 (LWP 3019))
Expected Results: Mail is sent How often does this happen? About 50% of the time. Additional Information: 1) I had repartitioned some of my disk to free up space. I moved my /home area to a new partition. 2) strace showed little. Based upon it, I deleted my /tmp/orbit-<user> files and rebooted.
*** This bug has been marked as a duplicate of 269431 ***