Bug 1103735
| Summary: | Classloader leak in JBossCachedAuthenticationManager | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Josef Cacek <jcacek> | ||||||
| Component: | Security | Assignee: | Emmanuel Hugonnet (ehsavoie) <ehugonne> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Slavicek <pslavice> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.3.0 | CC: | asaji, bdawidow, ehugonne, kkhan, ochaloup, okotek | ||||||
| Target Milestone: | DR7 | ||||||||
| Target Release: | EAP 6.4.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | ShouldBeFixed | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | Type: | Bug | |||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1139561 | ||||||||
| Attachments: |
|
||||||||
|
Description
Josef Cacek
2014-06-02 12:39:23 UTC
https://github.com/ehsavoie/jboss-eap/tree/BZ-1103735 waiting for new picketbox release. Verification failed. I still see the ModuleClassLoader referenced from the DomainInfo. Created attachment 940023 [details]
secured-webapp.war
Use the attached reproducer.
After the 2nd deployment use Eclipse Memory Analyzer (MAT) to dump the heap and make following steps:
1) Open OQL view and run following query:
SELECT f FROM org.jboss.modules.ModuleClassLoader f WHERE (f.module.identifier.name.toString() = "deployment.secured-webapp.war")
2) Select each entry and use context menu (right click) to run command:
Merge Shortest Paths to GC Roots->Exclude all phantom/weak/soft etc. references
3) Check the references (look at the attached screenshot)
Created attachment 940024 [details]
Screenshot - Eclipse MAT
I don't see the same results as you Josef. Could you help me with MAT ? The old module loader is still here BUT there is no references attached to it |