Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2235 closed Bug (Fixed)

if process not exist,ProcessGetStats will not return 0.

Reported by: thesnoW Owned by: Valik
Milestone: 3.3.9.5 Component: AutoIt
Version: 3.3.9.4 Severity: None
Keywords: Cc:

Description

#include <Array.au3> 
Local $a=ProcessGetStats(12345678,1)
 
MsgBox(32,"",$a)
If $a <> 0 Then 
        ConsoleWrite($a[0] & @TAB & $a[1] & @CRLF)
EndIf

if process not exist,ProcessGetStats will not return 0.

Attachments (1)

attachment.png (24.1 KB ) - added by thesnoW 14 years ago.
may need use "ESP+20"

Download all attachments as: .zip

Change History (4)

by thesnoW, 14 years ago

Attachment: attachment.png added

may need use "ESP+20"

comment:1 by Valik, 14 years ago

You do realize we didn't write AutoIt in assembly right? Why the fuck would I care about seeing some disassembly when I have the source code? I looked at the source and the error is stupid obvious.

More importantly, though, why shouldn't I permanently block you from this site? Disassembling and attempting to tell me how to fix the code based on that disassembly dump is reverse engineering. The last time I checked we had a very specific clause in the AutoIt license agreement about reverse engineering.

comment:2 by Valik, 14 years ago

Milestone: 3.3.9.5
Owner: set to Valik
Resolution: Fixed
Status: newclosed

Fixed by revision [7132] in version: 3.3.9.5

comment:3 by thesnoW, 14 years ago

sorry.i was wrong.

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.