GNOME Bugzilla – Bug 472271
crash in ea_setting_setup ?
Last modified: 2013-09-14 16:49:51 UTC
Version: 2.12.x What were you doing when the application crashed? Distribution: Unknown Gnome Release: 2.19.6 2007-08-20 (Archlinux) BugBuddy Version: 2.19.91 System: Linux 2.6.22-ARCH #1 SMP PREEMPT Thu Aug 23 20:18:37 CEST 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70200000 Selinux: No Accessibility: Enabled GTK+ Theme: Clearlooks Icon Theme: Neu Memory status: size: 124669952 vsize: 124669952 resident: 33972224 share: 23523328 rss: 33972224 rss_rlim: 4294967295 CPU usage: start_time: 1188579256 rtime: 111 utime: 94 stime: 17 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1234581824 (LWP 17488)] [New Thread -1306608752 (LWP 17505)] [New Thread -1298216048 (LWP 17504)] [New Thread -1289278576 (LWP 17503)] [New Thread -1280312432 (LWP 17501)] [New Thread -1270281328 (LWP 17500)] [New Thread -1261888624 (LWP 17499)] [New Thread -1244222576 (LWP 17498)] 0xb7fbe410 in __kernel_vsyscall ()
+ Trace 159415
Thread 1 (Thread -1234581824 (LWP 17488))
----------- .xsession-errors (13214 sec old) --------------------- ** (gecko:6020): WARNING **: No listener with the specified listener id 23 ** (gecko:6020): WARNING **: No listener with the specified listener id 24 ** (gecko:6020): WARNING **: No listener with the specified listener id 25 ** (gecko:6020): WARNING **: No listener with the specified listener id 26 ** (gecko:6020): WARNING **: No listener with the specified listener id 27 ** (gecko:6020): WARNING **: No listener with the specified listener id 28 (gecko:6020): GLib-CRITICAL **: g_hash_table_foreach_remove: assertion `hash_table != NULL' failed (gecko:6020): GLib-CRITICAL **: g_hash_table_size: assertion `hash_table != NULL' failed --------------------------------------------------
Thanks for that awesome stacktrace :) I suspect this to be e-d-s, rather than evolution, thus changing the product. I think, that this could be bug 467846 I noticed
+ Trace 160456
with ea being NULL. Maybe that's the issue.
(In reply to comment #1) > I noticed > > #19 0xb7b63073 in e_account_writable (ea=0x0, type=160) at e-account.c:995 > No locals. > > with ea being NULL. Maybe that's the issue. > Oh, it's actually not, since its: gboolean e_account_writable(EAccount *ea, e_account_item_t type) { ea_setting_setup(); return (account_info[type].perms & ea_perms) == 0; } Well, I can't see anything suspicious in ea_setting_setup, but this whole account thing is weird anyway...
*** Bug 480217 has been marked as a duplicate of this bug. ***
*** Bug 479198 has been marked as a duplicate of this bug. ***
*** Bug 486093 has been marked as a duplicate of this bug. ***
(In reply to comment #1) > I think, that this could be bug 467846 > which now is bug 430369 and has 50+ duplicates.
Luca, are you willing to try the patch from bug 430369?
*** This bug has been marked as a duplicate of 430369 ***