wonder-sk / qgis-first-aid-plugin

The must-have tool for QGIS Python plugin developers
GNU General Public License v2.0
45 stars 15 forks source link

avoid catching exception when not in main thread #12

Closed 3nids closed 6 years ago

3nids commented 6 years ago

I got several QGIS crashes today and first aid was the source of these... ;)

Here is a trace: https://pastebin.com/GM0Hpp4u

Would it be possible to avoid running outside of main thread?

wonder-sk commented 6 years ago

Would it be possible to avoid running outside of main thread?

Or even better, catch the errors from worker threads, do not crash and report them! Fixed in version 2.1.1.

3nids commented 6 years ago

good job :)