https://bz.apache.org/bugzilla/show_bug.cgi?id=60750

--- Comment #13 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Ty from comment #12)
> - there is no OOME in stdout or stderr

I seem to recall some try/catch code in certain places in Tomcat that swallowed
exceptions that I thought ought to at least be logged. It's possible that this
particular edge-case hits those catches.

OOMEs can happen for a number of reasons -- not always complete
heap-exhaustion. So you might not be able to tell an OOME occurred if it didn't
get logged to stderr and you were just watching e.g. total JVM memory usage.

I'd be interested to see if JMX reports an increase in the OOME count when
these zero-length chunks are dropped from the responses.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to