|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - gdc 0.20 svn branch on mingw/gcc4.0.3 (win32) segfaults
Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 04 2006
Downs wrote:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 04 2006
Downs escribió:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 04 2006
Carlos Santander wrote:Downs escribió:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 04 2006
Downs wrote:does anybody know if the gdc maintainer does test builds on win32? Dec 04 2006
Anders F Björklund wrote:Downs wrote:does anybody know if the gdc maintainer does test builds on win32? Dec 04 2006
Downs wrote:Carlos Santander wrote:Downs escribió:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 04 2006
David Friedman wrote:So... I was not aware of this problem. Thanks for pointing it out. I realize people are building out of the dev branch because there has not been a release for so long... I will try to get this fixed soon. Dec 05 2006
Kirk McDonald wrote:David Friedman wrote:So... I was not aware of this problem. Thanks for pointing it out. I realize people are building out of the dev branch because there has not been a release for so long... I will try to get this fixed soon. Dec 05 2006
Dave wrote:Kirk McDonald wrote:David Friedman wrote:So... I was not aware of this problem. Thanks for pointing it out. I realize people are building out of the dev branch because there has not been a release for so long... I will try to get this fixed soon. Dec 05 2006
Dave wrote:Kirk McDonald wrote:David Friedman wrote:So... I was not aware of this problem. Thanks for pointing it out. I realize people are building out of the dev branch because there has not been a release for so long... I will try to get this fixed soon. Dec 05 2006
Downs wrote:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 06 2006
Downs wrote:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 06 2006
Mathieu Chouinard wrote:Downs wrote:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 06 2006
David Friedman wrote:Mathieu Chouinard wrote:Downs wrote:Attempting to build the current rev48 gdc 0.20 branch on mingw/gcc4.0.3; the resulting gdc.exe is incapable of compiling even the most basic test files; it crashes on configure with a sigsegv in actest.d:0. Somewhat related question; is it possible to compile gcc so that it does not catch segment violations internally? This "feature" makes it impossible for me to get stack traces of the crash in gdb (no stackdumps are produced either). Alternatively, any idea what I could do to narrow the problem area down? Thanks for ideas; greetings. Dec 06 2006
|