[Python-Dev] bsddb3 test hang

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Tue, 22 Jul 2003 12:29:08 +1000


>>> Barry Warsaw wrote
> strace-ing the process gives me:
> 
> % strace -p 26615
> futex(0x82fb8c0, FUTEX_WAIT, 0, NULL

Upgrade your glibc. This should go on the download page - the glibc that
ships with RH9 is seriously broken.

Anthony