-
Notifications
You must be signed in to change notification settings - Fork 41
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
Reliability issue? #70
Comments
@LanderU: So the tool is stuck in the |
You're right. These are the candidates:
Thank you! |
@LanderU: So it is stuck in the lock because another thread did not free it. Can you check for the other thread which is most likely stuck in the ROS 2 communicator class? The error you are seeing is just a symptom of this other thread being stuck. |
The last time that I tested the problem still persists. I'll try it again. |
Hello!
I'm not sure if this is actually a problem with my set of test or with the code itself.
Description:
We're running long term tests using your tool.
performance_test commit: 04430ed
ROS_DISTRO: Dashing https://github.com/ros2/ros2/tree/release-dashing-20190614
Performance_test command:
We're running this in loopback.
Test result:
After more or less 4-5h, is not deterministic, the output stop get stuck and not more output is printed. We need this data in order to plot the results.
In order to check if this is on the computer that is running the tests. I run it on a official dashing docker, and the result is the same, in other machine.
GDB output:
(gdb) where full #0 0x00005580183e7818 in performance_test::DataRunner<performance_test::ROS2CallbackCommunicator<performance_test::topics::Array1k> >::sync_reset()
We need infinitive tests for the application that we're building, I'm not sure if there is a problem in my setup or not.
It would be great if you can advise me. I can provide you more information if needed.
Thanks in advance!
The text was updated successfully, but these errors were encountered: