Re: pstree on windows xp - find process spawned from windows process

2009-04-24 Thread nachum
track of bitgen's spawned process and therefore it's not showing up with just ps. -- View this message in context: http://www.nabble.com/pstree-on-windows-xp---find-process-spawned-from-windows-process-tp23197461p23211293.html Sent from the Cygwin list mailing list archive at Nabble.com

Re: pstree on windows xp - find process spawned from windows process

2009-04-24 Thread Corinna Vinschen
On Apr 24 00:27, nachum wrote: Regarding forking - you can see from my first post that bitgen is spawning a new process / PID and there is no way that I've found within cygwin to identify which program is the parent of the new fork. PID 504 is the new Sure. It's a native Windows process, not

pstree on windows xp - find process spawned from windows process

2009-04-23 Thread nachum
of bitgen b/c that will kill all bitgens that might be going on at the same time. I am running in an xterm on XP 32 bit SP3. Here are some relevant versions: bash 3.2.48(21) ps 1.11 pstree 21.5 kill 1.14 thanx, nachum -- View this message in context: http://www.nabble.com/pstree-on-windows-xp---find

Re: pstree on windows xp - find process spawned from windows process

2009-04-23 Thread Larry Hall (Cygwin)
nachum wrote: Hi, I'm new to cygwin, and I am beginning to like it. I am having trouble though with child processes that have only Windows PIDs and not cygwin PIDs. When I run Xilinx bitgen from cygwin 2 processes are run both with the name bitgen.exe. Below I am running bitgen through make.

Re: pstree on windows xp - find process spawned from windows process

2009-04-23 Thread nachum
-- View this message in context: http://www.nabble.com/pstree-on-windows-xp---find-process-spawned-from-windows-process-tp23197461p23205009.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: pstree on windows xp - find process spawned from windows process

2009-04-23 Thread Larry Hall (Cygwin)
nachum wrote: Hi, I'm new to cygwin, and I am beginning to like it. I am having trouble though with child processes that have only Windows PIDs and not cygwin PIDs. When I run Xilinx bitgen from cygwin 2 processes are run both with the name bitgen.exe. Below I am running bitgen through make.

Re: pstree on windows xp - find process spawned from windows process

2009-04-23 Thread Matthias Andree
Am 24.04.2009, 00:07 Uhr, schrieb Larry Hall (Cygwin) reply-to-list-only...@cygwin.com: nachum wrote: Hi, I'm new to cygwin, and I am beginning to like it. I am having trouble though with child processes that have only Windows PIDs and not cygwin PIDs. When I run Xilinx bitgen from cygwin

Re: pstree on windows xp - find process spawned from windows process

2009-04-23 Thread Larry Hall (Cygwin)
Matthias Andree wrote: Am 24.04.2009, 00:07 Uhr, schrieb Larry Hall (Cygwin) reply-to-list-only...@cygwin.com: nachum wrote: Hi, I'm new to cygwin, and I am beginning to like it. I am having trouble though with child processes that have only Windows PIDs and not cygwin PIDs. When I run