Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When selecting sounding source, GUI crashes, returning "QThread: Destroyed while thread is still running" #244

Open
PerLundquist opened this issue Feb 7, 2023 · 0 comments

Comments

@PerLundquist
Copy link

Describe the bug
I am attempting to gather HRRR data, but when I try to select the HRRR from the "Select Sounding Source" drop down menu in the GUI, the system crashes, returning "QThread: Destroyed while thread is still running." This leads me to believe there's a function somewhere missing "self." and is throwing something out of memory, much like this issue: https://stackoverflow.com/questions/15702782/qthread-destroyed-while-thread-is-still-running

To Reproduce
Steps to reproduce the behavior:

  1. Open SHARPpy from the command line with command "sharppy"
  2. When the GUI pops up, select any model from the "Select Sounding Source" drop down menu (The crash and error will often occur here)
  3. Select a location on the map
  4. Select a run time and lead time (The crash and error will often occur here)
  5. Select a different model (The crash and error will often occur here)

Expected behavior
I should be able to select a model, location, and run time without the system crashing. When I am able to click "generate profile," SHARPpy is unable to decode files, but that's another issue I'll post on

Screenshots
Gif of the problem occuring:
issue

Versioning Information (please complete the following information):

  • OS: Windows 10
  • SHARPpy Version: 1.4.0
  • SHARPpy distribution type: conda
    I'm also attaching my environment

Thanks!
req.txt
sharppy_config.txt
sharppy_log.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant