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: 2023-01-10 08:33

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(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

2023-01-10 08:33 Aktualisiert von: nmaya

  • Priorität Update from 7 to 5 - Mittel

Viewing all articles
Browse latest Browse all 2128