https://issues.dlang.org/show_bug.cgi?id=14476
--- Comment #10 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/fc1013763ff485844b1fef4696498b677a44b4db 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 https://github.com/D-Programming-Language/druntime/commit/8e5df2b76a1c3be5b6f18f4ba832a740649a6ca8 Merge pull request #1248 from MartinNowak/fix14476 fix Issue 14476 - core.thread unit tests failing on FreeBSD 9+ --
