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
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
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
3 matches
Mail list logo