You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging was causing segfaults in numerical_ik_unit.cpp and simple_collision_unit.cpp unit tests on Windows. The logging has been disabled by commenting out gLogLevel = util::LevelDebug; in the test fixtures. See https://github.com/tesseract-robotics/trajopt/actions/runs/5300211470/jobs/9593645305 for example output. This segfault problem only occurs on GitHub actions. The tests run normally locally.
The text was updated successfully, but these errors were encountered:
johnwason
changed the title
Segfault cost by logger on Windows
Segfault caused by logger on Windows
Jun 18, 2023
Logging was causing segfaults in
numerical_ik_unit.cpp
andsimple_collision_unit.cpp
unit tests on Windows. The logging has been disabled by commenting outgLogLevel = util::LevelDebug;
in the test fixtures. Seehttps://github.com/tesseract-robotics/trajopt/actions/runs/5300211470/jobs/9593645305 for example output. This segfault problem only occurs on GitHub actions. The tests run normally locally.
The text was updated successfully, but these errors were encountered: