Modify ↓
Opened 16 years ago
Closed 14 years ago
#1485 closed Bug (Fixed)
Hard crash with ContinueCase
| Reported by: | Kealper | Owned by: | trancexx |
|---|---|---|---|
| Milestone: | 3.3.9.0 | Component: | AutoIt |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
If you have a ContinueCase in the last case of a Switch or Select, It will hard crash, and appears to only happen while in a For loop, had no problems with this test script when using While or Do (or no loop at all).
For $i = 0 To 1
Switch $i
Case 1
ContinueCase
EndSwitch
Next
Tested on Win7 x64 and WinXP SP2 x86, confirmed by a few other members.
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
comment:2 by , 15 years ago
| Milestone: | 3.3.7.0 → Future Release |
|---|---|
| Resolution: | Fixed |
| Status: | closed → reopened |
reverted as it lead to a regression
comment:3 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → assigned |
comment:5 by , 14 years ago
| Milestone: | → 3.3.9.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [6671] in version: 3.3.9.0
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5825] in version: 3.3.7.0