------- Comment #16 from pluto at agmk dot net 2010-05-12 20:27 ------- (In reply to comment #15) > the problematic is eh_globals.o which was merged into libstlport.a. > the TLS version of the get_globals causes memory corruption in my app. >
strictly, the __thread based eh_globals.cc doesn't work with pthread based stlport-5.2.1. libsupc++ configured with --disable-tls (forced tls via pthread get/set specific) works fine with stlport again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39979