GNOME Bugzilla – Bug 616175
gnome-keyring-daemon assert failure: gnome-keyring-daemon: egg-secure-memory.c:240: pool_free: Assertion `pool && *at' failed.
Last modified: 2010-09-11 23:41:54 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/556759 "I've connected to a server using Dolphin and the gnome-keyring dialog popped up asking for the passphrase. I've entered it wrongly the first time (probably) and have been asked again. Then the program apparently crashed and a KDE based dialog came up instead, asking for the key's passphrase." gnome-keyring 2.30.0 "#0 0x00dda422 in __kernel_vsyscall () No symbol table info available.
+ Trace 221445
Thanks for filing this ticket. I believe this patch should fix the problem: commit 53391e4f569f1a3d8e4fb47502b480bc50e7e131 Author: Stef Walter <stef@memberwebs.com> Date: Sat Sep 11 23:38:46 2010 +0000 [egg] Fix secure memory assertion. Fix assertion that occurs when searching for pool to free memory from. https://bugzilla.gnome.org/show_bug.cgi?id=616175 Same code exists in libgnome-keyring egg/ directory, also fixed there.