script crashes with stack overflow when jumping out of a while loop several times
Eröffnet am: 2020-01-16 15:17
Letztes Update: 2020-01-16 15:17
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 7 | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term Macro | Status: | Offen |
Lösung | Keine |
Einzelheiten
num = 0
:MAIN
num = num+1
int2str STRN num
title = 'number of loops before stack overflow: '
strconcat title STRN
settitle title
maxtime = 2
while maxtime>1
testlink
if result=2 goto TEST_END
messagebox 'port not available!' 'State'
pause 1
maxtime = maxtime-1
endwhile
:TEST_END
pause 1
goto MAIN
Letzte Aktualisierung für dieses Ticket
2020-01-16 15:17 Aktualisiert von: None
- New Ticket "script crashes with stack overflow when jumping out of a while loop several times" created