Opened 17 years ago

Closed 17 years ago

#143 closed バグ(ケアレスミス) (fixed)

引数なしの例外でCatchが無限ループする

Reported by: OverTaker Owned by: dai
Priority: 中-major Milestone: AB5 CP6
Component: Compiler Version:
Keywords: Cc:

Description

なぜかCatch内が何度も実行されます。

Try
	proc()
Catch
	MessageBox(0, "catch", "title", MB_OK)
Finally
	MessageBox(0, "finally", "title", MB_OK)
End Try

Sub proc()
	Throw
End Sub

Change History (2)

comment:1 by dai, 17 years ago

Status: newassigned

現象が確認できました。

comment:2 by dai, 17 years ago

Resolution: fixed
Status: assignedclosed

[382]にて修正。

Note: See TracTickets for help on using tickets.