On Fri, 19 Oct 2018, oleg_komashko(a)ukr.net wrote:
nulldata 100
x = normal()
y = normal()
function void crash(void)
list z = seq(1,4)
end function
# list from vector: series ID 4 is out of bounds
# as should be
list z = seq(1,100)
# crach
crash()
Thanks. That was a newly introduced bug, now fixed in git.
Allin