Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python errors while running survive-cli #287

Open
dikonov opened this issue Jun 30, 2023 · 0 comments
Open

Python errors while running survive-cli #287

dikonov opened this issue Jun 30, 2023 · 0 comments

Comments

@dikonov
Copy link

dikonov commented Jun 30, 2023

Almost every time I run survive-cli it produces different python errors. I have the very latest git version of libsurvive cloned and compiled today 30 jun 2023. It does not work with my HTC Vive Pro. Here is the console output (the HMD, lighthouses and controllers are ON):

[slava@virtuos ~]$ survive-cli 
Info: Loaded drivers: GlobalSceneSolver, HTCVive
Warning: Failed to submit transfer unknown Watchman (-4)
Warning: Failed to submit transfer unknown Tracker (2018) (-4)
Warning: Failed to submit transfer unknown Watchman (-4)
Fatal Python error: take_gil: PyMUTEX_LOCK(gil->mutex) failed
Python runtime state: unknown

Aborted
[slava@virtuos ~]$ survive-cli 
Info: Loaded drivers: GlobalSceneSolver, HTCVive
Segfault
[slava@virtuos ~]$ survive-cli 
Info: Loaded drivers: GlobalSceneSolver, HTCVive
Fatal Python error: take_gil: PyMUTEX_LOCK(gil->mutex) failed
Python runtime state: unknown

Aborted
[slava@virtuos ~]$ survive-cli 
Info: Loaded drivers: GlobalSceneSolver, HTCVive
Segfault
[slava@virtuos ~]$ survive-cli 
Info: Loaded drivers: GlobalSceneSolver, HTCVive
Fatal Python error: PyGILState_Release: thread state 0x7f54a0000b70 must be current when releasing
Python runtime state: unknown

Aborted
[slava@virtuos ~]$ survive-cli 
Info: Loaded drivers: GlobalSceneSolver, HTCVive
survive-cli: tpp.c:83: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
Aborted

$ rpm -q python3
python3-3.10.8-alt1.1.x86_64

Is python really essential for libsurvive or the HTC Vive driver? Can I disable it to avoid the errors that look like race condition errors to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant