[Issue 14476] core.thread unit tests failing on FreeBSD 9+

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed May 13 18:07:42 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14476

--- Comment #10 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/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+

--


More information about the Digitalmars-d-bugs mailing list