Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 18 Jun 2001 11:54:14 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Possible bug in strace functionality (or CVS) Message-ID: <20010618115414.J28822@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: ; from neil.erskine@jjmackay.ca on Mon, Jun 18, 2001 at 09:38:10AM -0300 On Mon, Jun 18, 2001 at 09:38:10AM -0300, Neil Erskine wrote: >I find that the attached script fails on Windows 98 and Windows 200 when >running Cygwin 1.3.2 with CVS 1.11. A core dump occurs in the "strace cvs >commit" line. Removing the "strace" term allows the script to run to >completion. I hope that someone with greater familiarity with how strace >works will be able to take a look at it. > >The strace shows that an open call succeeds, and an uncaught exception >occurs after the open returns. There is nothing magic about strace. It is just a bunch of printfs. If it is core dumping, then something is probably passing an invalid pointer to a "%s" in strace_printf. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple