hongquan / CoBang

A QR code scanner desktop app for Linux
GNU General Public License v3.0
253 stars 26 forks source link

Mysterious crash at the first time detecting wifi info #17

Closed hongquan closed 2 years ago

hongquan commented 4 years ago

How to reproduce (not always reproducible):

What is expected:

What happened:

hongquan commented 3 years ago

Crash happens at this line:

https://github.com/hongquan/CoBang/blob/ab91b1bd94c7aed1fd7422ef8efe3f1a7dc5a349/cobang/app.py#L323

hongquan commented 2 years ago

Solved by 02a7464. So the tip is to move the operation to GLib.idle_add.