gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
74 stars 43 forks source link

Disable Teleop_TEST on macOS #530

Closed azeey closed 1 year ago

azeey commented 1 year ago

🦟 Bug fix

Relates to #503

Summary

The test started segfaulting on macOS when qt5 was updated to 5.15.7. The segfault doesn't occur on 5.15.6

You can try by installing qt@5 5.15.6

curl https://raw.githubusercontent.com/Homebrew/homebrew-core/4b3d3887ff69f917f9d3dc76e80c307b665d7ac0/Formula/qt%405.rb -o qt@5.rb
brew reinstall ./qt@5.rb

and running UNIT_Teleop_TEST

This PR disables the test since it's not immediately clear how to fix the crash.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.