Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak in SystemLogHandler #26

Closed
glassfishrobot opened this issue Aug 30, 2005 · 7 comments
Closed

Memory Leak in SystemLogHandler #26

glassfishrobot opened this issue Aug 30, 2005 · 7 comments
Assignees

Comments

@glassfishrobot
Copy link

/org/apache/jasper/util/SystemLogHandler.java
and
/org/apache/tomcat/util/log/SystemLogHandler.java

had a memory leak in tomcat until 2005-02-08. I submitted a patch which
unfortunately was only applied to the 5.5 and the 4.1 versions of tomcat, 5.0 is
still not patched.

I looked at the two classes in glassfish and at least locally the code is the
same, so it has the memory leak problem. I didn't check all the way up, but I
assume, that glassfish will experience the problem too.

The memory leak shows up, when you are creating lots of working threads (and
destroy them again), e.g. having applications with varying loads running for a
longer time you will notice a slow increase in tenured space.

Please find the discussion and my original patches for the two classes at

http://issues.apache.org/bugzilla/show_bug.cgi?id=33368

Thanks for considering.

Environment

Operating System: All
Platform: All
URL: http://issues.apache.org/bugzilla/show_bug.cgi?id=33368

Affected Versions

[9.0pe]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Was assigned to jluehe

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by kippdata

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
jluehe said:
Thanks for bringing your patch to our attention!
We'll reevaluate it for Glassfish and will hopefully be able to apply it.
We'll let you know.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
kchung said:
The patch in Tomcat was applied to glassfish. Thanks.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Marked as fixed on Friday, September 2nd 2005, 7:59:40 am

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA GLASSFISH-26

@glassfishrobot
Copy link
Author

pzygielo pushed a commit to pzygielo/glassfish that referenced this issue Jul 8, 2023
…nate.version-6.1.3.Final

chore(deps): bump hibernate.version from 6.1.2.Final to 6.1.3.Final
pzygielo pushed a commit to pzygielo/glassfish that referenced this issue Jun 22, 2024
Signed-off-by: Tomas Kraus <tomas.kraus@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants