-
Notifications
You must be signed in to change notification settings - Fork 403
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
Using kill causes the program to crash #2402
Comments
@NeilZhy Thanks for raising this issue. If you demangle the symbols it becomes more readable:
Could you try to find out which condition no longer holds in |
@mossmaurice thanks for your reply. |
@NeilZhy do you gracefully shut down your applications, i.e. register a signal handler? Can you check whether the problem persists with latest main or at least with the v2.95.3 tag? |
@elBoberido thanks,i will check our program for graceful shut down, and i will test the least version。 |
@NeilZhy did you have the chance to check for the graceful shut down and/or the v2.95.3 tag? |
Required information
Operating system:
E.g. Ubuntu 18.04 LTS
Compiler version:
E.g. GCC 7.4.0
Eclipse iceoryx version:
v2.0.3
Observed result or behaviour:
I use the script to kill my process for stress test
my process will get the error and crash
Expected result or behaviour:
no crash
The text was updated successfully, but these errors were encountered: