You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (Jira)" <ji...@apache.org> on 2021/09/13 08:59:00 UTC

[jira] [Created] (CAMEL-16948) Stackoverflow Exception in LogProcessor (LogMasking)

Christian Müller created CAMEL-16948:
----------------------------------------

             Summary: Stackoverflow Exception in LogProcessor (LogMasking)
                 Key: CAMEL-16948
                 URL: https://issues.apache.org/jira/browse/CAMEL-16948
             Project: Camel
          Issue Type: Bug
    Affects Versions: 3.11.0
            Reporter: Christian Müller


Reproduce 
0.) activate logmasking by setting the logMask flag to true as described in https://camel.apache.org/components/3.11.x/eips/log-eip.html
*camelContext.setLogMask(true);*
1.) log the body of the message with .*log(body())*
2.) if the message is big enough (a few hundred lines are enough!) the logprocessor throws an *stackoverflow exception*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)