This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: when trying to execute make (when installing gcc), I
                    failed because of Segmentation fault in gzio.c
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hlushak at mail dot lviv dot ua
                CC: gcc-bugs at gcc dot gnu dot org

BUILD & DATE: build 2003-16-07 on Red Hat 8.0 with GCC: gcc (GCC) 3.2 20020903  
(Red Hat Linux 8.0 3.2-7).  
  
Actual Results: Segmentation fault when trying to make GCC.  
  
Expected Reason: maybe my native GCC 3.2 is bad.  
  
  
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1   
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1   
-DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I.      -g -O2 -c   
deflate.c   
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1   
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1   
-DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I.      -g -O2 -c   
gzio.c   
gzio.c: In function `gzrewind':   
gzio.c:761: internal error: Segmentation fault   
Please submit a full bug report,   
with preprocessed source if appropriate.   
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.   
make[1]: *** [gzio.o] Error 1   
make[1]: Leaving directory `/home/Step/install/gcc-3.3/gcc-3.3/zlib'   
make: *** [all-zlib] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]