Modify ↓
Opened 16 years ago
Closed 16 years ago
#366 closed Bug (Fixed)
Weird crashing bug
Reported by: | anonymous | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.2.13.1 | Component: | AutoIt |
Version: | 3.2.12.0 | Severity: | None |
Keywords: | Cc: |
Description
This line of code, anywhere within a script, whether it is ever executed or not (but not if it is a comment) will cause an unhandled win32 exception as soon as you try to run the script.
$ne w_radius=10
Found this as a result of an inadvertent space that got put in a line.
Occurs in release .12 and beta .13 on Windows XP Pro SP3.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by MeJonah@…
comment:2 Changed 16 years ago by Jpm
- Milestone set to 3.2.13.1
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed in version: 3.2.13.1
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.
Note: See
TracTickets for help on using
tickets.
More information-
Crash occurs when trying to run the script, not when running the compiled script. The compiled script correctly reports "expected =".
Same crash occurs whether you have flag set to run AU3 check or not.