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 472271 - crash in ea_setting_setup ?
crash in ea_setting_setup ?
Status: RESOLVED DUPLICATE of bug 430369
Product: evolution-data-server
Classification: Platform
Component: general
1.12.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
muelli[gconf]
: 479198 480217 486093 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-08-31 16:54 UTC by luca.roccia
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description luca.roccia 2007-08-31 16:54:38 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 ()

Thread 1 (Thread -1234581824 (LWP 17488))

  • #0 __kernel_vsyscall
  • #1 ??
    from /lib/libpthread.so.0
  • #2 g_spawn_sync
    from /usr/lib/libglib-2.0.so.0
  • #3 g_spawn_command_line_sync
    from /usr/lib/libglib-2.0.so.0
  • #4 run_bug_buddy
    at gnome-breakpad.cc line 208
  • #5 check_if_gdb
    at gnome-breakpad.cc line 278
  • #6 google_breakpad::ExceptionHandler::InternalWriteMinidump
    at ../google-breakpad/src/client/linux/handler/exception_handler.cc line 225
  • #7 google_breakpad::ExceptionHandler::HandleException
    at ../google-breakpad/src/client/linux/handler/exception_handler.cc line 196
  • #8 <signal handler called>
  • #9 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #12 bonobo_main
    at bonobo-main.c line 311
  • #13 main
    at main.c line 602
  • #0 __kernel_vsyscall


----------- .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
--------------------------------------------------
Comment 1 Tobias Mueller 2007-09-04 18:54:04 UTC
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

  • #19 e_account_writable
    at e-account.c line 995

with ea being NULL. Maybe that's the issue.
Comment 2 Tobias Mueller 2007-09-04 22:57:28 UTC
(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...
Comment 3 Tobias Mueller 2007-09-26 18:11:34 UTC
*** Bug 480217 has been marked as a duplicate of this bug. ***
Comment 4 Tobias Mueller 2007-09-26 18:11:42 UTC
*** Bug 479198 has been marked as a duplicate of this bug. ***
Comment 5 Tobias Mueller 2007-10-12 19:29:58 UTC
*** Bug 486093 has been marked as a duplicate of this bug. ***
Comment 6 Tobias Mueller 2007-10-22 22:19:42 UTC
(In reply to comment #1)
> I think, that this could be bug 467846
> 
which now is bug 430369 and has 50+ duplicates.
Comment 7 Tobias Mueller 2007-12-07 10:06:20 UTC
Luca, are you willing to try the patch from bug 430369?
Comment 8 Srinivasa Ragavan 2007-12-07 10:36:52 UTC

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