mv-wj commented on issue #3194: URL: https://github.com/apache/logging-log4j2/issues/3194#issuecomment-2470702654
> @mv-wj, could you reproduce the issue with the latest version, i.e., `2.24.1`? Yes, I can confirm the same ArrayIndexOutOfBoundsException occurs under `2.24.1`. The issue appears to be that the iteration taking place in `StackTraceStringResolver.findLineStartIndex` method is such that it goes beyond the size of `buffer` (at least that is the case when setting `maxStringLength=200` in the config XML). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
