GC deadlocks on linux

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 2 00:15:12 PST 2015


On Saturday, 28 February 2015 at 05:32:51 UTC, ketmar wrote:
> On Sat, 28 Feb 2015 06:09:16 +0100, Martin Nowak wrote:
>
>> Meanwhile the author of daemonized came up with another idea, 
>> using exec
>> instead of fork. https://github.com/NCrashed/daemonize/issues/2
>
> ahem. http://forum.dlang.org/post/mc35ap$2dvo$51@digitalmars.com

Bug 6846 is supposedly caused by usage of GC. Can't recent 
spawnProcess from phobos be used to start a process? It works 
around GC after fork sufficiently enough.


More information about the Digitalmars-d-learn mailing list