WrapEarnPass left a comment (geany/geany#4620) I've managed to track the call to abort() down to scintilla. ``` LayoutLine /home/build/Projects/geany/geany/scintilla/src/EditView.cxx 536 LayoutLine /home/build/Projects/geany/geany/scintilla/src/EditView.cxx 538 Process of pid=051c has terminated ```
I've added some guards to try to catch it, but that equates to the f.wait() call in EditView.cxx <img width="599" height="144" alt="Image" src="https://github.com/user-attachments/assets/eea2ca30-9f5d-4dc3-b7c9-a93ea6ab1af8" /> It enters the for, but never gets past the f.wait. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4620#issuecomment-5026134629 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4620/[email protected]>
