public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29376]  New: Internal error: Killed
@ 2006-10-07  5:00 deft at thunkers dot net
  2006-10-07  5:04 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: deft at thunkers dot net @ 2006-10-07  5:00 UTC (permalink / raw)
  To: gcc-bugs

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.


-- 
           Summary: Internal error: Killed
           Product: gcc
           Version: 4.0.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deft at thunkers dot net


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


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

* [Bug middle-end/29376] Internal error: Killed
  2006-10-07  5:00 [Bug c/29376] New: Internal error: Killed deft at thunkers dot net
@ 2006-10-07  5:04 ` pinskia at gcc dot gnu dot org
  2006-10-07  5:14 ` [Bug c/29376] " deft at thunkers dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-07  5:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-07 05:04 -------
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.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end
           Keywords|                            |memory-hog


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


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

* [Bug c/29376] Internal error: Killed
  2006-10-07  5:00 [Bug c/29376] New: Internal error: Killed deft at thunkers dot net
  2006-10-07  5:04 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
@ 2006-10-07  5:14 ` deft at thunkers dot net
  2006-10-07  6:42 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
  2009-02-22 14:11 ` steven at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: deft at thunkers dot net @ 2006-10-07  5:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from deft at thunkers dot net  2006-10-07 05:14 -------
(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.


-- 

deft at thunkers dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |c


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


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

* [Bug middle-end/29376] Internal error: Killed
  2006-10-07  5:00 [Bug c/29376] New: Internal error: Killed deft at thunkers dot net
  2006-10-07  5:04 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
  2006-10-07  5:14 ` [Bug c/29376] " deft at thunkers dot net
@ 2006-10-07  6:42 ` pinskia at gcc dot gnu dot org
  2009-02-22 14:11 ` steven at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-07  6:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-10-07 06:41 -------
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.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |compile-time-hog


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


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

* [Bug middle-end/29376] Internal error: Killed
  2006-10-07  5:00 [Bug c/29376] New: Internal error: Killed deft at thunkers dot net
                   ` (2 preceding siblings ...)
  2006-10-07  6:42 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
@ 2009-02-22 14:11 ` steven at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-02-22 14:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from steven at gcc dot gnu dot org  2009-02-22 14:11 -------
Test case has disappeared, and should have been in bugzilla anyway instead of
on a website -> INVALID.


-- 

steven at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-02-22 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-07  5:00 [Bug c/29376] New: Internal error: Killed deft at thunkers dot net
2006-10-07  5:04 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
2006-10-07  5:14 ` [Bug c/29376] " deft at thunkers dot net
2006-10-07  6:42 ` [Bug middle-end/29376] " pinskia at gcc dot gnu dot org
2009-02-22 14:11 ` steven 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).