Open stefdoerr opened 3 years ago
Hello @stefdoerr, thanks for leaving such a clear explanation and gif! I'll have to look into what's causing this but, in the mean time, does the PyMOL command quit
work?
No, quit
and cmd.quit()
also crashes pymol and python
Okay thanks! That helps narrow down what it could be. I'll update you here if we find the issue.
Hi, is there any progress on this issue? Could I help somehow in resolving it?
I did some debugging. The error comes from trying to join the reaper thread. Specifically it's this line here which hangs: https://github.com/schrodinger/pymol-open-source/blob/master/modules/pymol/internal.py#L534
If I comment out that line it doesn't hang anymore but quitting pymol automatically also instantly kills the ipython console
Hi, I tried a fresh install of pymol-open-source=2.5.0. If you then open a
python
console and start pymol with the following commands as per instructionsPymol opens up correctly. Now if you click on X to close pymol it hangs. After a while the OS asks you to kill the process, and when you kill pymol it doesn't just kill pymol but also the python console. Honestly I don't mind if pymol crashes but when it takes with it the python console it takes also any work you were doing there which is a bit problematic.
I made a GIF to demonstrate it
Thanks in advance! I attach the environment: