Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 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 12 years ago.
may need use "ESP+20"

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by thesnoW

may need use "ESP+20"

comment:1 Changed 12 years ago by Valik

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 Changed 12 years ago by Valik

  • Milestone set to 3.3.9.5
  • Owner set to Valik
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [7132] in version: 3.3.9.5

comment:3 Changed 12 years ago by thesnoW

sorry.i was wrong.

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.