Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Possible resource leak in aspectj 1.6.2

Here it is:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=251019

thanks a lot.

Andy Clement wrote:
please open a bug report for that.

cheers,
Andy.

2008/10/15 Pablo Gra~na <pablo.grana@xxxxxxxxxxx <mailto:pablo.grana@xxxxxxxxxxx>>

    Hi there:

    I found a possible resource leak that stops web application class
    loaders from being garbage collected. There is a class CFlowStack
    that creates a ThreadStack object as a ThreadLocal or a static map
    element depending on java version.

    The version that uses ThreadLocal (ThreadStackFactoryImpl)
    apparently does not provide a mechanism for removing the ThreadLocal.

    This manifests as out of PermGen memory after several redeploys.

    thanks a lot

    _______________________________________________
    aspectj-users mailing list
    aspectj-users@xxxxxxxxxxx <mailto:aspectj-users@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/aspectj-users



------------------------------------------------------------------------

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

--
Pablo Gra\~na
Chief Architect
Globant
Arg Office: +54 (11) 4109 1743
UK  Office: +44 (20) 7043 8269 int 8043
US  Office: +1 (212) 400 7686 int 8043



Back to the top