[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-hurd-Bugs][304352] Bug#407208: imagemagick: convert hangs on hurd-i386



Bugs item #304352, was opened at 2007-01-16 22:39
Status: Open
Priority: 3
Submitted By: Samuel Thibault (sthibaul-guest)
Assigned to: Nobody (None)
Summary: Bug#407208: imagemagick: convert hangs on hurd-i386 
Resolution: None
Group: None
Category: None


Initial Comment:
Makes apache FTBFS


----------------------------------------------------------------------

>Comment By: Thomas Schwinge (tschwinge-guest)
Date: 2007-01-17 19:39

Message:
Is this the same as is described here? 
<http://nic-nac-project.de/~schwinge/tmp/libgtkspell>


----------------------------------------------------------------------

Comment By: Samuel Thibault (sthibaul-guest)
Date: 2007-01-17 02:31

Message:
Gaaah, debugging showed me that what happens is that hooks for
pthread_mutex_unlock() from libX11 take precedence over those from
libpthread.so...

Why does libpthread.so provide weak symbols for those?!

On the other hand, the current pthread_mutex_lock() implementation poses
problem: it always inlines the fast path (an xchg instruction), so that libX11
hooks just _can't_ work.


----------------------------------------------------------------------

You can respond by visiting: 
http://alioth.debian.org/tracker/?func=detail&atid=411594&aid=304352&group_id=30628



Reply to: