GNOME Bugzilla – Bug 364297
crash in Keyring Manager: I unchecked the read per...
Last modified: 2006-12-18 01:00:35 UTC
Version: 2.16.0 What were you doing when the application crashed? I unchecked the read permission from the file manager for accessing an sftp password, in the keyring manager, and that is when the keyring manager crashed. Distribution: Gentoo Base System version 1.12.5 Gnome Release: 2.16.1 2006-10-14 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 28418048 vsize: 0 resident: 28418048 share: 0 rss: 11223040 rss_rlim: 0 CPU usage: start_time: 1161556419 rtime: 0 utime: 95 stime: 0 cutime:90 cstime: 0 timeout: 5 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/gnome-keyring-manager' Using host libthread_db library "/lib/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1224345936 (LWP 1688)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 77771
Thread 1 (Thread -1224345936 (LWP 1688))
Created attachment 77717 [details] [review] Proposed patch I see this problem on Solaris. The proposed patch avoids adding NULL to list.
Fer, is this ok?
Thanks a lot Padraig, committed to HEAD: 2006-12-18 Fernando Herrera <fherrera@onirica.com> * src/gnome-keyring-manager-acl-display.c: (gkm_acl_display_get_acl): Don't add null elements to the acl list. Patch by Padraig Pbriain. Fix bug #364297