Re: related to pthread

2000-12-07 Thread Peter Samuelson
[Rajiv Majumdar] > during an exec it gives the following error message : "Pthread > internal error : message : __libc__reinit() failed" and creates a > core dump. This is libc failing -- please report this through libc channels (see http://www.gnu.org/software/libc). If it is in fact a kernel

related to pthread

2000-12-07 Thread Rajiv Majumdar
Hi I am trying to write a multithreaded tcp/ip daemon using the pthread interface. The server compiles well but during an exec it gives the following error message : "Pthread internal error : message : __libc__reinit() failed" and creates a core dump. I would highly appreciate any help.

related to pthread

2000-12-07 Thread Rajiv Majumdar
Hi I am trying to write a multithreaded tcp/ip daemon using the pthread interface. The server compiles well but during an exec it gives the following error message : "Pthread internal error : message : __libc__reinit() failed" and creates a core dump. I would highly appreciate any help.

related to pthread

2000-12-07 Thread Rajiv Majumdar
Hi I am trying to write a multithreaded tcp/ip daemon using the pthread interface. The server compiles well but during an exec it gives the following error message : "Pthread internal error : message : __libc__reinit() failed" and creates a core dump. I would highly appreciate any help.

related to pthread

2000-12-07 Thread Rajiv Majumdar
Hi I am trying to write a multithreaded tcp/ip daemon using the pthread interface. The server compiles well but during an exec it gives the following error message : "Pthread internal error : message : __libc__reinit() failed" and creates a core dump. I would highly appreciate any help.

Re: related to pthread

2000-12-07 Thread Peter Samuelson
[Rajiv Majumdar] during an exec it gives the following error message : "Pthread internal error : message : __libc__reinit() failed" and creates a core dump. This is libc failing -- please report this through libc channels (see http://www.gnu.org/software/libc). If it is in fact a kernel bug