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 c/12440] New: gcc 3.3.1 on i386 linux 2.4.22 crashes during compilation of quicktime4linux 2.0.0


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

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

           Summary: gcc 3.3.1 on i386 linux 2.4.22 crashes during
                    compilation of quicktime4linux 2.0.0
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fritz at reichmann dot tv
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

The compiler crashes during compilation of the quicktime4linux library. I have stripped 
out the relevant files and will attached them to this report. Provoke the crash by calling: 
 
> gcc --save-temps -c `cat ./c_flags`  cmodel_default.c -o i686/cmodel_default.o 
gcc: Internal error: Killed (program cc1) 
Please submit a full bug report. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
The files in the directory are: 
fritz@linux:~/quicktime4linux-2.0.0/bla > ls 
c_flags           cmodel_default.i  cmodel_permutation.h 
cmodel_default.c  cmodel_default.s  colormodels.h 
 
This is information about the compiler: 
fritz@linux:~/quicktime4linux-2.0.0/bla > gcc -v 
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs 
Configured with: ./configure --prefix=/usr 
Thread model: posix 
gcc version 3.3.1 
 
and the underlying OS: 
> uname -a 
Linux linux 2.4.22 #6 Wed Sep 24 15:01:32 CEST 2003 i686 unknown 
fritz@linux:~/quicktime4linux-2.0.0/bla > nasm -v 
NASM version 0.98.38 compiled on Sep 29 2003


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