Opened 14 years ago
Closed 14 years ago
#2199 closed Bugs (fixed)
boost thread library doesn't call TlsFree
Reported by: | Owned by: | Anthony Williams | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | thread |
Version: | Severity: | Cosmetic | |
Keywords: | thread TLS TlsFree | Cc: |
Description
Boost version: 1.36
Compiler: Visual Studio 2005 with Service Pack 1 and Windows SDK for Windows Vista (v6.0)
Steps to reproduce the problem:
- Compile the attached VS project.
- Run the main project with Application Verifier activated using the "Basics" tests.
=> a VERIFIER STOP 00000350 indicating "Unloading DLL that allocated TLS index that was not freed." occurs.
The stop code does not occur when compiling the same project with boost version 1.34.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
VS project reproducing the problem