Opened 20 years ago
Last modified 20 years ago
#109 closed defect
libstdc++: infinte recursion during thread exit — at Initial Version
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.2 |
| Component: | gcc | Version: | 0.6 |
| Severity: | normal | Keywords: | libstdc++ beginthread tls |
| Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
