https://bugs.kde.org/show_bug.cgi?id=469404

--- Comment #5 from Alexander Semke <[email protected]> ---
(In reply to Antonio Rojas from comment #3)
> This is specifically triggered by the line
> 
> "print('%s %s' % ('____TMP_DIR____', sage.misc.misc.SAGE_TMP))\n"
> 
> which throws a deprecation warning in recent Sage, so stderr is non-empty. I
> think this was deprecated in 9.7, which version of Sage are you testing with?

This crash can be avoided by adding a simple if (out.contains(
QLatin1String("___TMP_DIR___") ) ) return in SageSession::readStdErr() but it
looks like Sage is not writing anything anymore into this temp folder. So,
plotting is broken in Cantor with Sage 9.8. Can you confirm this?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to