This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Privilege(s) needed to run top command


On Mar 12 23:35, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
> 
> > This was complete nonsense.
> 
> > Actually, the problem was entirely in Cygwin's ps.exe, and it's a
> > long-standing problem at that.
> 
> > While the Cygwin DLL collected the complete process list for ps, ps then
> > didn't print any process it failed to call OpenProcess on.  These are a
> > *lot* of processes and the result looked a lot like the list of
> > processes in or connected to the current session.
> 
> > The reason for this behaviour was that the image path of a process could
> > only be fetched when opening the process.  Today I found new
> > functionality since Vista which allows to fetch the image path without
> > having to open the process, so `ps -W' will print all processes again,
> > just as in the good old XP times :}
> 
> Err, but why? PSAPI was available since… a long time since.
> And it is public API except for isolated processes.

Same problem:

https://docs.microsoft.com/en-us/windows/desktop/psapi/enumerating-all-processes


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]