Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Ingmar Koecher <ingmar.koecher@gm...> - 2010-01-11 16:08:17
|
We've created a setup of makefiles, but compiling under Msys/MinGW always results in sh.exe crashing: 0 [main] sh 5680 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump make[1]: *** [main.obj] Segmentation fault (core dumped) Interestingly enough, the same compilation works on two other computers, one of which has a very similar configuration. The computer where it crashes is a 64-bit Windows 7 Enterprise DELL XPS desktop, with a dual core processor. The problem is reproducible, it happens every time I attempt to build the project. I also attempted to build another project on my computer (which uses a similar set of makefiles, but is a different product) and it crashes sh.exe as well. But again, it works on other computer. It originally occurred with version 1.0.11, but I have since applied the updated files from 1.0.12 (e.g. msys-1.0.dll) to the 1.0.11, along with the latest version of bash available from the MSYS project: >sh.exe --version GNU bash, version 3.1.17(1)-release (i686-pc-msys) Copyright (C) 2005 Free Software Foundation, Inc. All this does not seem to help. I have searched the forums and the web, and the only thing I came across was a bug that involved a Logitech webcam driver, but that doesn't seem to apply to me. The content from the sh.exe.stackdump file are as follows: MSYS-1.0.12 Build:2010-01-05 20:26 Exception: STATUS_ACCESS_VIOLATION at eip=7102E93C eax=000195EA ebx=0A019C08 ecx=0000000D edx=0A019C14 esi=0A00F1F2 edi=7102E41D ebp=0028E750 esp=0028E6D8 program=C:\msys\1.0.11\bin\sh.exe cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B Stack trace: Frame Function Args 0028E750 7102E93C (0028F7B0, 0A018830, 00000070, 7106162B) 0028FB00 71062261 (00000000, 0A017F60, 0A018830, 0A018630) 0028FB40 710645D6 (00000000, 00000003, 0A017F60, 0A018830) 0028FB70 7101165B (0A017F60, 0A018830, 0A018630, 710A5020) 0028FB90 7108E61A (0A017F60, 0A018830, 0A018630, 00000000) 0028FC50 004184B0 (0A017F60, 0A018830, 0A018630, 004369A0) 0028FCAC 004183F7 (0A017C98, 00000000, 0A0183A0, FFFFFFFF) 0028FD0C 0041753F (0A016CD8, FFFFFFFF, FFFFFFFF, 00000000) 0028FD6C 004137EF (0A016CC0, 00000000, FFFFFFFF, FFFFFFFF) 0028FDBC 00459264 (0A016570, 00401183, 00000004, 0041E776) 0028FDEC 00403939 (715B2474, 00000003, 00000003, 00000000) 0028FE8C 00401944 (00000003, 715A0A5C, 0A010278, 00000000) 0028FEE8 71005048 (00000000, 00000000, 0028FF28, 0048FEF0) 0028FF08 7100519F (004011E8, 00000000, 00000000, 00000000) 0028FF28 7100581C (00000000, 00000000, 00000000, 00000000) 0028FF58 0048FDF8 (004011E8, 00000000, 00000000, 00000000) End of stack trace (more stack frames may be present) I'm not sure how helpful this is since I'm running the release version, but I'd be happy to provide more information if somebody can point me in the right direction. Since it happens every time, reproducing it is simple. Also, here is the output from msysinfo: MSYS 1.0.12(0.46/3/2) 2010-01-05 20:26 i686 unknown; targ=MINGW32 GNU bash, version 3.1.17(1)-release (i686-pc-msys); ENV=.profile GNU Make 3.81This program built for i686-pc-msys; MAKE_MODE=unix gcc.exe (GCC) 3.4.5 (mingw-vista special r3); targ=MINGW32 GNU ld (GNU Binutils) 2.20 her 793600 2010-01-05 14:28:24.000000000 -0600 /bin/msys-1.0.dll her 59392 2009-07-11 16:34:34.000000000 -0500 /bin/msys-bz2-1.dll her 155648 2009-07-11 16:34:33.000000000 -0500 /bin/make.exe her 90112 2008-04-24 10:01:53.000000000 -0500 /mingw/bin/gcc.exe her 826368 2009-10-23 19:13:00.000000000 -0500 /mingw/bin/ld.exe HOME=/home/ingmar.koecher Sysname=MINGW32_NT-6.1 OSTYPE=msys TERM=cygwin PATH=.:/usr/local/bin:/mingw/bin:/bin:/c/Program Files (x86)/Mic rosoft Visual Studio 9.0/Common7/IDE:/c/Program Files (x86)/Micr osoft Visual Studio 9.0/VC/BIN:/c/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/Tools:/c/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/Tools/bin:/c/Windows/Microsoft.NET/Fr amework/:/c/Windows/Microsoft.NET/Framework/Microsoft .NET Frame work 3.5 (Pre-Release Version):/c/Windows/Microsoft.NET/Framewor k/v2.0.50727:/c/Program Files (x86)/Microsoft Visual Studio 9.0/ VC/VCPackages:/c/Program Files/Microsoft SDKs/Windows/v7.0/bin:/ c/Program Files (x86)/CollabNet/Subversion Client:/c/Windows/sys tem32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/Wi ndowsPowerShell/v1.0/:/c/Program Files/TortoiseSVN/bin:/c/Tools/ :/c/Program Files (x86)/QuickTime/QTSystem/:/c/Program Files (x8 6)/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE/:/c/P rogram Files (x86)/Microsoft SQL Server/100/Tools/Binn/:/c/Progr am Files/Microsoft SQL Server/100/Tools/Binn/:/c/Program Files ( x86)/Microsoft SQL Server/100/DTS/Binn/:/c/Program Files (x86)/X oreax/IncrediBuild:/c/Qt/4.6.0/bin This is of course one of our main development computers, so any help you can provide would be much appreciated. Thank you. |