Mail Archives: cygwin/2003/10/14/12:29:08
All,
Just trying to either re-enforce or counter Brian's debug info, I have done
the same thing Chris requested of him with my hung cygpath process.
(gdb) info threads
3 thread 164.0xd88 0x77f75a59 in ntdll!DbgUiConnectToDbg ()
from /cygdrive/c/WINDOWS/System32/ntdll.dll
2 thread 164.0x118 0x7ffe0304 in ?? ()
* 1 thread 164.0x124 0x7ffe0304 in ?? ()
Thread 1
(gdb) l *0x61092939
0x61092939 is in muto::acquire(unsigned long)
(../../../../src/winsup/cygwin/sync.cc:75).
(gdb) l *0x6108da76
0x6108da76 is in WFMO (../../../../src/winsup/cygwin/sigproc.cc:1248).
(gdb) l *0x61092b50
0x61092b50 is in close_all_files()
(../../../../src/winsup/cygwin/syscalls.cc:102).
(gdb) l *0x6108fffd
0x6108fffd is in spawn_guts(char const*, char const* const*, char const*
const*, int) (../../../../src/winsup/cygwin/spawn.cc:847).
Thread 2
(gdb) l *0x610f1f20
No source file for address 0x610f1f20.
(gdb) l *0x6108d2f6
0x6108d2f6 is in wait_sig(void*)
(../../../../src/winsup/cygwin/sigproc.cc:1089).
(gdb) l *0x610a39fb
0x610a39fb is in pthread_key::set(void const*)
(../../../../src/winsup/cygwin/thread.cc:1386).
(gdb) l *0x610efdb8
No source file for address 0x610efdb8.
(gdb) l *0x610efdb8 (Yes there was 2 of them)
No source file for address 0x610efdb8.
Thread 3
None.
HTH,
Steve Fairbairn
--
-- LONG DISCLAIMER --
*******************************************************
This email has originated from Perwill plc (Registration No. 1906964)
Office registered at: 13A Market Square, Alton, Hampshire, GU34 1UR, UK
Tel: +44 (0)1420 545000
Fax: +44 (0)1420 545001
www.perwill.com
*******************************************************
Privileged, confidential and/or copyright information may be contained
in this email, and is only for the use of the intended addressee.
To copy, forward, disclose or otherwise use it in any way if you are not
the intended recipient or responsible for delivering to him/her is
prohibited.
If you receive this email by mistake, please advise the sender immediately,
by using the reply facility in your email software.
We may monitor the content of emails sent and received via our network
for the purposes of ensuring compliance with policies and procedures.
This message is subject to and does not create or vary any contractual
relationships between Perwill plc and the recipient.
*******************************************************
Any opinions expressed in the email are those of the sender and not
necessarily of Perwill plc.
*******************************************************
This email has been scanned for known viruses using
McAfee WebShield 4.5 MR1a
*******************************************************
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -