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

Commits on Apr 15, 2024

  1. speech: add awful hack around Python threading problem

    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
    peterbarker committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0de5a48 View commit details
    Browse the repository at this point in the history