On Fri, Aug 31, 2007 at 02:47:32PM +1000, Bojan Smojver wrote: > Note that with CentOS 5 (x86_64) and RHEL 4 (i686), apr-1.2.10, testuser > fails when run as an unprivileged user (this is from CentOS 5 box): > ----------------------------------------- > testuser : //bin/sh: line 1: 31277 Segmentation > fault ./$prog > make[1]: Leaving directory `/home/users/bsmojver/a/apr-1.2.10/test' > ----------------------------------------- > > dmesg has: > ----------------------------------------- > testall[30507]: segfault at 0000000000000000 rip 00002aaaaaf75615 rsp > 00007fff5a82bde0 error 4 > ----------------------------------------- > > Joe, can you see the same? My CFLAGS were "-O2 -Wall -g" and I also have > LDAP authentication configured (OpenLDAP). I kind of remember bumping > into something similar before, but the details escape me...
Can you check whether the trunk works on the same boxes? Presuming this is a just another segfault due to some unexpected test failure, it could be PR 39075 or 41105. joe