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 516539 - nautilus-sendto hangs libebook
nautilus-sendto hangs libebook
Status: RESOLVED DUPLICATE of bug 361668
Product: nautilus-sendto
Classification: Applications
Component: general
0.12
Other Linux
: Normal normal
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2008-02-14 20:14 UTC by Matthew Barnes
Modified: 2008-02-15 03:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace from attached GDB session (1.43 KB, text/plain)
2008-02-14 20:26 UTC, Matthew Barnes
Details

Description Matthew Barnes 2008-02-14 20:14:27 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
Comment 1 Matthew Barnes 2008-02-14 20:26:19 UTC
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
Comment 2 Matthew Barnes 2008-02-15 03:59:10 UTC
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 ***