anybody seen "Insufficient maximum stack size" lat...
# announcements
j
anybody seen "Insufficient maximum stack size" lately? kt 1.3.30, happens during method inlining using
Katana
for DI.
Copy code
Caused by: java.lang.IndexOutOfBoundsException: Insufficient maximum stack size.
        at org.jetbrains.org.objectweb.asm.tree.analysis.Frame.push(Frame.java:239)
        at org.jetbrains.org.objectweb.asm.tree.analysis.Frame.execute(Frame.java:281)
        at org.jetbrains.kotlin.codegen.inline.MethodInliner$Companion$analyzeMethodNodeBeforeInline$analyzer$1$newFrame$1.execute(MethodInliner.kt:1031)
        at org.jetbrains.org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:187)
a
Please report an issue to http://kotl.in/issue with sample code/project to reproduce. This may be a regression. Thanks!
j
I believe it is. the only difference between
katana 1.6.0
and
katana 1.6.1
is changing kotlin version from 1.3.21 to 1.3.30. and
1.6.0
does not produce this error in my consuming code
however, a minimal example to reproduce may be very difficult...