Hi All,

I've got an issue where by applications seem to start using 100% CPU on all 
cores, with generally one thread per core stuck in arc.m cleanupPools(struct 
arc_tls* tis).

Is it just me, or should line 143 read "while(NULL != tls->pool)" Its current 
state ("while(NULL != pool)") will of course infinite loop as pool is never 
assigned to inside the loop.

Thanks

Tom Davie
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to