pybind11: Should ensure that python3.8-dbg doesn't cause segfault on Linux? #14740
Labels
component: pydrake
Python API and its supporting Starlark macros
priority: low
type: bug
unused team: kitware
When doing RobotLocomotion/pybind11#47, I realized that both that PR and the current version of
RobotLocomotion/pybind11
segfaults in CPython 3.8.0 debug build on Linux. (Surprised we didn't see it with Mac, but oh well... could be due to it being older 3.8.0)The following code fails on our newest version of the fork, but not on upstream.
Segfault info:
Upstream:
Fork:
Note that the above PR (47) makes things pass in non-debug mode, but still fails otherwise.
Should check w/ later CPython 3.8.x versions too.
The text was updated successfully, but these errors were encountered: