On Sun, 2003-08-31 at 03:00, GOTO Masanori wrote: > Yes, especially enterprise Java environment creates more than 100 > threads at the same time. Could you drop this patch?
Okay, I've disabled the patch. > Yes, I agree. Only concern is where do we put ld-linux.so.2 - > /lib/ld-linux.so.2 (i386) and /lib/i686/ld-linux.so.2 (i686) ? You can't do anything with the interpreter. Its pathname is part of the ABI, so it must remain at /lib/ld-linux.so.2. But this should be OK, because the i386 and i686 versions will be binary compatible with each other so long as they were built from the same source. > BTW, the big problem is that application using linuxthreads gets > sigsegv when I use glibc which compiled with -march=i686 option. That's very strange. I'll do some experiments locally and see if I can reproduce this. p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

