ac2cz / FoxTelem

AMSAT Fox-1 Telemetry Decoder
GNU General Public License v3.0
52 stars 17 forks source link

FoxTelem hangs when deleting payloads on Ubuntu Eclipse #749

Closed ac2cz closed 1 year ago

ac2cz commented 2 years ago

It seems to hang when the tabs are refreshed and it waits for the old threads to stop. It is waiting for the HealthTabRt thread to exit as done,.

ac2cz commented 2 years ago

This is only an issue when run from the IDE. it is a timing issue and the threads don't seem to terminate correctly. Downgraded in severity because it is annoying but not a crash.

ac2cz commented 1 year ago

This is only an issue when Eclipse is running with v1.8 of Java. If it uses v11 or later than it seems to be fine. As this does not impact compiled jar files I am going to close.