Hi,
I'm seeing the following reproducible crash on Windows 10 on a snapshot
from May. (Later I will test on a newer snapshot, but maybe someone can
reproduce this.)
Here's a pretty minimal example:
<hansl-crash>
function matrix f (string name[null])
print "hello"
return I(2)
end function
f()
f("aha")
</hansl-crash>
Note that it does _not_ crash if the call "f()" is written as
"f(null)".
thanks
sven