This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3
On Mon, Jun 06, 2005 at 05:56:48PM -0700, Max Kaehn wrote:
>On Mon, 2005-06-06 at 14:33, Christopher Faylor wrote:
>> So, I checked in the above and, after changing cygload.exp so that it
>> compiles cygload.cc rather than cygload.cpp, I found a more serious
>> error. I've attached the cygload.log file. It doesn't look pretty,
>> unfortunately. You might notice the same thing if you configure your
>> Cygwin DLL with --enable-debugging, like I do.
>
>I'm having trouble replicating the problem. Here's what I did:
>
> cd src/build
> rm -rf etc i686-pc-cygwin libiberty
> ../configure --enable-debugging=yes
> make
> cd i686-pc-cygwin/winsup
> make check
> cd testsuite
> runtest --tool cygload
>
>The first time I ran "runtest --tool cygload", I got an error about
>mismatched heap addresses, so I copied new-cygwin1.dll to
>/bin/cygwin1.dll and reran the test. That time, it passed.
>
>What am I doing wrong? I've attached the output of "runtest --tool
>cygload -v". (The mingw-cygwin.log referenced in there is empty.)
>I notice that I'm getting warnings about "couldn't find the global
>config file" and "couldn't find tool init file", so there may be
>something wrong with my test setup.
Hmm. Maybe it was cockpit error on my part. I can't duplicate the
problem today. That's odd.
cgf