Mickael Marrache created LOGBACK-1454:
-----------------------------------------
Summary: StackOverflow error
Key: LOGBACK-1454
URL: https://jira.qos.ch/browse/LOGBACK-1454
Project: logback
Issue Type: Bug
Affects Versions: 1.2.3
Reporter: Mickael Marrache
Assignee: Logback dev list
I just encountered the following error:
{code:java}
2019-01-17 16:40:00.048 WARN 5845 --- [p1932274274-291]
o.e.j.u.thread.strategy.EatWhatYouKill :
java.lang.StackOverflowError: null
at
java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:72)
~[na:1.8.0_171]
at sun.reflect.GeneratedMethodAccessor230.invoke(Unknown Source) ~[na:na]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_171]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171]
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:66)
~[logback-classic-1.2.3.jar!/:na]
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
~[logback-classic-1.2.3.jar!/:na]
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
~[logback-classic-1.2.3.jar!/:na]
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
~[logback-classic-1.2.3.jar!/:na]
..............
[the constructor appearing hundreds of time in the stack trace]
{code}
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev