-
Notifications
You must be signed in to change notification settings - Fork 498
Tests segfault if GAZEBO_PLUGIN_PATH isn't set #2
Comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). The segfault no longer happens for me. Please confirm. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
Resolved in default |
Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).
I'm still seeing it on default. Repro:
I get:
It doesn't happen for all tests (e.g., Still low-priority. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
Fixed in pull request #143 |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
added custom worlds
Tailsitter doing nice transition
Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).
No GAZEBO_PLUGIN_PATH:
{{{
cd build
GAZEBO_RESOURCE_PATH=
pwd
/../ ./test/regression/common[==========] Running 11 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 11 tests from CommonTest
[ RUN ] CommonTest.Image
Error [Image.cc:141] Unable to open image file[/file/shouldn/never/exist.png]
[ OK ] CommonTest.Image (48 ms)
[ RUN ] CommonTest.Paths
Segmentation fault (core dumped)
}}}
Arbitrary GAZEBO_PLUGIN_PATH:
{{{
cd build
GAZEBO_PLUGIN_PATH=/foobar GAZEBO_RESOURCE_PATH=
pwd
/../ ./test/regression/common(everything works)
}}}
The text was updated successfully, but these errors were encountered: