public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29709]  New: Segmentation fault of cc1.
@ 2006-11-04  9:42 rezso at rdsor dot ro
  2006-11-04  9:43 ` [Bug c/29709] " rezso at rdsor dot ro
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rezso at rdsor dot ro @ 2006-11-04  9:42 UTC (permalink / raw)
  To: gcc-bugs

during building glibc:
gcc  pthread_atfork.c -c -std=gnu99 -DNDEBUG=1 -O3 -Wall -Winline
-Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes -mlong-double-128
-mieee  -DNOT_IN_libc   -I../include
-I/usr/src/redhat/BUILD/glibc-20061029T2155/build-alpha-linuxnptl/nptl
-I/usr/src/redhat/BUILD/glibc-20061029T2155/build-alpha-linuxnptl
-I../nptl/sysdeps/alpha/elf -I../sysdeps/alpha/elf
-I../sysdeps/unix/sysv/linux/alpha/alpha
-I../nptl/sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux/alpha
-I../sysdeps/unix/sysv/linux/wordsize-64 -I../sysdeps/ieee754/ldbl-64-128
-I../sysdeps/ieee754/ldbl-opt -I../nptl/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv
-I../sysdeps/unix/alpha -I../nptl/sysdeps/unix -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/alpha/fpu -I../nptl/sysdeps/alpha
-I../sysdeps/alpha -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-128
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
-I../sysdeps/alpha/soft-fp -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -I../nptl  -I.. -I../libio -I. -nostdinc -isystem
/usr/lib/gcc/alpha-redhat-linux/4.1.1/include -isystem
/usr/src/redhat/BUILD/glibc-20061029T2155/override_headers -isystem
/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h  
-DNOT_IN_libc=1 -DIS_IN_libpthread=1    -o
/usr/src/redhat/BUILD/glibc-20061029T2155/build-alpha-linuxnptl/nptl/pthread_atfork.o
-MD -MP -MF
/usr/src/redhat/BUILD/glibc-20061029T2155/build-alpha-linuxnptl/nptl/pthread_atfork.o.dt
-MT
/usr/src/redhat/BUILD/glibc-20061029T2155/build-alpha-linuxnptl/nptl/pthread_atfork.o
pthread_atfork.c: In function ‘__pthread_atfork’:
pthread_atfork.c:56: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/cc2aatdS.out file, please attach this to
your bugreport.


-- 
           Summary: Segmentation fault of cc1.
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rezso at rdsor dot ro
 GCC build triplet: alpha-redhat-linux
  GCC host triplet: alpha-redhat-linux
GCC target triplet: alpha-redhat-linux


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


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

* [Bug c/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
@ 2006-11-04  9:43 ` rezso at rdsor dot ro
  2006-11-04  9:48 ` rezso at rdsor dot ro
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rezso at rdsor dot ro @ 2006-11-04  9:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rezso at rdsor dot ro  2006-11-04 09:43 -------
Created an attachment (id=12546)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12546&action=view)
attached preproccesed file output.

Compiler output.


-- 


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


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

* [Bug c/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
  2006-11-04  9:43 ` [Bug c/29709] " rezso at rdsor dot ro
@ 2006-11-04  9:48 ` rezso at rdsor dot ro
  2006-11-04  9:51 ` [Bug target/29709] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rezso at rdsor dot ro @ 2006-11-04  9:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rezso at rdsor dot ro  2006-11-04 09:48 -------
With gcc 4.1.0 this not happen. 
Cannot test latest greater than > 4.1.1 becouse it require newer binutils 
and we have another showstopper bug in newer binutils :-) [see
http://sourceware.org/bugzilla/show_bug.cgi?id=3449]


-- 

rezso at rdsor dot ro changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |c


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


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

* [Bug target/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
  2006-11-04  9:43 ` [Bug c/29709] " rezso at rdsor dot ro
  2006-11-04  9:48 ` rezso at rdsor dot ro
@ 2006-11-04  9:51 ` pinskia at gcc dot gnu dot org
  2006-11-04  9:54 ` rezso at rdsor dot ro
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-04  9:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-04 09:51 -------
Did you read what the internal error message said how to file a bug:
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.

So why did you not file a bug with redhat first?


-- 


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


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

* [Bug target/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
                   ` (2 preceding siblings ...)
  2006-11-04  9:51 ` [Bug target/29709] " pinskia at gcc dot gnu dot org
@ 2006-11-04  9:54 ` rezso at rdsor dot ro
  2006-11-04  9:56 ` rezso at rdsor dot ro
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rezso at rdsor dot ro @ 2006-11-04  9:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rezso at rdsor dot ro  2006-11-04 09:54 -------
They dropped suport for alpha. We want to reshape the redhat port, and
ocasionaly fill bug reports here about alpha. I tgink if i post there, they
will be redirect here :-) [i am wrong on this ?]

Anyway is a cc targeted bug.


-- 


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


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

* [Bug target/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
                   ` (3 preceding siblings ...)
  2006-11-04  9:54 ` rezso at rdsor dot ro
@ 2006-11-04  9:56 ` rezso at rdsor dot ro
  2006-11-04  9:59 ` pinskia at gcc dot gnu dot org
  2006-11-04 11:36 ` rezso at rdsor dot ro
  6 siblings, 0 replies; 8+ messages in thread
From: rezso at rdsor dot ro @ 2006-11-04  9:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rezso at rdsor dot ro  2006-11-04 09:55 -------
Ok, i test with vanila 4.1.1, and repost the results.


-- 


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


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

* [Bug target/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
                   ` (4 preceding siblings ...)
  2006-11-04  9:56 ` rezso at rdsor dot ro
@ 2006-11-04  9:59 ` pinskia at gcc dot gnu dot org
  2006-11-04 11:36 ` rezso at rdsor dot ro
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-04  9:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-11-04 09:59 -------
(In reply to comment #4)
> I tgink if i post there, they will be redirect here :-) [i am wrong on this ?]

but since you are using their modifed source, it might be hard to reproduce
with an FSF GCC which is why you should always post it to where you got the
source first.


-- 


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


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

* [Bug target/29709] Segmentation fault of cc1.
  2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
                   ` (5 preceding siblings ...)
  2006-11-04  9:59 ` pinskia at gcc dot gnu dot org
@ 2006-11-04 11:36 ` rezso at rdsor dot ro
  6 siblings, 0 replies; 8+ messages in thread
From: rezso at rdsor dot ro @ 2006-11-04 11:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rezso at rdsor dot ro  2006-11-04 11:36 -------
Hmm with vanila this bug dont show up.
Ok, i close this, and sorry for the wrong post :-(


-- 

rezso at rdsor dot ro changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2006-11-04 11:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-04  9:42 [Bug c/29709] New: Segmentation fault of cc1 rezso at rdsor dot ro
2006-11-04  9:43 ` [Bug c/29709] " rezso at rdsor dot ro
2006-11-04  9:48 ` rezso at rdsor dot ro
2006-11-04  9:51 ` [Bug target/29709] " pinskia at gcc dot gnu dot org
2006-11-04  9:54 ` rezso at rdsor dot ro
2006-11-04  9:56 ` rezso at rdsor dot ro
2006-11-04  9:59 ` pinskia at gcc dot gnu dot org
2006-11-04 11:36 ` rezso at rdsor dot ro

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).