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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux client random crashes #658

Open
knmcguire opened this issue Feb 21, 2023 · 0 comments
Open

Linux client random crashes #658

knmcguire opened this issue Feb 21, 2023 · 0 comments

Comments

@knmcguire
Copy link
Member

So the cfclient sometimes crashes out of no where and I can't repoduce it, so this issue is just a nice art collection of potential nothing saying error messages that I got right after it crashed 馃槃 Enjoy!

INFO:cflib.crazyflie:We are connected[radio://0/65/2M/E7E7E7E7F2], request connection setup
INFO:cflib.crazyflie.platformservice:Request _request_protocol_version()
WARNING: QThread: Destroyed while thread is still running
WARNING:vispy:QThread: Destroyed while thread is still running
Aborted (core dumped)
INFO:cflib.crazyflie:We are connected[radio://0/65/2M/E7E7E7E7F2], request connection setup
INFO:cflib.crazyflie.platformservice:Request _request_protocol_version()
WARNING: QThread: Destroyed while thread is still running
WARNING:vispy:QThread: Destroyed while thread is still running
Aborted (core dumped)
WARNING:cfclient.utils.input:Exception while reading inputdevice: Traceback (most recent call last):
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/input/__init__.py", line 521, in read_input
    self.input_updated.call(data.roll + self.trim_roll,
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
    cb(*args)
AttributeError: 'FlightTab' does not have a signal with the signature _input_updated_signal(double,double,double,double)
Exception in thread Thread-7:
Traceback (most recent call last):
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/input/__init__.py", line 521, in read_input
    self.input_updated.call(data.roll + self.trim_roll,
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
    cb(*args)
AttributeError: 'FlightTab' does not have a signal with the signature _input_updated_signal(double,double,double,double)
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/periodictimer.py", line 86, in run
    self._callbacks.call()
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
    cb(*args)
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/input/__init__.py", line 529, in read_input
    self.device_error.call("Error reading from input device\n\n%s" %
  File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
    cb(*args)
AttributeError: 'MainUI' does not have a signal with the signature _input_device_error_signal(QString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant