gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Infinite Loop in arc cleanupPools


From: Tom Davie
Subject: Infinite Loop in arc cleanupPools
Date: Tue, 23 Oct 2012 08:56:20 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]