intel / mavlink-vehicles

A Mavlink wrapper dedicated to the most common messages that are exchanged between an air vehicle and a ground station
Apache License 2.0
6 stars 9 forks source link

Tests are crashing before return #7

Closed guiccbr closed 8 years ago

guiccbr commented 8 years ago

Running the tests as follows results in a core-dump before return. build/tests/tests

This crash is probably being caused by a call to thread.join() in a detached thread. These calls are present in all test procedures, so it must be fixed in all of them.

guiccbr commented 8 years ago

Fixed in PR #11

rchiossi commented 8 years ago

is there any way to automatically close the issue once the pr is merged?

guiccbr commented 8 years ago

@rchiossi, parece que sim. vou testar.

edit: rolou