spine-tools / Spine-Toolbox

Spine Toolbox is an open source Python package to manage data, scenarios and workflows for modelling and simulation. You can have your local workflow, but work as a team through version control and SQL databases.
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
73 stars 18 forks source link

Tool specification editor randomly crashes when adding more source files #3006

Closed soininen closed 1 week ago

soininen commented 1 week ago

No Traceback, just segfault. The crash happens at line 71 in code_text_edit.py when we call setDocument(None) of QPlainTextEdit. Could be a PySide6 issue.

Reported by @jkiviluo