Petals SE POJO

Memory leak on installation/uninstallation

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 2.2.2
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    When installing, uninstalling the SE POJO several times, an OOM exception occurs after some installation.

    This OOM is due to a memory leak occurring on the uninstallation. The component classloader is not unloaded when uninstalling the compoent. The most probably cause is that a Singleton is loaded from the component classloader

    A workaround was applied by svn#15445. It should be completely replaced by a free of the Singleton.

    Show
    When installing, uninstalling the SE POJO several times, an OOM exception occurs after some installation. This OOM is due to a memory leak occurring on the uninstallation. The component classloader is not unloaded when uninstalling the compoent. The most probably cause is that a Singleton is loaded from the component classloader A workaround was applied by svn#15445. It should be completely replaced by a free of the Singleton.
  • Environment:
    -

Activity

Hide
Victor NOËL added a comment - Mon, 5 Oct 2015 - 12:01:12 +0200

duplicate of PETALSESBCONT-17

Show
Victor NOËL added a comment - Mon, 5 Oct 2015 - 12:01:12 +0200 duplicate of PETALSESBCONT-17

People

Dates

  • Created:
    Thu, 29 Jul 2010 - 11:03:26 +0200
    Updated:
    Mon, 5 Oct 2015 - 12:01:12 +0200
    Resolved:
    Mon, 5 Oct 2015 - 12:01:12 +0200