kr0st / fpgui

GUI application for convenient browsing through fplog-generated log messages
MIT License
0 stars 0 forks source link

Repeatedly hitting stop/resume button on history browser window leads to app crash #34

Closed kr0st closed 6 years ago

kr0st commented 6 years ago

Does not happen all the time, so have to try multiple times to reproduce. screen shot 2018-04-01 at 16 32 00

kr0st commented 6 years ago

Fixed by removing QThread and event loop running in it. There is a separate issue now to properly put each controller into its own separate thread and do it correctly this time.