Opened 16 years ago
Closed 16 years ago
#681 closed Bugs (None)
Memoryleak when using boost::thread and boost::test together
Reported by: | sergeipanov | Owned by: | Roland Schwarz |
---|---|---|---|
Milestone: | Component: | threads | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
When I tried to use boost::thread with boost::test (Unit Test Framework) I've always got the followed message: Detected memory leaks! Dumping objects -> {227} normal block at 0x00364698, 24 bytes long. Data: <PS > 50 53 14 00 FF FF FF FF 00 00 00 00 00 00 00 00 {226} normal block at 0x00364428, 8 bytes long. Data: < F6 > 98 46 36 00 01 CD CD CD Object dump complete. It does not matter from Boost version (I tried the latest one as well). The error is reproduced with simple examples from boost::thread docs. Platform: Win32 Compiler: Microsoft Visual C++ version 7.1 STL : Dinkumware standard library version 313 Boost : 1.33.1 Could you help me? Thanks in advance! Sergei Panov
Change History (3)
comment:2 by , 16 years ago
Logged In: YES user_id=541730 This error most likely was related to the TSS global mutex leak. It has been fixed for 1.34 and 1.35
comment:3 by , 16 years ago
Status: | assigned → closed |
---|
Note:
See TracTickets
for help on using tickets.