-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix ArrayIndexOutOfBoundsException
in ThrowableStackTraceRenderer
when the stack trace is mutated concurrently
#3955
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
base: 2.x
Are you sure you want to change the base?
Conversation
log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRenderer.java
Outdated
Show resolved
Hide resolved
src/changelog/2.25.2/3940_ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml
Outdated
Show resolved
Hide resolved
ArrayIndexOutOfBoundsException
in ThrowableStackTraceRenderer
when the stack trace is mutated concurrently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, sorry, I missed configuring git to sign commits for this repo. My bad! Are you ok if I rewrite the history here? Sorry for that, you'll have to fix your commits afterwards then |
Thanks for the quick response here btw! |
@mosche, yes, you must override the history. Please keep the content intact. |
…ently modifying the stacktrace
…ktrace of a throwablen while rendering it
Head branch was pushed to by a user without write access
5d64cca
to
f208e1b
Compare
Fix
ArrayIndexOutOfBoundsException
inThrowableStackTraceRenderer
if concurrently modifying the stack trace of aThrowable
while rendering itCloses #3940