delorie.com/archives/browse.cgi | search |
Hi! Friday, 02 March, 2001 Jonathan Kamens jik AT curl DOT com wrote: JK> Make process 404 is hung there. Unlike yesterday's hang, however, JK> when I run "ps" this process does not show "I" in its status column. JK> Two other differences from yesterday: (1) gdb won't let me attach to JK> the hung process (it claims that it can't); (2) I can't kill the JK> process. No signal, including TERM, KILL and CHLD, has any effect on JK> it -- it just remains in the state shown above, i.e., with no JK> additional output shown in the log file. did you use win32-style pid when tried to attach to process from gdb? gdb expects win32-style pid (shown with 'ps -l' command). Most of time, cygwin pid is equal to native one, but sometimes it's not the case. if your 'make' process w/ cygwin pid 404 had different native pid, gdb could indeed say that it can't attach to process 404. Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |