[Issue 15513] Memory Corruption with thread local objects
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Mar 19 20:17:28 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15513
--- Comment #7 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/09419a101116c0439bc16b5e898fe45fd1b553bd
fix regression tests for fixed Issue 15513
- the existing tls GC test weren't working b/c the scanned stack region
still contained references to the allocated values
https://github.com/D-Programming-Language/druntime/commit/5fe4cd967d3df000a7d6e93bb3fc077b859b2e6b
Merge pull request #1510 from MartinNowak/fixup1507
fix regression tests for fixed Issue 15513
--
More information about the Digitalmars-d-bugs
mailing list