public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34983]  New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
@ 2008-01-26 18:39 mariobonino at ubuntu-it dot org
  2008-01-26 19:02 ` [Bug c++/34983] " rguenth at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mariobonino at ubuntu-it dot org @ 2008-01-26 18:39 UTC (permalink / raw)
  To: gcc-bugs

That error was produced while building pixie 2.2.1-1ubuntu1 on the Ubuntu build
machine iridium (https://launchpad.net/+builds/iridium). Here you can find the
complete build log. 
http://launchpadlibrarian.net/11439976/buildlog_ubuntu-hardy-i386.pixie_2.2.1-1ubuntu1_FAILEDTOBUILD.txt.gz


-- 
           Summary: i486-linux-gnu-g++: Internal error: Killed (program
                    cc1plus)
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mariobonino at ubuntu-it dot org


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
@ 2008-01-26 19:02 ` rguenth at gcc dot gnu dot org
  2008-01-26 19:06 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-26 19:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-01-26 18:40 -------
We need a preprocessed testcase and information on how you invoked gcc.  Also
try a newer version than 4.2.0.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
            Summary|i486-linux-gnu-g++: Internal|i486-linux-gnu-g++: Internal
                   |error: Killed (program      |error: Killed (program
                   |cc1plus)                    |cc1plus)


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
  2008-01-26 19:02 ` [Bug c++/34983] " rguenth at gcc dot gnu dot org
@ 2008-01-26 19:06 ` pinskia at gcc dot gnu dot org
  2008-01-27 10:35 ` mariobonino at ubuntu-it dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-01-26 19:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-01-26 18:57 -------
Oh and how much memory you have too?


-- 


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
  2008-01-26 19:02 ` [Bug c++/34983] " rguenth at gcc dot gnu dot org
  2008-01-26 19:06 ` pinskia at gcc dot gnu dot org
@ 2008-01-27 10:35 ` mariobonino at ubuntu-it dot org
  2008-01-27 12:51 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mariobonino at ubuntu-it dot org @ 2008-01-27 10:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mariobonino at ubuntu-it dot org  2008-01-27 10:09 -------
That error was received on a Ubuntu build machine so I don't have information
about memory. However, I tried to build the package on my computer and I
received the same error. I have 2GB RAM and gcc-4.2.2-7ubuntu1 installed. To
get this I simply run make from the sources directory.  


-- 


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
                   ` (2 preceding siblings ...)
  2008-01-27 10:35 ` mariobonino at ubuntu-it dot org
@ 2008-01-27 12:51 ` rguenth at gcc dot gnu dot org
  2008-01-27 13:37 ` mariobonino at ubuntu-it dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-27 12:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-01-27 12:22 -------
We still need preprocessed souce (you get that from passing -save-temps) of the
affected file.


-- 


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
                   ` (3 preceding siblings ...)
  2008-01-27 12:51 ` rguenth at gcc dot gnu dot org
@ 2008-01-27 13:37 ` mariobonino at ubuntu-it dot org
  2008-11-11 17:37 ` lucabon at interfree dot it
  2008-11-11 20:38 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mariobonino at ubuntu-it dot org @ 2008-01-27 13:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mariobonino at ubuntu-it dot org  2008-01-27 12:56 -------
I don't know if this is ok but I've got this.
http://pastebin.ubuntu.com/3935/


-- 


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
                   ` (4 preceding siblings ...)
  2008-01-27 13:37 ` mariobonino at ubuntu-it dot org
@ 2008-11-11 17:37 ` lucabon at interfree dot it
  2008-11-11 20:38 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: lucabon at interfree dot it @ 2008-11-11 17:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from lucabon at interfree dot it  2008-11-11 17:36 -------
Created an attachment (id=16655)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16655&action=view)
execute.cpp preprocessed source

Compiling Pixie (version 2.2.4, with gcc 4.2.3), in particular execute.cpp,
requires 1.5 GB of available memory (better if real, otherwise it could take
some hours). Is it normal a so big amount of required memory?


-- 


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


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

* [Bug c++/34983] i486-linux-gnu-g++: Internal error: Killed (program cc1plus)
  2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
                   ` (5 preceding siblings ...)
  2008-11-11 17:37 ` lucabon at interfree dot it
@ 2008-11-11 20:38 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-11-11 20:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2008-11-11 20:37 -------
4.3 uses ~1GB of ram.

 tree SSA incremental  :  11.10 (10%) usr   0.09 ( 4%) sys  11.70 (10%) wall  
13667 kB ( 3%) ggc
 dominance frontiers   :  10.27 ( 9%) usr   0.07 ( 3%) sys  10.24 ( 9%) wall   
   0 kB ( 0%) ggc
 loop analysis         :  16.90 (15%) usr   0.03 ( 1%) sys  17.17 (15%) wall   
 988 kB ( 0%) ggc

it's yet another case of a massive function with loops.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |compile-time-hog, memory-hog
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-11 20:37:01
               date|                            |


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


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

end of thread, other threads:[~2008-11-11 20:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-26 18:39 [Bug c++/34983] New: i486-linux-gnu-g++: Internal error: Killed (program cc1plus) mariobonino at ubuntu-it dot org
2008-01-26 19:02 ` [Bug c++/34983] " rguenth at gcc dot gnu dot org
2008-01-26 19:06 ` pinskia at gcc dot gnu dot org
2008-01-27 10:35 ` mariobonino at ubuntu-it dot org
2008-01-27 12:51 ` rguenth at gcc dot gnu dot org
2008-01-27 13:37 ` mariobonino at ubuntu-it dot org
2008-11-11 17:37 ` lucabon at interfree dot it
2008-11-11 20:38 ` rguenth 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).