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
[native-image] "Static field or an object referenced from a static field changed during native image generation" (involving java.lang.ref.SoftReference@)
#2399
Closed
xhiroga opened this issue
Apr 26, 2020
· 1 comment
· Fixed by #2407
Describe the issue
Trying to generate a native image from a jar file. An external library I use may cause the problem but I cannot figure out what is wrong.
Describe the issue
Trying to generate a native image from a jar file. An external library I use may cause the problem but I cannot figure out what is wrong.
The error may be related to this line.
https://github.com/hiroga-cc/excel/blob/e797739c0ebb9d61ba0327c0735ea78cba3c7fb5/src/main/kotlin/cc/hiroga/excel/Commands.kt#L21
This is the stacktrace
Steps to reproduce the issue
Please run below steps.
Describe GraalVM and your environment:
The text was updated successfully, but these errors were encountered: