-
Notifications
You must be signed in to change notification settings - Fork 405
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
POPO__CHUNK_LOCKING_ERROR on iox-roudi #2260
Comments
@wanghaEMQ this is related to #325 and #2193 Unfortunately, this is not trivial to fix with the current design. If you gracefully shut down your applications, you should not encounter this issue. From the log it looks like the applications did not have the chance to cleanup its resources and where killed in the middle of a transmission. This issue will finally be fixed by iceoryx2 which should be on feature parity with iceoryx later this year and also have C and C++ language bindings. |
Ok. Thanks. I will shutdown gracefully and try. |
@wanghaEMQ did the graceful shutdown solve the problem for you? |
Yes. thanks. it works well |
Required information
Operating system:
Fedora38
Compiler version:
GCC 13.2.1
Eclipse iceoryx version:
commit a0d3876.
Observed result or behaviour:
iox-roudi crashed
Expected result or behaviour:
no crash
Conditions where it occurred / Performed steps:
I am testing a benchmark written by myself with iceoryx c binding. And a crash on iox-roudi happened accidently.
Edit by elBoberido:
Related issues
The text was updated successfully, but these errors were encountered: