Modify

Opened 14 years ago

Closed 12 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 Changed 14 years ago by Jpm

  • Milestone set to 3.3.7.0
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5825] in version: 3.3.7.0

comment:2 Changed 13 years ago by Jpm

  • Milestone changed from 3.3.7.0 to Future Release
  • Resolution Fixed deleted
  • Status changed from closed to reopened

reverted as it lead to a regression

comment:3 Changed 13 years ago by Jpm

  • Owner changed from Jpm to Jon
  • Status changed from reopened to assigned

comment:4 Changed 13 years ago by TicketCleanup

  • Milestone Future Release deleted

Automatic ticket cleanup.

comment:5 Changed 12 years ago by trancexx

  • Milestone set to 3.3.9.0
  • Owner changed from Jon to trancexx
  • Resolution set to Fixed
  • Status changed from assigned to closed

Fixed by revision [6671] in version: 3.3.9.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain trancexx.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.