Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Qucs GUI does not realize when qucsator crashes #132

Closed in3otd closed 9 years ago

in3otd commented 9 years ago

I have a circuit which makes qucsator crash (with Segmentation fault (core dumped), see #133 ) but Qucs does not seem to realize that it crashed and just shows the data display page, with no errors or warnings. Even the Show last messages window does not contain any hint that qucsator crashed. On Windows7 there is a system message telling qucsator.exe has stopped working, but on Linux nothing is shown.

I am currently looking at this, it seems that exitCode from the QProcess::finished signal is always zero when its exitStatus is QProcess::CrashExit, strange...

guitorri commented 9 years ago

Your fix looks good. I will just revert the commit that broke the SP-noise as noted in #133.