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

speech: add awful hack around Python threading problem #1364

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

peterbarker
Copy link
Contributor

MAV> Detected vehicle 1:1 on link 0
Using speech backend 'speechd'
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/queues.py", line 244, in _feed
    obj = _ForkingPickler.dumps(obj)
  File "/usr/lib/python3.10/multiprocessing/reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 968, in reduce_connection
    df = reduction.DupFd(conn.fileno())
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 170, in fileno
    self._check_closed()
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 136, in _check_closed
    raise OSError("handle is closed")
OSError: handle is closed

MAV> Detected vehicle 1:1 on link 0
Using speech backend 'speechd'
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/queues.py", line 244, in _feed
    obj = _ForkingPickler.dumps(obj)
  File "/usr/lib/python3.10/multiprocessing/reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 968, in reduce_connection
    df = reduction.DupFd(conn.fileno())
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 170, in fileno
    self._check_closed()
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 136, in _check_closed
    raise OSError("handle is closed")
OSError: handle is closed
@tridge tridge merged commit ef40ccf into ArduPilot:master Apr 15, 2024
2 checks passed
@peterbarker peterbarker deleted the pr/fix-speech branch April 16, 2024 03:56
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

Successfully merging this pull request may close these issues.

2 participants