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
As reported in discussions, When estimating geometry for the lighthouse system, the client crashes on Macintosh with apple silicon with Python 3.11 native. This crash has not been reproduced on other platform.
The crash happens then the geometry estimation code is run (when clicking the "estimate geometry" button. and the followind message is shown in the console: zsh: bus error cfclient
This is an extract of the debug information given by MacOS:
As reported in discussions, When estimating geometry for the lighthouse system, the client crashes on Macintosh with apple silicon with Python 3.11 native. This crash has not been reproduced on other platform.
The crash happens then the geometry estimation code is run (when clicking the "estimate geometry" button. and the followind message is shown in the console:
zsh: bus error cfclient
This is an extract of the debug information given by MacOS:
So the crash definitly seems to happen within the linear algebra module of Python.
The text was updated successfully, but these errors were encountered: