Modify

#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 Jpm, on May 17, 2010 at 6:01:40 PM

Milestone: 3.3.7.0
Owner: set to Jpm
Resolution: Fixed
Status: newclosed

Fixed by revision [5825] in version: 3.3.7.0

comment:2 by Jpm, on Jun 16, 2011 at 3:30:21 PM

Milestone: 3.3.7.0Future Release
Resolution: Fixed
Status: closedreopened

reverted as it lead to a regression

comment:3 by Jpm, on Jun 16, 2011 at 3:30:58 PM

Owner: changed from Jpm to Jon
Status: reopenedassigned

comment:4 by TicketCleanup, on Jun 16, 2011 at 6:00:01 PM

Milestone: Future Release

Automatic ticket cleanup.

comment:5 by trancexx, on Jan 22, 2012 at 10:49:25 PM

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.