Modify ↓
Opened 12 years ago
Closed 12 years ago
#2525 closed Bug (No Bug)
TIDY Crash - (issue #2)
| Reported by: | mlipok | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | Other | Severity: | None |
| Keywords: | Cc: |
Description
Try to Tidy this repro code:
Global $IEComErrorNumber, $IEComErrorNumberHex, $IEComErrorDescription, $IEComErrorScriptline, $IEComErrorWinDescription, $IEComErrorSource, $IEComErrorHelpFile, $IEComErrorHelpContext, $IEComErrorLastDllError, $IEComErrorComObj, $IEComErrorOutput Local $aTest $sInfo = 'test1' & @CRLF & 'TEST2' ConsoleWrite($aTest[2]) $sInfo2 = 'test1' & @CRLF & 'TEST2'
As you can see this fragmet code causes an unexpected failure in the Tidy.exe
>"C:\Program Files (x86)\AutoIt3\SciTE\tidy\tidy.exe" "L:\TOOLs\Macro\TEST_obfuscator_2_Obfuscated.au3" Tidy AutoIt3 v2.3.0.22 Copyright (c) Jos van der Zande November 2, 2013 +> Tidy AutoIt3 finished and has no updates to make! >Exit code: -1073741819 Time: 2.913
Attachments (0)
Change History (4)
comment:1 by , 12 years ago
comment:4 by , 12 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Latest beta tidy does not produce the crash