[Issue 15939] GC.collect causes deadlock in multi-threaded environment
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Apr 25 11:37:06 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15939
--- Comment #7 from Aleksei Preobrazhenskii <apreobrazhensky at gmail.com> ---
I was running tests for past five days, I didn't see any deadlocks since I
switched GC to using real-time POSIX signals (thread_setGCSignals(SIGRTMIN,
SIGRTMIN + 1)). I would recommend to change default signals accordingly.
--
More information about the Digitalmars-d-bugs
mailing list