Re: 0.9.32 plans/TODOs

2010-04-21 Thread Bernhard Reutner-Fischer
On Sat, Apr 17, 2010 at 12:09:28PM +0200, Joakim Tjernlund wrote: EHLO - austin has brought nptl up to snuff with master. Thanks! - -std=gnu89 (before merge/after/not ?) I fear that certain folks will wince if we (we're well in 2010 at the time of this writing and C99 is the dominating

fstatfs segfault

2010-04-21 Thread Josh Boyer
Hi All, I have a case where uClibc will segfault in the fstatfs call. The testcase is pretty simple, and just tests the error cases that should be returned for EBADF and EFAULT. The EFAULT case is where the crash occurs. What seems to be happening is that the testcase calls fstatfs like this:

Re: [PATCH] nptl: proper soname handling

2010-04-21 Thread Natanael Copa
On Tue, Apr 20, 2010 at 4:49 PM, Natanael Copa natanael.c...@gmail.com wrote: Since sublevel releases are not ABI compatible we need to adjust the soname to include the sublevel version. ... diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index d9f2d23..1e9f98c 100644

Re: problems with sem_open

2010-04-21 Thread Matthias Hofmann
Hello, typing ldd to the shared library has the following output: linux-gate.so.1 = (0xb7fad000) libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7d5f000) libm.so.0 = /usr/lib/libm.so.0 (0xb7d52000) libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb7d48000) libc.so.0 = /usr/lib/libc.so.0 (0xb7cfb000)

Re: problems with sem_open

2010-04-21 Thread Rob Landley
On Wednesday 21 April 2010 08:23:40 Matthias Hofmann wrote: Hello, typing ldd to the shared library has the following output: linux-gate.so.1 = (0xb7fad000) libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7d5f000) libm.so.0 = /usr/lib/libm.so.0 (0xb7d52000) libgcc_s.so.1 =