On Wed, 3 Mar 2021, atecon wrote:
with latest git version under Ubuntu 18.04 I obtain a crash when
running the
following script:
<hansl>
clear
set verbose off
function void simple (const int N[2::])
print "very simple"
end function
simple(1)
</hansl>
Ah, I think this was a newly introduced bug, specific to tearing
down an invalid function call (in this case an out-of-bounds
argument). That's now fixed in git.
Allin