Hello again,
All work fine with linking vs /lib/i686. Just one broblem left:
how to built on generic RH9 host without changing permisions on
/lib/tls or removing them...
Thanks again to Thomas.
Thomas Bailey wrote:
>Maxim,
>
>I had a similar problem - the destructors associated with thread
>spe
Thanks Thomas,
I'll try this workarround today.
But why redhat team distribute such broken library?
Thanks again for explanation.
Maxim.
Thomas Bailey wrote:
>Maxim,
>
>I had a similar problem - the destructors associated with thread
>specific storage are not called in the RH 9 pthread library ei
Hi there,
It seems to me that pthread_cleanup_(pop|push) routines are broken in RH9.
My multithreaded application works well only if I comment out all
'pthread_cleanup_' strings in my program.
In most cases using pthread_cleanup_ routines lead to:
(gdb bt):
#1 0x4002fea9 in __pthread_cleanup_upt