AntonelliLab / raxmlGUI

A new graphical interface for RAxML
https://antonellilab.github.io/raxmlGUI/
GNU Affero General Public License v3.0
19 stars 4 forks source link

TypeError: Object has been destroyed #292

Open jtklein opened 2 years ago

jtklein commented 2 years ago

In one instance this happened when the raxml run was canceled and the app was quit. One of the parallel bootstrap processes was still running in the background though (and therefore the electron main process) when finishing this process the renderer was destroyed and couldn't be accessed.

Fix: Cancel of raxml run should cancel all subprocesses.