GC deadlocks on linux

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 20 04:47:58 PST 2015


On Fri, 20 Feb 2015 09:04:29 +0000, Ola Fosheim Grøstad wrote:

> If you fork early in the process'
> lifespan, before acquiring resources, then it is much easier...

and even if `fork()` is the first line of code in `main()`, there cannot 
be any guarantees. there can be module constructor doing something, or 
3rd party library that already initialized something, or... you got the 
idea. ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20150220/af88bb9e/attachment.sig>


More information about the Digitalmars-d-learn mailing list