[Issue 13416] dead-lock in FreeBSD suspend handler

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Dec 6 17:37:53 PST 2014


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #6 from Martin Nowak <code at dawg.eu> ---
Using pthread_suspend_np didn't work out, because there is no way to get the
current stack top of a suspended thread. I also tried to override SIGCANCEL
which is used for pthread_suspend_np but that didn't work.

https://github.com/D-Programming-Language/druntime/pull/1061

--


More information about the Digitalmars-d-bugs mailing list