Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 29 Jan 2003 13:42:48 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: rsync hang - strace output - any ideas? Message-ID: <20030129184248.GD11143@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <00d001c2c6d3$156b2e20$78d96f83 AT pomello> <3E3819CD DOT 8060209 AT hekimian DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E3819CD.8060209@hekimian.com> User-Agent: Mutt/1.5.1i On Wed, Jan 29, 2003 at 01:13:33PM -0500, Joe Buehler wrote: >Max Bowsher wrote: > >>I got this from gdb: >>(gdb) bt >>#0 0x77f767ce in ?? () >> >>i.e. nothing useful. If anyone has any suggestions for getting more info, >>please say. > >I posted a script to this list some time back that can be used to translate >NT addresses (like the 0x77f767ce above) to function names. This can be >a help in understanding what a thread is hanging on. The newly released version of gdb may do this automatically. I accidentally included a patch from the net in this version which added this functionality. I meant to remove it because it was rumored to have problems but it seems to be working ok, AFAICT. When doing backtraces, please remember that thread 1 is the main thread. Usually that is the thread which is doing something interesting. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/