Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure with 1.81.0-nightly in thread_exit_works from iceoryx-bb-posix #258

Open
elBoberido opened this issue Jun 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@elBoberido
Copy link
Member

elBoberido commented Jun 30, 2024

Required information

Operating system:

  • Ubuntu 24.04 and 22.04

Rust version:
rustc 1.81.0-nightly (e9e6e2e44 2024-06-28)

Cargo version:
cargo 1.81.0-nightly (4ed7bee47 2024-06-25)

iceoryx2 version:
main branch with fix for nightly build

Observed result or behaviour:
The thread_exit_works test in the iceoryx-bb-posix crate fails with SIGABRT in release builds.

Expected result or behaviour:
Test should pass.

Conditions where it occurred / Performed steps:
Run the test with the nightly compiler.

Note

A workaround was added to the test. The workaround is a sleep of 1ns before calling ´thread_exit´. The underlying issue needs to be investigated.

@elBoberido elBoberido added the bug Something isn't working label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant