|
From: Eyal L. <ey...@ey...> - 2005-01-16 21:42:55
|
[original was too big - compress it]
[now the zip file was rejected - try tar]
========================
Jeremy Fitzhardinge wrote:
> On Sat, 2005-01-15 at 22:56 +1100, Eyal Lebedinsky wrote:
>
>>Jeremy Fitzhardinge wrote:
>>[trim]
>>
>>>So the real question is why there's an assertion failure?
>>>
>>>Are you positive that your processes are not crashing like this outside
>>>of Valgrind?
>>
>>Yes, it works just fine. The crash happens when the server is starting, and the
>>plain run has no problems running about 300 regression tests (some rather elaborate).
>>
>>To make it simple, I am attaching a small program that demonstrates the problem.
>>I posted it to the list a while ago, but it never hurts to do it again.
>>
>>This should make it easier to diagnose and (hopefully) fix.
>
> Unfortunately this works fine for me. Could you send me:
> * the full output of a failing run
zz33.log
> * uname -a and glibc version
$ uname -a
Linux e7 2.6.10-ac9 #1 SMP Fri Jan 14 08:56:38 EST 2005 i686 GNU/Linux
This was tested with other kernel versions, same results.
$ gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-5)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ldd zz33
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7fc7000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7e92000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000)
$ ls -l /lib/tls/libc-2.3.2.so /lib/tls/libpthread.so.0
-rw-r--r-- 1 root root 1253924 Dec 27 13:41 /lib/tls/libc-2.3.2.so
lrwxrwxrwx 1 root root 18 Jan 5 10:54 /lib/tls/libpthread.so.0 -> libpthread-0.60.so
> * distro?
Debian testing
> * strace -f output too
The vanilla run is zz33-strace-raw.log
The valgrind run is zz33-strace-vg.log
> Thanks.
>
> Oh, is there a bug filed on this?
No
--
Eyal Lebedinsky (ey...@ey...) <http://samba.org/eyal/>
If attaching .zip rename to .dat
|