[armedbear-devel] Space leak due to threads stuck in LispThread map

Ville Voutilainen ville.voutilainen at gmail.com
Tue Jul 24 18:31:45 UTC 2012


On 24 July 2012 16:47, Pendergrass, James A.
<James.Pendergrass at jhuapl.edu> wrote:
> The attached patch is my attempt at modifying LispThread to only hang on to
> Java Threads using weak references.  I haven't tested this extensively, but
> it solves my problem with out blowing up.

Can you please explain why it checks the thread reference for
isAlive(), but performs no reference checks for
join()/interrupt()/getStackTrace()?




More information about the armedbear-devel mailing list