kud1ing / rucaja

Calling the JVM from Rust via JNI
https://docs.rs/rucaja
Apache License 2.0
31 stars 7 forks source link

`DestroyJavaVM()` causes SIGSEV #7

Closed kud1ing closed 7 years ago

kud1ing commented 7 years ago

Enable Drop code and run test_drop().

kud1ing commented 7 years ago

Trying to have multiple JVM instances in the same process (even sequentially) seems to be JVM-version-dependent dark path. Let's go shopping instead.