genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.03k stars 249 forks source link

qt5: stop signal proxy thread on exit #5158

Closed cproc closed 1 month ago

cproc commented 1 month ago

Currently, the following error messages are shown when a Qt application exits:

QThread: Destroyed while thread is still running
Error: raise(ABRT)

The mentioned thread is the signal proxy thread of the QPA plugin.

cproc commented 1 month ago

Fixed by ab776de.