RE: When I start a process in bash - which pid is correct - Windows Task Manager or ps -ef

2007-10-11 Thread Phil Betts
Brian Keener wrote on Wednesday, October 10, 2007 11:31 PM:: > I have an application that I have been trying to gather info on and it > hangs but it seems finding the pid is difficult for attempting to > attach to it. > Use ps -el instead of -ef. That lists the winpids too. Phil -- Unsubscrib

Re: When I start a process in bash - which pid is correct - Windows Task Manager or ps -ef

2007-10-10 Thread Brian Dessent
Brian Keener wrote: > Problem is if I go to Windows Task Manager it shows the two vims as > 6128 for the 4712 one and 4524 for the 5292 one. > > Now in this particular case I don't have a problem with which pid is > correct because it's just vim but the application I have been trying to > gather

When I start a process in bash - which pid is correct - Windows Task Manager or ps -ef

2007-10-10 Thread Brian Keener
I have an application that I have been trying to gather info on and it hangs but it seems finding the pid is difficult for attempting to attach to it. An example of this can be seen simply using vim from a bash shell. If I start bash in a batch file like this: @echo off SET MAKE_MODE=unix SET