You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:78)
…
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:78)
at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:51)
at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:145)
at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:424)
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:386)
at ch.qos.logback.classic.Logger.warn(Logger.java:697)
It seems to be somehow due to Kotlin to Java Throwable/Exception conversion, there's an infinite list of causes.
There seems to be a fix proposal already sitting around since 2016, why not merge it?
The text was updated successfully, but these errors were encountered:
causes stack overflow:
It seems to be somehow due to Kotlin to Java Throwable/Exception conversion, there's an infinite list of causes.
There seems to be a fix proposal already sitting around since 2016, why not merge it?
The text was updated successfully, but these errors were encountered: