GC deadlocks on linux

MartinNowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 20 07:41:03 PST 2015


On Friday, 20 February 2015 at 15:17:22 UTC, Martin Nowak wrote:
> Might want to try using libasync without multiple threads.
> http://www.linuxprogrammingblog.com/threads-and-fork-think-twice-before-using-them

Or you temporarily disable the GC before forking and enable it 
again afterwards.


More information about the Digitalmars-d-learn mailing list