sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
216 stars 112 forks source link

Generate Profiles spawns a new process which doesn't quit when closing the sounding #182

Closed dziban303 closed 4 years ago

dziban303 commented 4 years ago

Win 10, Sharppy v1.4.0b1.

After selecting a Sounding Source and a station, clicking Generate Profiles will bring up the sounding, but it will also spawn a new instance of Sharppy, which stays alive even after closing the sounding and returning to the Sounding Picker window.

I might not have noticed this, except that when the new processes are spawned, along come the 50 debug tracing boxes. If you OK through all the tracing messages, the process quits. Ignoring the message boxes will leave the processes running even when closing Sharppy altogether, forcing you to manually end the processes in Task Manager (or clicking through all the OKs!)

Presumably this issue will be fixed when the tracing messages are fixed.

image image

image

wblumberg commented 4 years ago

Okay, I developed a new binary for Windows with the debugging turned off. It can be found here:

https://github.com/sharppy/SHARPpy/releases/tag/v1.4.0b1

dziban303 commented 4 years ago

Thanks! Working normally; closing.