GNOME Bugzilla – Bug 516539
nautilus-sendto hangs libebook
Last modified: 2008-02-15 03:59:50 UTC
I'm seeing a deadlock in libebook.c, line 2132, version 2.21.91 in a nautilus-sendto process. /* wait for something to happen (both cancellation and a successful response will notify us via our cv */ g_cond_wait (our_op->cond, our_op->mutex); Steps to Reproduce: 1) $ nautilus-sendto <some-file> My terminal prints this much and hangs. Init thunderbird plugin Init sylpheed-claws plugin Init pidgin plugin Init evolution plugin
Created attachment 105277 [details] Backtrace from attached GDB session The hang seems to be temporary. libebook eventually times out and emits the following warning. nautilus-sendto then comes up. ** (nautilus-sendto:18194): WARNING **: Unable to get contacts: EBookStatus returned 20
I believe this to be a dupe of bug #361668. Using Evolution 2.21.91 on a Fedora 8 system with nautilus-sendto-0.12-5.fc8, nautilus-sendto was attempting to query Red Hat's entire LDAP address book. Bastien's latest comment in bug #361668 suggests that this is fixed in later versions of nautilus-sendto. *** This bug has been marked as a duplicate of 361668 ***