Details
-
Type:
Bug
-
Status: Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: 1.3.0-alpha6
-
Component/s: None
-
Labels:None
Description
I just encountered the following error:
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]
Attachments
Issue Links
- duplicates
-
LOGBACK-1027 Circular Referenced Suppressed Exception Throws StackOverflowError
-
- Open
-