Modify ↓
Opened 11 years ago
Closed 11 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 Changed 11 years ago by Jpm
comment:2 Changed 11 years ago by guinness
Confirmed. v2.3.0.23 does not produce an error on Exit.
comment:3 Changed 11 years ago by anonymous
I confirm.
New version v2.3.0.23 works fine.
You can close as no bug.
comment:4 Changed 11 years ago by Mat
- Resolution set to No Bug
- Status changed from new to closed
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.
Latest beta tidy does not produce the crash