You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've silenced the tests that use PyMOLInstance for now just so that the suite can pass on these machines. I'll look into fixing the underlying issue soon when I get some time.
Summary
Looks like the C++ tests can destroy
SingletonPyMOLGlobals
. I suspect since 4e3097f.Steps to reproduce
pymol --testing
Observed output
Crash observed on
3faec30816
), 2024-02-02Possible root cause
PInit()
overwritespymol.cmd._COb
(without a destructor).pymol-open-source/layer1/P.cpp
Lines 1916 to 1917 in 3faec30
The overwritten
_COb
was probably previously initialized inCmd_New
, with a destructor.pymol-open-source/layer4/Cmd.cpp
Lines 3457 to 3458 in 3faec30
The text was updated successfully, but these errors were encountered: