-
Notifications
You must be signed in to change notification settings - Fork 276
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
User command light test failure #634
Comments
Backtrace Backtrace
|
I simplified the backtrace
I have forced Ignition-Gazebo to use @scpeters any idea or thoughts ? |
I runned the ign-physics3 with INTEGRATION_DoublePendulum
UNIT_Base_TEST
UNIT_Collisions_TEST
UNIT_EntityManagement_TEST
UNIT_JointFeatures_TEST
UNIT_LinkFeatures_TEST
UNIT_SDFFeatures_TEST
UNIT_SimulationFeatures_TEST
|
I think this is related #586 |
I can't reproduce the failures locally on Ubuntu. @ahcorde , how did you get that backtrace? It seems to be crashing on the On macOS on Jenkins, the On GitHub actions, the
See #650 for a fix - it works on GitHub actions, I haven't checked macOS yet. |
macOS isn't fixed yet |
Disabling the test on macOS: #1204 |
Just thought it might be related, but I've been able to get consistent segfaults when running the following if I build
The failure appears to be related to the unloading of a shared library from a previous test affecting the component storage map |
I should have said using clang on Linux. |
Environment
Description
This was introduced on #482, I was a bit too quick to press the merge button.
Steps to reproduce
Run
INTEGRATION_user_commands
test.Output
Test failure message:
UserCommandsTest.Light
This other test also has a fish message:
But passes 🧐 :
UserCommandsTest.Create
The text was updated successfully, but these errors were encountered: