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 561983 - app crashes after having opened a draft mail, edited it, and pressed the save button
app crashes after having opened a draft mail, edited it, and pressed the save...
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: Mailer
2.26.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[disk-summary]
Depends on:
Blocks: 543389
 
 
Reported: 2008-11-23 05:32 UTC by Thomas
Modified: 2013-09-13 00:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Thomas 2008-11-23 05:32:14 UTC
Steps to reproduce:
1. 
2. 
3. 


Stack trace:
(gdb) bt
  • #0 ??
  • #1 camel_object_trigger_event
    at ../../../evolution-data-server/camel/camel-object.c line 1494
  • #2 mbox_append_message
    at ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c line 266
  • #3 camel_folder_append_message
    at ../../../evolution-data-server/camel/camel-folder.c line 706
  • #4 append_mail_exec
    at ../../../evolution/mail/mail-ops.c line 879
  • #5 mail_msg_proxy
    at ../../../evolution/mail/mail-mt.c line 520
  • #6 g_thread_pool_thread_proxy
    at /build/buildd/glib2.0-2.18.2/glib/gthreadpool.c line 265
  • #7 g_thread_create_proxy
    at /build/buildd/glib2.0-2.18.2/glib/gthread.c line 635
  • #8 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #9 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #0 ??
  • #1 camel_object_trigger_event
    at ../../../evolution-data-server/camel/camel-object.c line 1494
$6 = (CamelObjectEventHookFunc) 0xb7e39680 <folder_changed>
(gdb) p *$6
$7 = {void (CamelObject *, gpointer, gpointer)} 0xb7e39680 <folder_changed>
(gdb) p obj
$8 = (CamelObject *) 0x84b9d08
(gdb) p *$8
$9 = {klass = 0x850a118, magic = 2007188717, hooks = 0x843d558, 
  ref_count = 13, flags = 0, next = 0x84b9c90, prev = 0x84b9d80}
(gdb) p event_data
$10 = (void *) 0x8509448
(gdb) p pair->data
$11 = (void *) 0x8d3f4e0
(gdb) 

Other information:
When I killed and restarted the app, and did the same thing, there was no problem.
I also do have a core file around if anybody is interested.
Comment 1 Srinivasa Ragavan 2008-11-25 16:45:16 UTC
Thomas, could you share the core file with me? I think I would need it to debug