Opened 14 years ago

Closed 14 years ago

#2199 closed Bugs (fixed)

boost thread library doesn't call TlsFree

Reported by: peter.schneider@… 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:

  1. Compile the attached VS project.
  1. 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)

boost_thread_TlsFree_bug.rar (3.0 KB ) - added by peter.schneider@… 14 years ago.
VS project reproducing the problem

Download all attachments as: .zip

Change History (2)

by peter.schneider@…, 14 years ago

VS project reproducing the problem

comment:1 by Anthony Williams, 14 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk

Note: See TracTickets for help on using tickets.