[Bug c/46708] New: SFU 3.5 SDK on Windows XP Professional, segmentation fault with gcc (program cc1) is

adutta at easylink dot com gcc-bugzilla@gcc.gnu.org
Mon Nov 29 17:50:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46708

           Summary: SFU 3.5 SDK on Windows XP Professional, segmentation
                    fault with gcc (program cc1) is
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: adutta@easylink.com


Installed SFU 3.5 SDK on Windows XP Professional,
rebooted, then ran gcc on a simple program and it
prints a segmentation fault.

$ uname -a
Interix ENGPC32 3.5 SP-8.0.1969.1 x86 Intel_x86_Family15_Model4_Stepping3

$ gcc -v
Reading specs from /opt/gcc.3.3/lib/gcc-lib/i586-pc-interix3/3.3/specs
Configured with:  : (reconfigured)  : (reconfigured) /dev/fs/C/gnu2.intel/egcs.
ource//configure --verbose --prefix=/opt/gcc.3.3 --disable-shared --with-stabs
-enable-nls --with-local-prefix=/opt/gcc.3.3 --with-gnu-as --with-gnu-ld --enab
e-targets=i586-pc-interix3 --enable-threads=posix
Thread model: posix
gcc version 3.3

$ cat test1.c
#include <stdio.h>

int main(int argc, char *argv[])
{
        printf("Hello World\n");
        return 0;
}

$ gcc -o test1 test1.c
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.



More information about the Gcc-bugs mailing list