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 543401 - Evolution crashed : clicked on a folder
Evolution crashed : clicked on a folder
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[disk-summary]
Depends on:
Blocks: 543389
 
 
Reported: 2008-07-17 09:08 UTC by Akhil Laddha
Modified: 2013-09-13 00:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Akhil Laddha 2008-07-17 09:08:33 UTC
Evolution 2.23.5 

sexp is : [(match-all (and (not (system-flag "deleted")) (not (system-flag "junk"))))]
Something is returned in the top-level caller : [SELECT uid FROM 'Mailbox' WHERE (deleted = 0 AND junk = 0)]
[New Thread 0xb102cb90 (LWP 403)]
[Thread 0xb2e9cb90 (LWP 402) exited]
[Thread 0xb102cb90 (LWP 403) exited]
[Thread 0xb1a41b90 (LWP 401) exited]
removing cache for  DevT 36
**
** camel:ERROR:(camel-string-utils.c:244):camel_pstring_free: assertion failed: (0)

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb63646e0 (LWP 32655)]
0xffffe430 in __kernel_vsyscall ()
(gdb) thread a a bt


Comment 1 Srinivasa Ragavan 2008-07-18 09:33:39 UTC
Cool. I want to see more like this.  I have manually added these g_assert to catch all such stuffs. So put the console logs and gdb traces when you file it.
Comment 2 Srinivasa Ragavan 2008-07-25 04:16:35 UTC
Akhil, for groupwise it is fixed. During release build, I disabled it. I would enable it back to crash on such sitn. Catch bugs and paste it here.