Re: threads problems in =?utf-7?b?UmVkSGF0OSt1cGRhdFEt?=

2003-06-17 Thread Maxim Koshelev
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

Re: threads problems in RedHat9

2003-06-17 Thread Maxim Koshelev
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

threads problems in RedHat9+updates

2003-06-16 Thread Maxim Koshelev
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