Skip to content

client_callbacks test fails (hangs) on Raspberry Pi 5 (aarch64) #227

@worikgh

Description

@worikgh

Friends

The test clent_callbacks fails (hangs) when running on Raspberry Pi 5, Debian 13.2

My list of failing tests

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions