------- Comment #14 from dave at hiauly1 dot hia dot nrc dot ca 2006-09-23 21:33 ------- Subject: Re: [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites
> Breakpoint 1, 0x40b4c6bc in *__GI___pthread_mutex_lock (mutex=0x41c60000) (gdb) p locale_mutex $2 = {_M_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__spinlock = {lock = {0, 0, 0, 0}}, __status = 0}}} (gdb) p &locale_mutex $3 = (__gnu_cxx::__mutex *) 0x41c60000 All the "lock" values should be 1 immediately after initialization. Could this be an ordering problem? Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29118