Bug 29376 - Internal error: Killed
Summary: Internal error: Killed
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.0.4
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: compile-time-hog, memory-hog
Depends on:
Blocks:
 
Reported: 2006-10-07 04:59 UTC by aaron
Modified: 2009-02-22 14:11 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aaron 2006-10-07 04:59:52 UTC
cc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.

make: *** [opcodeiz.o] Error 1


The source files used are at http://deft.thunkers.net/priv/asmsh_mod.tgz

Compiled with -O2 -g --save-temps

gcc info:
$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
$

System info:
Linux test 2.6.16.13-xenU-rimu6 #1 Wed Aug 30 05:37:56 UTC 2006 i686 GNU/Linux

If anything else is needed, e-mail me at my registered address, thanks.
Comment 1 Andrew Pinski 2006-10-07 05:04:04 UTC
cc: Internal error: Killed (program cc1)

This means you ran out of memory while running cc1.  The kernel killed cc1 so we cannot do a better job at the error message.
Comment 2 aaron 2006-10-07 05:14:37 UTC
(In reply to comment #1)
> cc: Internal error: Killed (program cc1)
> 
> This means you ran out of memory while running cc1.  The kernel killed cc1 so
> we cannot do a better job at the error message.
> 

Ok. It compiles fine on a friend's ubuntu running 4.0.3, so I figured I'd shoot you guys the bug report as instructed.
Comment 3 Andrew Pinski 2006-10-07 06:41:57 UTC
there is also seems like some compile time problem.
In 4.1.2:
 tree operand scan     :   7.11 (16%) usr   0.22 (12%) sys   7.42 (16%) wall    2354 kB ( 2%) ggc
Though on the mainline even with checking:
 tree operand scan     :   0.89 ( 1%) usr   0.32 (19%) sys   1.39 ( 1%) wall    3466 kB ( 5%) ggc

I don't have a mainline with checking disabled so I can't really compare the times.
Comment 4 Steven Bosscher 2009-02-22 14:11:23 UTC
Test case has disappeared, and should have been in bugzilla anyway instead of on a website -> INVALID.