You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Venkatesh (Jira)" <ji...@apache.org> on 2022/11/14 06:21:00 UTC

[jira] [Commented] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

    [ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633515#comment-17633515 ] 

Venkatesh commented on LOG4J2-3619:
-----------------------------------

[~gverwers], I am also facing similar kind of issue, application went to unresponsive state. Thread dump shows similar to what you have attached. But there is no Stack overflow error in my application. 

How did you get the next event which you have attached in the CauseEvent. How did you get its Object Id?

> Log4j stops logging when the log message contains a java.lang.StackOverflowError
> --------------------------------------------------------------------------------
>
>                 Key: LOG4J2-3619
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-3619
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.17.2
>         Environment: We run Weblogic 12 in a Linux environment.  
>            Reporter: Gary ,Verwers
>            Priority: Major
>         Attachments: BatchEventProcessor.png, CauseEvent.png, IncomingReferences.png, cusor.png, gatinngSequence.png, log4j2.xml, thread-dump-analyses.png, threadDump.txt
>
>
> The RingBuffer Consumer stop printing logs when it comes to a log event with an exception connected with a StackOverFlowError attached.    We have had this occur several dozen times.
> Both the cursor and the gate point at the same place in the event buffer and very quickly all the threads on the server are frozen waiting for the ring buffer to clear up space.   But the consumer is just stuck waiting a not printing event.   It has failed with a stack overflow from spring MVC mapping and it has failed with a stack overflow from Jackson JSON ObjectMapper with object level recursion triggering a stack overflow.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)