Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

script crashes with stack overflow when jumping out of a while loop several times - Tera Term Ticket #39922 on OSDN

$
0
0

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:7Meilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:Tera Term MacroStatus:Offen
LösungKeine

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

Viewing all articles
Browse latest Browse all 2128