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 314574 - lock often on local mail file
lock often on local mail file
Status: RESOLVED DUPLICATE of bug 305633
Product: evolution
Classification: Applications
Component: Mailer
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-08-26 13:43 UTC by Sebastien Bacher
Modified: 2013-09-13 00:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Patch for the bug (1.33 KB, patch)
2005-09-12 09:32 UTC, parthasarathi susarla
none Details | Review

Description Sebastien Bacher 2005-08-26 13:43:44 UTC
Using evolution 2.3.8 and evolution-data-server 1.3.8. Evolution locks often,
when closed, on the spool://var/mail/user writting and has to forced to shutdown.

It happens also while reading mails from a local account, by example:

0xffffe410 in ?? ()
(gdb) bt
  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 pthread_cond_wait
    from /lib/tls/i686/cmov/libpthread.so.0
  • #5 pthread_cond_wait
    from /lib/tls/i686/cmov/libc.so.6
  • #6 link_exec_command
    from /usr/lib/libORBit-2.so.0
  • #7 link_connection_ref
    from /usr/lib/libORBit-2.so.0
  • #8 link_protocol_find_num
    from /usr/lib/libORBit-2.so.0
  • #9 IA__g_object_unref
    at gobject.c line 1674
  • #10 IA__g_slist_foreach
    at gslist.c line 631
  • #11 CORBA_ORB_shutdown
    from /usr/lib/libORBit-2.so.0
  • #12 CORBA_ORB_destroy
    from /usr/lib/libORBit-2.so.0
  • #13 CORBA_ORB_destroy
    from /usr/lib/libORBit-2.so.0
  • #14 exit
    from /lib/tls/i686/cmov/libc.so.6
  • #15 camel_lock_helper_init
    at camel-lock-client.c line 130
  • #16 camel_lock_helper_lock
    at camel-lock-client.c line 153
  • #17 spool_lock
    at camel-spool-folder.c line 161
  • #18 camel_local_folder_lock
    at camel-local-folder.c line 333
  • #19 mbox_get_message
    at camel-mbox-folder.c line 324
  • #20 camel_folder_get_message
    at camel-folder.c line 1071
  • #21 get_message_get
    from /usr/lib/evolution/2.4/components/libevolution-mail.so
  • #22 mail_msg_received
    from /usr/lib/evolution/2.4/components/libevolution-mail.so
  • #23 thread_received_msg
    at e-msgport.c line 826
  • #24 thread_dispatch
    at e-msgport.c line 907
  • #25 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #26 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Not Zed 2005-08-29 04:33:14 UTC
yeah, it looks folders to access them.   this is a feature.
Comment 2 Sebastien Bacher 2005-09-01 11:42:55 UTC
I've to use --force-shutdown and that breaks IMAP sync, reopening
Comment 3 parthasarathi susarla 2005-09-05 07:30:09 UTC
This is possibly a duplicate of of
http://bugzilla.gnome.org/show_bug.cgi?id=305633. This has been fixed both on
head and in the branch. Could you check too see if you are facing the problem now?
Comment 4 Sebastien Bacher 2005-09-08 16:49:33 UTC
that's a dup, right. And the bug is here with 2.4 ....

*** This bug has been marked as a duplicate of 305633 ***
Comment 5 parthasarathi susarla 2005-09-12 09:32:16 UTC
Created attachment 52116 [details] [review]
Patch for the bug

Goofed up while committing the actual patch for this.