kud1ing / rucaja

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

Crash #1

Closed kud1ing closed 7 years ago

kud1ing commented 7 years ago

Process 66240 launched: './target/debug/rucaja' (x86_64) Process 66240 stopped * thread #1: tid = 0x3c105d, 0x00007fffe740be80 libsystem_platform.dylib_platform_strncmp + 320, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x00007fffe740be80 libsystem_platform.dylib_platform_strncmp + 320 libsystem_platform.dylib`_platform_strncmp: -> 0x7fffe740be80 <+320>: movzbq (%rdi,%rcx), %rax 0x7fffe740be85 <+325>: movzbq (%rsi,%rcx), %r8 0x7fffe740be8a <+330>: subq %r8, %rax 0x7fffe740be8d <+333>: jne 0x7fffe740be9d ; <+349>

kud1ing commented 7 years ago

The C++ version crashes, too.