Hi,
script below, current git: why the second loop crashes?
<hansl>
set verbose off
set seed 123456
clear
bundle M
N = 10^6
printf "The first loop\n"
loop i=1..N --quiet
bundle new = null
bundle M.foo = new
endloop
printf "The second loop\n"
loop i=1..N --quiet
bundle M.foo = null
endloop
</hansl>
Marcin
--
Marcin Błażejowski