2000-12-07 15:32:01

by Rajiv Majumdar

[permalink] [raw]
Subject: related to pthread



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.

Rajiv



2000-12-08 03:22:19

by Peter Samuelson

[permalink] [raw]
Subject: Re: related to pthread


[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 I'm
sure they will forward it.

Peter