logback / LOGBACK-1626 [Open] NullPointer exception in Throwable Proxy - version 1.2.11
============================== Here's what changed in this issue in the last few minutes. This issue has been created This issue is now assigned to you. View or comment on issue using this link https://jira.qos.ch/browse/LOGBACK-1626 ============================== Issue created ------------------------------ Inderjot kaur Ratol created this issue on 07/Apr/22 5:49 PM Summary: NullPointer exception in Throwable Proxy - version 1.2.11 Issue Type: Bug Assignee: Logback dev list Created: 07/Apr/22 5:49 PM Priority: Major Reporter: Inderjot kaur Ratol Description: Line 99 in Throwable proxy class throws null pointer exception when throwableSuppressed is returned null. Cannot read the array length because "throwableSuppressed" is nullCannot read the array length because "throwableSuppressed" is nulljava.lang.NullPointerException: Cannot read the array length because "throwableSuppressed" is null at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:99) at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:62) at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:119) at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:419) at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:383) at ch.qos.logback.classic.Logger.error(Logger.java:534) ============================== This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev