pthread and GC

tcak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 13 00:04:38 PDT 2015


I am using pthread somewhere in program, and it creates an 
object. After a while, I see "core.thread.scanAllTypeImpl" error 
on gdb. Does this mean that pthread and GC are incompatible? Any 
solution without making too much code changes?


More information about the Digitalmars-d-learn mailing list