This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Possible bug in strace functionality (or CVS)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]