Operating System - HP-UX
1828235 Members
2164 Online
109975 Solutions
New Discussion

pthread error __libc_reinit() failed.

 
Paresh Borkar
Occasional Advisor

pthread error __libc_reinit() failed.

Hi,

We are building an executable on hp-ux 11. This executable when run reports the following error message:


Pthread internal error: message: __libc_reinit() failed, file:
/ux/core/kern/pthreads/pthread.c, line: 1093
Return Pointer is 0xc0f690c3


The above mentioned executable is linked with libpthread. Does anyone have any clues regarding this?

Someone mentioned that this might be due to the executable linking with libcma.sl. And also mentioned that the only option is to remove the dependency of libcma. Our problem is that we use a third party library (from verisign) and that in turn links with libcma. As a result, there is no way we can remove the libcma dependency from the executable.

Any help regarding this issue will be appreciated.

Thanks,
Paresh.
1 REPLY 1
Alan Wyskowski
Frequent Advisor

Re: pthread error __libc_reinit() failed.

I can't find the information now, but I recall something similar. In our case, we were missing the DCE Kernel Threads product. B6733AA. Anyhows, I don't know if that will fix your problem, but I thought I throw it out.