[D-runtime] [D-Programming-Language/druntime] fc1013: fix Issue 14476 - core.thread unit tests failing o...
GitHub via D-runtime
d-runtime at puremagic.com
Wed May 13 18:07:39 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: fc1013763ff485844b1fef4696498b677a44b4db
https://github.com/D-Programming-Language/druntime/commit/fc1013763ff485844b1fef4696498b677a44b4db
Author: Martin Nowak <martin.nowak at plugintheworld.com>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M src/core/thread.d
Log Message:
-----------
fix Issue 14476 - core.thread unit tests failing on FreeBSD 9+
- the newly created thread fails because of a stack overflow
in a syscall to sbrk triggered by pthread_attr_get_np/calloc
Commit: 8e5df2b76a1c3be5b6f18f4ba832a740649a6ca8
https://github.com/D-Programming-Language/druntime/commit/8e5df2b76a1c3be5b6f18f4ba832a740649a6ca8
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #1248 from MartinNowak/fix14476
fix Issue 14476 - core.thread unit tests failing on FreeBSD 9+
Compare: https://github.com/D-Programming-Language/druntime/compare/539b1dbe4069...8e5df2b76a1c
More information about the D-runtime
mailing list