conda-forge / libignition-physics-feedstock

A conda-smithy repository for libignition-physics.
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Some tests segfault on macOS #13

Open traversaro opened 3 years ago

traversaro commented 3 years ago

In macOS in https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=292344&view=logs&j=58ac6aab-c4bc-5de2-2894-98e408cc8ec9&t=933f325c-924e-533d-4d95-e93b5843ce8b, the following tests are segfaulting:

The following tests FAILED:
     48 - UNIT_Collisions_TEST (SEGFAULT)
     50 - UNIT_EntityManagement_TEST (SEGFAULT)
     52 - UNIT_JointFeatures_TEST (SEGFAULT)
     54 - UNIT_LinkFeatures_TEST (SEGFAULT)
     56 - UNIT_SDFFeatures_TEST (SEGFAULT)
     60 - UNIT_SimulationFeatures_TEST (SEGFAULT)

Except UNIT_Collisions_TEST, these are exactly the tests that link/use libode via dart (see https://github.com/conda-forge/libignition-physics-feedstock/runs/2147350757), so this could be a problem related to the libode in some form.