On Fri, Aug 10, 2012 at 8:48 AM, Ruben Van Boxem
<[email protected]> wrote:
> Hi everyone,
>
> I have just finished uploading a gcc-4.7.1-1-release build, built with GCC
> 4.7.1, latest binutils/gdb and MinGW-w64 v2.0.5.
>
> I also rearranged my download directory and assorted by GCC version.
>
Hello Ruben, thanks for your work.
I got a crash from i686-w64-mingw32-gcc-4.7.1-1-release-win32_rubenvb.7z
My OS is Windows 7 x64, crash is on cc1.exe:
V:\>type test.c
#include <stdio.h>
int main()
{
puts("works!");
return 0;
}
V:\>gcc -v test.c
(output in gist)
https://gist.github.com/3332011
tried to use -save-temps but seems it is unable to generate anything.
Running cc1.exe directly does the same, so attempted to run over gdb
but since it lacks debug symbols, only got this backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x00eafa91 in ?? ()
(gdb) bt
#0 0x00eafa91 in ?? ()
#1 0x765d339a in KERNEL32!BaseCleanupAppcompatCacheSupport () from
C:\Windows\syswow64\kernel32.dll
#2 0x7efde000 in ?? ()
#3 0x774b9ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
#4 0x7efde000 in ?? ()
#5 0x774b9ec5 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
#6 0x004014e0 in ?? ()
#7 0x00000000 in ?? ()
===
x86_64-w64-mingw32-gcc-4.7.1-1-release-win64_rubenvb.7z works without issue.
===
i686-w64-mingw32-gcc-4.7.1-1-release-win64_rubenvb.7z (cross from
win64 to i686) also works.
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public