← Back to index
|
Original Bugzilla link
Bug 13414 – Static destructors not called correctly with dynamic loading
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2014-09-01T17:10:00Z
Last change time
2015-02-18T03:37:50Z
Keywords
pull
Assigned to
nobody
Creator
code
Comments
Comment #0
by code — 2014-09-01T17:10:20Z
Reported by Niklas Wallén via mail, pull request incoming.
Comment #1
by code — 2014-09-01T17:17:23Z
https://github.com/D-Programming-Language/druntime/pull/947
Comment #2
by github-bugzilla — 2014-09-01T17:59:19Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/600166ce11d20f3a24f269fd655c61f532c6b990
Issue 13414 - Static destructors not called correctly with dynamic loading Patch provided by Niklas Wallén in private correspondence.
https://github.com/D-Programming-Language/druntime/commit/a8b19ff2b026f8dba2fdb64efb2a92e620d4cc5f
Merge pull request #947 from klickverbot/run-tls-dtors Issue 13414 - Static destructors not called correctly with dynamic loading
Comment #3
by github-bugzilla — 2014-09-02T00:54:56Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/e3c358afd0d9f9d4fa8dee999773e0c3ca2d4003
regression test for issue 13414
https://github.com/D-Programming-Language/druntime/commit/49a9d8d482211bc18fbd7a430d0919a34f45475b
Merge pull request #948 from MartinNowak/test13414 regression test for issue 13414
Comment #4
by github-bugzilla — 2014-10-15T09:12:55Z
Commit pushed to 2.066 at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/73510fd55de8cb22d1b8b406d97df30d9b37bf98
Merge pull request #947 from klickverbot/run-tls-dtors Issue 13414 - Static destructors not called correctly with dynamic loading
Comment #5
by github-bugzilla — 2015-02-18T03:37:50Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/600166ce11d20f3a24f269fd655c61f532c6b990
Issue 13414 - Static destructors not called correctly with dynamic loading
https://github.com/D-Programming-Language/druntime/commit/a8b19ff2b026f8dba2fdb64efb2a92e620d4cc5f
Merge pull request #947 from klickverbot/run-tls-dtors
https://github.com/D-Programming-Language/druntime/commit/e3c358afd0d9f9d4fa8dee999773e0c3ca2d4003
regression test for issue 13414
https://github.com/D-Programming-Language/druntime/commit/49a9d8d482211bc18fbd7a430d0919a34f45475b
Merge pull request #948 from MartinNowak/test13414