Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Each binary executable test began exiting with status 127 on 2022-10-15 with this error message:
symbol lookup error: /j/ws/scipipe/ci_hsc/centos-7-conda/lsstsw/build/afw/lib/libafw.so: undefined symbol: _Py_Dealloc
|
It appears that this is likely the result of pybind11 upgrading to 2.10.0, but there may be an underlying problem since it is unexpected that libafw would depend on Python at all.
Attachments
Issue Links
- is triggering
-
DM-35601 Pin pybind11 to <2.10
- Done
Fix is still being fully tested, but the immediate problem in afw is at least fixed, so I'm putting it in review:
https://github.com/lsst/afw/pull/643