public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
@ 2003-07-16  7:52 hlushak at mail dot lviv dot ua
  2003-07-16 11:01 ` [Bug target/11538] " pinskia at physics dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hlushak at mail dot lviv dot ua @ 2003-07-16  7:52 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
  2003-07-16  7:52 [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c hlushak at mail dot lviv dot ua
@ 2003-07-16 11:01 ` pinskia at physics dot uc dot edu
  2003-07-16 11:06 ` [Bug bootstrap/11538] " pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-16 11:01 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-16 11:01 -------
*** Bug 11539 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
  2003-07-16  7:52 [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c hlushak at mail dot lviv dot ua
  2003-07-16 11:01 ` [Bug target/11538] " pinskia at physics dot uc dot edu
@ 2003-07-16 11:06 ` pinskia at physics dot uc dot edu
  2003-07-29 20:36 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-16 11:06 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|target                      |bootstrap
           Keywords|                            |build, ice-on-valid-code


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-16 11:06 -------
First can you try to build again, if that fails in a different place you most likely have a 
memory problem, fix that problem and try again.
If the build fails in the same spot, Could you try by configuring with --enable-languages=c 
(which is so that the C compiler is only built and not building some libraries before GCC 
is bootstrapped) first and then build using that compiler the full GCC?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
  2003-07-16  7:52 [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c hlushak at mail dot lviv dot ua
  2003-07-16 11:01 ` [Bug target/11538] " pinskia at physics dot uc dot edu
  2003-07-16 11:06 ` [Bug bootstrap/11538] " pinskia at physics dot uc dot edu
@ 2003-07-29 20:36 ` pinskia at physics dot uc dot edu
  2003-08-24 19:19 ` dhazeghi at yahoo dot com
  2003-08-24 19:23 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:36 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
  2003-07-16  7:52 [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c hlushak at mail dot lviv dot ua
                   ` (2 preceding siblings ...)
  2003-07-29 20:36 ` pinskia at physics dot uc dot edu
@ 2003-08-24 19:19 ` dhazeghi at yahoo dot com
  2003-08-24 19:23 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-24 19:19 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-08-24 19:19 -------
Can you please confirm whether you were able to reproduce this problem again? Also, the build 
complete if you use 'make bootstrap'? Thanks.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
  2003-07-16  7:52 [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c hlushak at mail dot lviv dot ua
                   ` (3 preceding siblings ...)
  2003-08-24 19:19 ` dhazeghi at yahoo dot com
@ 2003-08-24 19:23 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-24 19:23 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-24 19:23 -------
Also it tells you not to report it here but at redhat so closing as this is not outr bug but a bug in 
the redhat's GCC which you are using.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-24 19:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16  7:52 [Bug target/11538] New: when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c hlushak at mail dot lviv dot ua
2003-07-16 11:01 ` [Bug target/11538] " pinskia at physics dot uc dot edu
2003-07-16 11:06 ` [Bug bootstrap/11538] " pinskia at physics dot uc dot edu
2003-07-29 20:36 ` pinskia at physics dot uc dot edu
2003-08-24 19:19 ` dhazeghi at yahoo dot com
2003-08-24 19:23 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).