public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cpp0.exe problem
@ 2002-07-18  6:24 Nils Boeffel
  2002-07-18  7:00 ` Nils Boeffel
  0 siblings, 1 reply; 4+ messages in thread
From: Nils Boeffel @ 2002-07-18  6:24 UTC (permalink / raw)
  To: cygwin

Hi,

My cpp0.exe seems to crash as soon as anything invokes it.  I ran setup 
and should have the latest of all the files; I could use it fine 
previously without problem.  Looking at the error report that windows 
wants to submit (I'm on XP) it mentions modname cygwin1.dll  Any 
suggestions for how to narrow down or resolve the problem?

I can reproduce it with a simple one line C program and a 'make mytest'.

Thanks for the help; please keep me in copy as I'm not on the list.

THanks,
Nils.



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cpp0.exe problem
  2002-07-18  6:24 cpp0.exe problem Nils Boeffel
@ 2002-07-18  7:00 ` Nils Boeffel
  2002-07-18 20:52   ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Nils Boeffel @ 2002-07-18  7:00 UTC (permalink / raw)
  To: cygwin

Nils Boeffel wrote:
> Hi,
> 
> My cpp0.exe seems to crash as soon as anything invokes it.  I ran setup 
> and should have the latest of all the files; I could use it fine 
> previously without problem.  Looking at the error report that windows 
> wants to submit (I'm on XP) it mentions modname cygwin1.dll  Any 
> suggestions for how to narrow down or resolve the problem?

The above was with gcc-2.95.3 (I think... the latest one in Curr).  I 
tried going to the 3.1.1 version and that changed the error a little 
bit: now it's cc1.exe faulting.  Here's the stackdump:

/usr/lib/gcc-lib/i686-pc-cygwin/3.1.1> !cat
cat cc1.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=61008616
eax=0000008C ebx=000207AC ecx=000207AC edx=61683874 esi=00000000 
edi=616800D8
ebp=0022FEF0 esp=0022FED8 
program=C:\cygwin\lib\gcc-lib\i686-pc-cygwin\3.1.1\cc1.exe
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022FEF0  61008616  (616800D8, 00000740, 00000003, 6100392B)
0022FF40  61003A9D  (00000000, 00000000, 00660064, 81FF4000)
0022FF70  61004236  (004528C0, 00660064, 0022FF90, 006AB541)
0022FF90  61004275  (00000000, 00000000, 00000000, 805B406F)
0022FFB0  006AB472  (004528C0, 037F0009, 0022FFF0, 77E7EB69)
0022FFC0  0040103C  (00660064, 0022E7FC, 7FFDF000, EFECACF4)
0022FFF0  77E7EB69  (00401000, 00000000, 78746341, 00000020)
End of stack trace/usr/lib/gcc-lib/i686-pc-cygwin/3.1.1>

I hope this is a little more helpful.

THanks,
Nils.



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cpp0.exe problem
  2002-07-18  7:00 ` Nils Boeffel
@ 2002-07-18 20:52   ` Christopher Faylor
  2002-07-19  0:04     ` Nils Boeffel
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Faylor @ 2002-07-18 20:52 UTC (permalink / raw)
  To: cygwin

On Thu, Jul 18, 2002 at 07:07:38PM +0800, Nils Boeffel wrote:
>Nils Boeffel wrote:
>>My cpp0.exe seems to crash as soon as anything invokes it.  I ran setup 
>>and should have the latest of all the files; I could use it fine 
>>previously without problem.  Looking at the error report that windows 
>>wants to submit (I'm on XP) it mentions modname cygwin1.dll  Any 
>>suggestions for how to narrow down or resolve the problem?
>
>The above was with gcc-2.95.3 (I think... the latest one in Curr).  I 
>tried going to the 3.1.1 version and that changed the error a little 
>bit: now it's cc1.exe faulting.  Here's the stackdump:
>
>/usr/lib/gcc-lib/i686-pc-cygwin/3.1.1> !cat
>cat cc1.exe.stackdump
>Exception: STATUS_ACCESS_VIOLATION at eip=61008616
>eax=0000008C ebx=000207AC ecx=000207AC edx=61683874 esi=00000000 
>edi=616800D8
>ebp=0022FEF0 esp=0022FED8 
>program=C:\cygwin\lib\gcc-lib\i686-pc-cygwin\3.1.1\cc1.exe
>cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
>Stack trace:
>Frame     Function  Args
>0022FEF0  61008616  (616800D8, 00000740, 00000003, 6100392B)
>0022FF40  61003A9D  (00000000, 00000000, 00660064, 81FF4000)
>0022FF70  61004236  (004528C0, 00660064, 0022FF90, 006AB541)
>0022FF90  61004275  (00000000, 00000000, 00000000, 805B406F)
>0022FFB0  006AB472  (004528C0, 037F0009, 0022FFF0, 77E7EB69)
>0022FFC0  0040103C  (00660064, 0022E7FC, 7FFDF000, EFECACF4)
>0022FFF0  77E7EB69  (00401000, 00000000, 78746341, 00000020)
>End of stack trace/usr/lib/gcc-lib/i686-pc-cygwin/3.1.1>
>
>I hope this is a little more helpful.

Not really: http://cygwin.com/bugs.html .

cgf

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cpp0.exe problem
  2002-07-18 20:52   ` Christopher Faylor
@ 2002-07-19  0:04     ` Nils Boeffel
  0 siblings, 0 replies; 4+ messages in thread
From: Nils Boeffel @ 2002-07-19  0:04 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> On Thu, Jul 18, 2002 at 07:07:38PM +0800, Nils Boeffel wrote:
>>Nils Boeffel wrote:
>>
>>>My cpp0.exe seems to crash as soon as anything invokes it.  I ran setup 
>>>and should have the latest of all the files; I could use it fine 
>>>previously without problem.  Looking at the error report that windows 
>>>wants to submit (I'm on XP) it mentions modname cygwin1.dll  Any 
>>>suggestions for how to narrow down or resolve the problem?
>>
>>The above was with gcc-2.95.3 (I think... the latest one in Curr).  I 
>>tried going to the 3.1.1 version and that changed the error a little 
>>bit: now it's cc1.exe faulting.  Here's the stackdump:
...
>>I hope this is a little more helpful.
> 
> Not really: http://cygwin.com/bugs.html .

Thanks for the RTFM... it helped: running cygcheck -s showed me that I 
had a cygwin1.dll sitting in /usr/local/bin (to be able to run a program 
directly from windows- any suggestions on how to handle this better?) 
and removing that made everything work again.

THanks,
Nils.



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-07-19  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-18  6:24 cpp0.exe problem Nils Boeffel
2002-07-18  7:00 ` Nils Boeffel
2002-07-18 20:52   ` Christopher Faylor
2002-07-19  0:04     ` Nils Boeffel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).