Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Mon, 29 Oct 2001 12:27:06 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: problem with 2001-10-26 snapshot (now also 2001-10-29) Message-ID: <20011029122706.B14419@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <7784-Sat27Oct2001190351+0100-starksb AT ebi DOT ac DOT uk> <4921-Mon29Oct2001170009+0000-starksb AT ebi DOT ac DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4921-Mon29Oct2001170009+0000-starksb@ebi.ac.uk> User-Agent: Mutt/1.3.21i On Mon, Oct 29, 2001 at 05:00:09PM +0000, David Starks-Browning wrote: >/usr/bin/rsync -vrtRCW --rsync-path=/remote/path/to/rsync --delete --delete-excluded \ > "${HOME}/Mail" remote-host:/remote/backup/dir > >If I revert to snapshot 2001-10-24, the DrWatson messages disappear. > >Sorry for the lack of detail, but I can't get strace to do anything >with this. It just returns immediately with no output. Is > up to date? Yes. If you have mounted your /bin directory using the '-X' option, however, strace won't work correctly since it is not a cygwin binary. You can either mount the strace.exe program using '-x' or copy it to another directory. >I'll keep trying snapshots as they come out, of course. It sounds like you need to debug this problem using gdb. That means building a debugging version of cygwin1.dll. cgf