GC deadlocks on linux

Martin Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 20 06:11:17 PST 2015


On Wednesday, 18 February 2015 at 20:27:08 UTC, Byron Heads wrote:
> I have a medium size daemon application that uses several
> threads, libasync, and daemonize.  On windows it runs correctly
> with GC enabled, but on linux the GC causes a deadlock while
> allocating memory.

Can you reliably reproduce the deadlock?
If so please attach a gdb to the deadlocked process and provide 
us back traces of all threads? If you can share the code (maybe 
privately), that would help as well.


More information about the Digitalmars-d-learn mailing list