Modify ↓
Opened 18 years ago
Closed 18 years ago
#366 closed Bug (Fixed)
Weird crashing bug
| Reported by: | anonymous | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , 18 years ago
comment:2 by , 18 years ago
| Milestone: | → 3.2.13.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.2.13.1
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.