Skip to content
New issue

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

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

Already on GitHub? # to your account

GPU python segmentation fault #1677

Open
nchizhov opened this issue Dec 7, 2024 · 0 comments
Open

GPU python segmentation fault #1677

nchizhov opened this issue Dec 7, 2024 · 0 comments

Comments

@nchizhov
Copy link

nchizhov commented Dec 7, 2024

I try to use docker and real computer for ASR on GPU (GeForce 2060) and always get segmentation failed:

In python:

Fatal Python error: Segmentation fault

Thread 0x00007f8761fcc000 (most recent call first):
  File "/usr/lib/python3.10/selectors.py", line 469 in select
  File "/usr/lib/python3.10/asyncio/base_events.py", line 1871 in _run_once
  File "/usr/lib/python3.10/asyncio/base_events.py", line 603 in run_forever
  File "/usr/lib/python3.10/asyncio/base_events.py", line 636 in run_until_complete
  File "/usr/lib/python3.10/asyncio/runners.py", line 44 in run
  File "/opt/vosk-server/websocket-gpu-batch/asr_server_gpu.py", line 98 in <module>

Extension modules: _cffi_backend, websockets.speedups (total: 2)
Segmentation fault (core dumped)

and in dmesg:

segfault at 55e58e9f73cc ip 00007fee7b9cf716 sp 00007fee11ffe7f0 error 4 in libvosk.so[7fee7b888000+160d000]
[ 9023.315721] Code: ff 74 05 e8 ec 5d ea ff 48 8b 05 35 b0 a4 03 48 8b 1c 24 4d 89 e8 31 c9 4c 89 e7 48 83 c0 10 48 89 84 24 80 00 00 00 48 8b 03 <48> 8b 90 78 04 00 00 48 8b b0 58 04 00 00 e8 37 58 ea ff 48 8b 7c
``

I try on different computers and have same error.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

1 participant