tesseract-robotics / trajopt

Trajectory Optimization Motion Planner for ROS
379 stars 102 forks source link

Segfault caused by logger on Windows #331

Open johnwason opened 1 year ago

johnwason commented 1 year ago

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.