Re: 1.7.5-1: execv fails in .exe compiled]

2010-05-14 Thread Stan
Stephen Morton said: > > > 109 225019 [main] cc386 1312 spawnve: spawnve >(/usr/local/companytools/gcc34/x86/cc1.exe, >/usr/local/companytools/gcc34/x86/cc1.exe, 1002DAA0) The /usr/local/companytools part sure sounds like a local (non-cygwin) app. Have you tried cygcheck? -- Problem reports:

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-14 Thread Stephen Morton
On Thu, 13 May 2010 17:49:08 -0400, Larry Hall wrote: >On 5/13/2010 5:45 PM, Stephen Morton wrote: >>The problem appears to be cygwin 1.7-specific. (*) >> >>I get a stackdump as follows. I find that I get a stackdump under a >>cygwin shell (DOS terminal) but not under mintty so I'm not 100%

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-13 Thread Stephen Morton
It looks like the stackdumps I sent may be due to secondary crashes. Here is the strace of a failure with the segfault and crashdump. It is different than the strace I sent earlier. 88 224700 [sig] cc386 356 wait_sig: signalling pack.wakeup 0x6B0 2290 224775 [main] cc386 1312 wait_for_sigthr

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-13 Thread Larry Hall (Cygwin)
On 5/13/2010 5:45 PM, Stephen Morton wrote: The problem appears to be cygwin 1.7-specific. (*) I get a stackdump as follows. I find that I get a stackdump under a cygwin shell (DOS terminal) but not under mintty so I'm not 100% sure the stackdump is for the correct error. Do you have a

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-13 Thread Stephen Morton
The problem appears to be cygwin 1.7-specific. (*) I get a stackdump as follows. I find that I get a stackdump under a cygwin shell (DOS terminal) but not under mintty so I'm not 100% sure the stackdump is for the correct error. Exception: STATUS_ACCESS_VIOLATION at eip=611131D8 eax=0022B9E4 ebx=

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-07 Thread Stephen Morton
Thanks for your suggestions Corinna. My update is below. On Thu, 6 May 2010 17:19:24 +0200 Corinna Vinschen wrote: >On May 6 10:21, Stephen Morton wrote: >> We have a gcc 3.4.6 cross-compiler that is an essential part of our >> development environment that does not work under cygwin 1.7 >> (+Win7

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-06 Thread Corinna Vinschen
On May 6 17:19, Corinna Vinschen wrote: > On May 6 10:21, Stephen Morton wrote: > > We have a gcc 3.4.6 cross-compiler that is an essential part of our > > development environment that does not work under cygwin 1.7 > > (+Win7-64). Somehow cc.exe is not able to execv cc1.exe. > > > > I'm stumped

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-06 Thread Corinna Vinschen
On May 6 10:21, Stephen Morton wrote: > We have a gcc 3.4.6 cross-compiler that is an essential part of our > development environment that does not work under cygwin 1.7 > (+Win7-64). Somehow cc.exe is not able to execv cc1.exe. > > I'm stumped and any insight you can give me would be much apprec