delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/02/13/18:54:34

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
content-class: urn:content-classes:message
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Subject: RE: DOH! Resolved RE: Compiling rsync 2.5.6 under Cygwin?
Date: Thu, 13 Feb 2003 15:53:47 -0800
Message-ID: <A64C83FEDE2C9147AE14B15F80E7A0D06AF232@EXCHANGE07.utility.pge.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
From: "Glenn, Billy" <BDG3 AT pge DOT com>
To: "Max Bowsher" <maxb AT ukf DOT net>, <cygwin AT cygwin DOT com>
X-OriginalArrivalTime: 13 Feb 2003 23:53:48.0296 (UTC) FILETIME=[26CAB880:01C2D3BB]
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h1DNsYr17330

Max-

	Thanks SO much!  I'm hoping the new rsync 2.5.6 binary I provided to the client resolves the problem - but if not, I'm certainly armed with EXCELLENT information on how to proceed.

Thanks for taking the time to write this up!  You rule...

Have a great day,
Billy

-----Original Message-----
From: Max Bowsher [mailto:maxb AT ukf DOT net]
Sent: Thursday, February 13, 2003 3:43 PM
To: Max Bowsher; Glenn, Billy; cygwin AT cygwin DOT com
Subject: Re: DOH! Resolved RE: Compiling rsync 2.5.6 under Cygwin?


Max Bowsher wrote:
> Glenn, Billy wrote:
>> Max- (jump to the end for the spoiler)
>>
>> Thank you MUCH for your quick, and detailed response!  I'll go look
>> to make sure I've got the Cygwin popt package installed.  As to the
>> remainder of your questions, I'll take my best crack here, get with
>> my client (I have YET to witness the problem myself :-( and see if I
>> can get any of the additional output you requested.  I'm not familiar
>> with the strace or gdb commands, but I'll familiarize myself and see
>> if I can provide the info.
>
> strace: Prints lots of debugging output from Cygwin DLL internals.
> strace -o outputfile rsync <rsyncoptions>
> Caveat: strace is a non-Cygwin program: It does *not* understand POSIX
> paths.
> You can also connect to a running process: strace -p pid
>
> gdb: Probably easier to connect to a running, hung, process. The exe
> must be unstripped for this to be useful.

I forgot to say:
You must specify *both* the executable file name and the pid. Otherwise, you
don't see function names, only raw addresses.

gdb rsync.exe <pid>

Also, try gdb first. On all but WinXP (and possibly 2k, I don't know),
detaching from a process kills it. So you only get a chance to try one of
these methods.

> Once you are connected to the process, type "bt" at the gdb prompt to
> get the report.

Make that "thread 1", then "bt".

> You can't use both gdb and strace simultaneously on one process

Max.


--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019