You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
I have a circuit which makes
qucsator
crash (withSegmentation 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 theShow last messages
window does not contain any hint thatqucsator
crashed. On Windows7 there is a system message tellingqucsator.exe has stopped working
, but on Linux nothing is shown.I am currently looking at this, it seems that
exitCode
from theQProcess::finished
signal is always zero when itsexitStatus
isQProcess::CrashExit
, strange...The text was updated successfully, but these errors were encountered: