-
# here is part of the erro info in hs_error_pid.log
jdk version 11
---
A fatal error has been detected by the Java Runtime Environment:
**SIGSEGV (0xb) at pc=0x00007f5a92c1229d, pid=3206, tid=3456…
-
We need a function in Java/JNI to apply a null mask onto some provided input column. This functionality is used a lot in Spark-rapids plugin.
Currently, we can achieve this using `copy_if_else` but w…
-
For Java/JVM usage, currently, there is only a [JNI wrapper](https://github.com/libjxl/libjxl/tree/main/tools/jni/org/jpeg/jpegxl/wrapper) available for the Decoder. I wish for an Encoder.
Addition…
-
`javaMethodLookup()` uses the environment attached to the object, probably it should use the ambient (thread-specific) environment or the one that is passed in?
```
java_vm_ext.cc:599] JNI DETECTE…
-
I have a working script to get signal-cli working on a rpi.
Just not sure how and where I can add this.
So I just put it here, can someone take care of it?
```
#!/bin/bash
# get lastest Signal-…
-
10-31 19:45:41.736 10253 10253 F DEBUG : Abort message: 'JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.ClassNotFoundException: Didn't find class "org.as…
-
src/c/tk_jni.c: In function 'Java_awtk_TIdle_idle_1remove_1all_1by_1ctx':
src/c/tk_jni.c:2439:39: error: passing argument 1 of 'idle_remove_all_by_ctx' makes pointer from integer without a cast [-Win…
-
### Description
After upgrading to macOS 15.1 (and .NET 8.0.403?), dotnet/java-interop unit tests started crashing while trying to create a Java VM from managed code.
### Reproduction Steps
1. Use …
-
Excited by your lib I started writing an app that 'rsync' files that have been modified so my phone data gets backed up to my server.
All works great, I compiled rsync and put it in the lib folder,…
-
### What feature or improvement would you like to see?
Add JNI generic bindings to the Java API in [java/core](https://github.com/apache/arrow-adbc/tree/2765af097c85939d86b7e5483966380950c78123/jav…