-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find process by PID #12
Comments
it's a bug~ the right way to slove this problem is get the whole processInfo array and fillter by the app's pid. monitor.processTable() |
Hi Sartner The find() method does not only traverse the top level of the tree. It is Thanks, Jez. On 19 February 2014 02:22, Sartner [email protected] wrote:
Jez Humble |
Hi jezhumble, i'm glad to see your reply yeah, I checked the src again, you are right. Thanks for your reply and the great javasysmon, it's very useful. |
fvvd |
This happens in Windows 7 Home Premium (64bit).
I'm using the following code snippet:
When running the compiled program, I get:
While the process PID=9592 exists:
The text was updated successfully, but these errors were encountered: