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 J-Paul Mesnage, 16 years ago

Milestone: 3.3.7.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [5825] in version: 3.3.7.0

comment:2 by J-Paul Mesnage, 15 years ago

Milestone: 3.3.7.0Future Release
Resolution: Fixed
Status: closedreopened

reverted as it lead to a regression

comment:3 by J-Paul Mesnage, 15 years ago

Owner: changed from J-Paul Mesnage to Jon
Status: reopenedassigned

comment:4 by TicketCleanup, 15 years ago

Milestone: Future Release

Automatic ticket cleanup.

comment:5 by trancexx, 14 years ago

Milestone: 3.3.9.0
Owner: changed from Jon to trancexx
Resolution: Fixed
Status: assignedclosed

Fixed by revision [6671] in version: 3.3.9.0

Modify Ticket

Action
as closed The owner will remain trancexx.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.