Bug 1024481 - JBossWeb memory leak when using SSL + Java security manager
Summary: JBossWeb memory leak when using SSL + Java security manager
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER6
: EAP 6.3.0
Assignee: Rémy Maucherat
QA Contact: Hynek Mlnarik
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-29 18:10 UTC by Derek Horton
Modified: 2015-09-01 03:34 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 14:38:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Derek Horton 2013-10-29 18:10:31 UTC
Description of problem:
JBossWeb memory leak when using SSL + Java security manager


How reproducible:
Could not reproduce

Comment 1 Derek Horton 2013-10-29 18:13:50 UTC
Tomcat fix:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47744

Comment 3 Rémy Maucherat 2014-01-10 14:55:03 UTC
r2298 and r2297.

Comment 4 Aaron Ogburn 2014-05-30 04:24:39 UTC
This change got in EAP 6.2.1+ and introduced bz1103018

Comment 6 Kabir Khan 2014-07-01 15:55:19 UTC
From the comments this seems done, setting to ON_QA with a made up milestone of ER6 (although from the dates it seems like it should have made it in a long time before)

Comment 7 Hynek Mlnarik 2014-07-04 13:27:12 UTC
Verified in 6.3.0.ER8. Please note that the BZ was switched to ON_QA after ER8.

Similarly to Derek, could not reproduce, yet the heap dumps after using the reproducer from [1] show only a few SSLSession instances held from session after 250000 calls, all referred from WeakHashMap. It was also verified that the code from the Tomcat fix [1] and bz 1103018 (comment 4) are applied.

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=47744


Note You need to log in before you can comment on or make changes to this bug.