Relative Content

Tag Archive for python-3.xmultithreadingcrashqthreadpyqt6

PYQT6: app Crashes upon starting a thread

I am trying to create a thread from a QObject subclass to run a background task; however, the app crashes when
thread.start()
is called without showing any error even after surrounding the call with try-except block.