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
If I run jline on Windows on ARM powered CPU (Snapdragon X1P-42-100), I get flooded with this exception for every progress bar powered by jline:
Exception in thread "WindowsStreamPump" java.lang.NoSuchFieldError: org.jline.nativ.Kernel32.INVALID_HANDLE_VALUE
at org.jline.terminal.impl.jni.win.NativeWinSysTerminal.processConsoleInput(NativeWinSysTerminal.java:210)
at org.jline.terminal.impl.AbstractWindowsTerminal.pump(AbstractWindowsTerminal.java:464)
at [email protected]/java.lang.Thread.runWith(Thread.java:1588)
at [email protected]/java.lang.Thread.run(Thread.java:1575)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:832)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:808)
I used GraalVM native image but will also continue giving feedback about this error in JVM mode, etc.
To me it seems the problem is not related to the GraalVM native image but to the JNI invocation driven by jline.
The text was updated successfully, but these errors were encountered:
If I run jline on Windows on ARM powered CPU (Snapdragon X1P-42-100), I get flooded with this exception for every progress bar powered by jline:
I used GraalVM native image but will also continue giving feedback about this error in JVM mode, etc.
To me it seems the problem is not related to the GraalVM native image but to the JNI invocation driven by jline.
The text was updated successfully, but these errors were encountered: