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
However, when set a breakpoint in dksdk-ffi-ocaml/src/DkSDKFFI_OCaml/core/ffi_bytes.c:129 (dksdk-ffi-ocaml/src/DkSDKFFI_OCaml/core/ffi_bytes.c) then QR code is generated.
Which sounds like the CAML thread or a CAMLparam is incorrect during dksdk_ffi_ocaml_hostsegment_blit_from_bytes when leaving the blocking section at:
The effect of calling pthread_getspecific() or pthread_setspecific() with a key value not obtained from pthread_key_create() or after key has been deleted with pthread_key_delete() is undefined.
When debugging through
com.example.squirrelscout_scouter.ui.viewmodels.ScoutingSessionViewModel#generateQrCode
, get a SIGSEGV at:The text was updated successfully, but these errors were encountered: