Changes between Initial Version and Version 2 of Ticket #109


Ignore:
Timestamp:
May 28, 2006, 9:27:48 PM (18 years ago)
Author:
bird
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #109

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #109 – Description

    initial v2  
    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.
     1A 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.