| Summary: | Evolution crashes when dragging an attached email into an IMAP folder | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Owen Berry <owen.berry> |
| Component: | Current packages | Assignee: | GNOME Office (OBSOLETE) <gnome-office+disabled> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | A backtrace when Evolution crashes | ||
|
Description
Owen Berry
2005-06-26 19:21:41 UTC
Created attachment 62018 [details]
A backtrace when Evolution crashes
can't reproduce with evolution 2.2.3 . If you can still reproduce, try to get a backtrace now with debugging info ( http://dev.gentoo.org/~chriswhite/bugzilla-howto.html#doc_chap2 ). (In reply to comment #2) > can't reproduce with evolution 2.2.3 . If you can still reproduce, try to get a > backtrace now with debugging info ( > http://dev.gentoo.org/~chriswhite/bugzilla-howto.html#doc_chap2 ). I would love to test this, but how do I go about it without installing what seems like the whole ~x86 for Gnome? Most of the ~x86 stuff is an inch away from getting x86, so I wouldn't be too worried about it. I'll be building this morning. Unfortunately it will take quite a while (most of today) as I'm running on very limited hardware. I'll let you know what I find ASAP. Thanks! Yes, the problem still occurs. Backtrace is below. Let me know if I can do
anything else to provide you with info:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1246553168 (LWP 3369)]
0xb6826b8e in camel_message_info_uint32 (mi=0x0, id=5) at
camel-folder-summary.c:2735
2735 camel-folder-summary.c: No such file or directory.
in camel-folder-summary.c
(gdb)
(gdb)
(gdb)
(gdb)
(gdb) bt
#0 0xb6826b8e in camel_message_info_uint32 (mi=0x0, id=5) at
camel-folder-summary.c:2735
#1 0xb633e1ff in do_append (folder=0x84346d8, message=0x846ef64, info=0x0,
uid=0xb5b31364,
ex=0x87073a0) at camel-imap-folder.c:1171
#2 0xb633e5b9 in imap_append_online (folder=0x84346d8, message=0x846ef64, info=0x0,
appended_uid=0x0, ex=0x87073a0) at camel-imap-folder.c:1249
#3 0xb6818f5c in disco_append_message (folder=0x84346d8, message=0x846ef64,
info=0x0,
appended_uid=0x0, ex=0x87073a0) at camel-disco-folder.c:369
#4 0xb6829a16 in camel_folder_append_message (folder=0x84346d8,
message=0x846ef64, info=0x0,
appended_uid=0x0, ex=0x87073a0) at camel-folder.c:642
#5 0xb657dac2 in em_utils_selection_get_message (data=0x87004b0, folder=0x84346d8)
at em-utils.c:955
#6 0xb659b0e7 in ml_drop_async_drop (mm=0x82fa5a0) at message-list.c:1627
#7 0xb658aa3a in mail_msg_received (e=0x8173798, msg=0x82fa5a0, data=0x0) at
mail-mt.c:556
#8 0xb7d83bac in thread_received_msg (e=0x8173798, m=0x82fa5a0) at e-msgport.c:826
#9 0xb7d83d90 in thread_dispatch (din=0x8173798) at e-msgport.c:907
#10 0xb738eb8d in start_thread () from /lib/tls/libpthread.so.0
#11 0xb5b314e0 in ?? ()
#12 0x00000000 in ?? ()
#13 0x00000000 in ?? ()
#14 0x00000000 in ?? ()
#15 0x00000000 in ?? ()
#16 0x00000000 in ?? ()
#17 0x00000000 in ?? ()
#18 0xb5b31bb0 in ?? ()
#19 0xb7399ff4 in ?? () from /lib/tls/libpthread.so.0
#20 0xffffffdc in ?? ()
#21 0xb5b31e00 in ?? ()
#22 0xb5b31bb0 in ?? ()
#23 0xb5b314c0 in ?? ()
#24 0xb738eb5a in start_thread () from /lib/tls/libpthread.so.0
#25 0x00000000 in ?? ()
(gdb)
Can't reproduce with stable 2.4.2, please reopen if you can. Yes, resolved with 2.4.2. Thanks! |