Aversefun

Results 54 comments of Aversefun

Give me a bit until I get on a computer and can expand the proc macro that generates the native code

Actually, nevermind. Even just this causes the issue. ```rust #[unsafe(no_mangle)] pub extern "system" fn Java_org_firstinspires_ftc_teamcode_MyLinearOpMode_runOpMode< 'local, >( mut unowned_env: ::ftc::jni::EnvUnowned, ) { let outcome = unowned_env.with_env_no_catch(|env| -> ::ftc::jni::errors::Result { Ok(())...

I remember isolating it further, but the code is on one of my home computers so I'll grab it when I get home after school.

Definitely a SEGFAULT, I'll try with debug symbols tonight, definitely that call.