Project

General

Profile

Bug #1383

Updated by John Abbott over 4 years ago

Bernhard Andrashko reports that the following causes a crash on MS Windows 10 Pro (10.0.17763)
<pre>
define BernhardBug() BerhardBug()
S := NewPolyRing(RingQQ(), SymbolRange("x",[1,1],[3,3]));
return S;
enddefine; -- BernhardBug BerhardBug

BernhardBug(); BerhardBug();
</pre>

Back