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 594756 - Crash on start in *__GI_____strtoul_l_internal()
Crash on start in *__GI_____strtoul_l_internal()
Status: RESOLVED DUPLICATE of bug 573125
Product: evolution
Classification: Applications
Component: Mailer
2.26.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[disk-summary]
: 595169 595172 595173 595224 595225 601987 601988 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-09-10 16:04 UTC by Milan Bouchet-Valat
Modified: 2010-12-09 09:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
CAMEL_DEBUG=all log of the crash (40.52 KB, text/plain)
2009-09-10 16:11 UTC, Milan Bouchet-Valat
Details

Description Milan Bouchet-Valat 2009-09-10 16:04:53 UTC
I've had problems with a message that would not load, with an error like "could not load message: could not find main part in FETCH response". Then I got a crash. Now I can't even start Evo, the crash always occurs on start (I'll try some tests, like disconnecting my computer - I guess I'll get rid of it some way).


Reported on:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/427410

  • #0 *__GI_____strtoul_l_internal
    at strtol_l.c line 298
  • #1 *__GI_strtoul
    at strtol.c line 110
  • #2 message_info_from_db
    at camel-folder-summary.c line 3110
  • #3 message_info_from_db
    at camel-imap-summary.c line 321
  • #4 camel_read_mir_callback
    at camel-folder-summary.c line 1060
  • #5 sqlite3_exec
    from /usr/lib/libsqlite3.so.0
  • #6 camel_db_select
    at camel-db.c line 782
  • #7 camel_db_read_message_info_record_with_uid
    at camel-db.c line 1433
  • #8 message_info_from_uid
    at camel-folder-summary.c line 580
  • #9 camel_folder_summary_uid
    at camel-folder-summary.c line 629
  • #10 vee_info_ptr
    at camel-vee-summary.c line 81
  • #11 camel_message_info_ptr
    at camel-folder-summary.c line 4563
  • #12 thread_summary
    at camel-folder-thread.c line 452
  • #13 camel_folder_thread_messages_new
    at camel-folder-thread.c line 640
  • #14 regen_list_exec
    at message-list.c line 4177
  • #15 mail_msg_proxy
    at mail-mt.c line 520
  • #16 g_thread_pool_thread_proxy
    at /build/buildd/glib2.0-2.20.1/glib/gthreadpool.c line 265
  • #17 g_thread_create_proxy
    at /build/buildd/glib2.0-2.20.1/glib/gthread.c line 635
  • #18 start_thread
    at pthread_create.c line 297
  • #19 clone
    at ../sysdeps/unix/sysv/linux/i386/clone.S line 130

Comment 1 Milan Bouchet-Valat 2009-09-10 16:11:43 UTC
Created attachment 142919 [details]
CAMEL_DEBUG=all log of the crash

(I've replaced personal identifiers by something like user@server.com.)
Comment 2 Milan Bouchet-Valat 2009-09-10 16:20:08 UTC
After starting it again in calendar mode (using '-c calendar') and quickly changing mail folder, I was able to get it working. Without changing folder, it was still crashing when going to mail mode. Offline/Online did not change anything. Now I can read all my mail folders.

Some interesting messages have appeared that are not in the previous log, but they appeared when crashing as well as now, when it's working:

[...]
** (evolution:6785): DEBUG: EI: SHELL STARTUP
camel-imap-provider-Message: Unable to load summary: no such table: INBOX/DRAFT

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/QUARANTAINE

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/Listes

camel-imap-provider-Message: Unable to load summary: database disk image is malformed

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/TRASH

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/QUARANTAINE

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/TRASH

camel-imap-provider-Message: Unable to load summary: database disk image is malformed

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/Listes

camel-imap-provider-Message: Unable to load summary: no such table: INBOX/DRAFT

Segmentation fault
Comment 3 Akhil Laddha 2009-09-15 03:38:25 UTC
*** Bug 595172 has been marked as a duplicate of this bug. ***
Comment 4 Akhil Laddha 2009-09-15 03:38:35 UTC
*** Bug 595169 has been marked as a duplicate of this bug. ***
Comment 5 Akhil Laddha 2009-09-15 03:45:58 UTC
*** Bug 595173 has been marked as a duplicate of this bug. ***
Comment 6 Akhil Laddha 2009-09-15 03:49:37 UTC
*** Bug 595224 has been marked as a duplicate of this bug. ***
Comment 7 Akhil Laddha 2009-09-15 03:50:26 UTC
*** Bug 595225 has been marked as a duplicate of this bug. ***
Comment 8 Akhil Laddha 2009-11-16 03:53:06 UTC
*** Bug 601988 has been marked as a duplicate of this bug. ***
Comment 9 Akhil Laddha 2009-11-16 03:53:09 UTC
*** Bug 601987 has been marked as a duplicate of this bug. ***
Comment 10 Milan Crha 2009-12-08 15:31:54 UTC
This seems to be just a different variation of bug #573125. In this case the integer field value is going to be transformed from a string to int, but because the value in the column is NULL (not an empty string), instead of a number, it crashes.

The above bug contains patch which will fix this, same as some workaround steps how to fix the issue.
Comment 11 Milan Crha 2010-12-09 09:31:54 UTC

*** This bug has been marked as a duplicate of bug 573125 ***