You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
rmackay9
changed the title
Bug report in chat module on loading, unloading and reloading
Chat: Bug report in chat module on loading, unloading and reloading
Mar 25, 2024
When we reload or unload and load again the chat module it throws a gtk error and segmentation fault
(mavproxy.py:13354): Gtk-CRITICAL **: 00:08:18.468: gtk_text_attributes_ref: assertion 'values != NULL' failed
(mavproxy.py:13354): Gtk-CRITICAL **: 00:08:18.468: gtk_text_attributes_ref: assertion 'values != NULL' failed Segmentation fault (core dumped)
To reproduce this bug
Start mavproxy.py
module load chat
module unload chat
module load chat
or
Start mavproxy.py
module load chat
module reload chat
The text was updated successfully, but these errors were encountered: