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 GCC bug


On Sun, Sep 23, 2001 at 07:37:39PM -0400, Alec Mihailovs wrote:
> That doesn't look like a hardware fault for me. Here is one of the stack
> dumps
> (for Windows 98):
> 
> Exception: STATUS_ACCESS_VIOLATION at eip=61082C9E
> eax=00401145 ebx=00401145 ecx=FFFFFE79 edx=00000000 esi=00000000
> edi=614E474C
> ebp=007CFC8C esp=007CFC88 program=C:\CYGWIN\LIE\LIE.EXE
> cs=0167 ds=016F es=016F fs=6BD7 gs=0000 ss=016F
> Stack trace:
> Frame     Function  Args
> 007CFC8C  61082C9E  (00000000, 00401145, 007CFCCC, 61082BE3)
> 007CFCBC  0040123F  (00401145, 00000000, 007CFCEC, 004013FF)

That's a strcmp() with first argument a NULL pointer called from
inside gcc.  So, yes, it looks like a gcc error.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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


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