badgerloop-software / sc1-driver-io

Solar Car 1 Driver IO Program - Firmware, Networking, and Dashboard
5 stars 1 forks source link

QProcess: Destroyed while process ("python3") is still running. #46

Closed MCLiii closed 9 months ago

MCLiii commented 9 months ago

Issue on MacOS and WSL Ubuntu, probably caused by QProcess in main for file sync. Stack got popped after main finished?

MCLiii commented 9 months ago

Need to reopen this issue, the qprocess would stall the main process.

jackwherry commented 9 months ago

Fixed by #49; this second bug was because ports were in contention, not because of how we spawned the process