-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Friends
The test clent_callbacks fails (hangs) when running on Raspberry Pi 5, Debian 13.2
Running cargo test client_callbacks -- --nocapture
As far as I can tell it hangs when dropping the async_client
The call to j::jack_set_thread_init_callback(client, None, std::ptr::null_mut()); never completes
I am running this test on commit 49d9ad1
I experiencing odd behavior from the dbg! macro. I placed dbg!("jack_set_thread_init_callback"); as the first line of jack_set_thread_init_callback. I see it on x86_64 but not on aarch64. I am unsure what that means
I am out of my depth, never having done FFI in Rust before, so I am feeling my way.
Metadata
Metadata
Assignees
Labels
No labels