Changes between Version 2 and Version 4 of Ticket #109
- Timestamp:
- May 29, 2006, 1:42:11 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #109 – Description
v2 v4 1 A bug in the {{{__gthread_key_dtor}}} implementation caused it to call itself recusivly until it ran out of stack. The result was bad stack or some kind of access violation. It seems this happend whenever the libstdc++ library was used .1 A bug in the {{{__gthread_key_dtor}}} implementation caused it to call itself recusivly until it ran out of stack. The result was bad stack or some kind of access violation. It seems this happend whenever the libstdc++ library was used by a thread other than the primary one.