public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23163] New: internal error compiling cbtt80
@ 2005-07-31 15:53 amrit at transamrit dot net
  2005-07-31 16:14 ` [Bug c++/23163] " amrit at transamrit dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: amrit at transamrit dot net @ 2005-07-31 15:53 UTC (permalink / raw)
  To: gcc-bugs

gcc version: 3.3.4
system type: Slackware Linux 10.0 / Athlon 1600+
configure options: Configured with: ../gcc-3.3.4/configure --prefix=/usr
--enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking
--with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux

command:
g++ -o tracker.o  -pthread -O2 -w  -D__LINUX__  -I. -c -save-temps tracker.cpp

output:
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

*.i* file is attached.

-- 
           Summary: internal error compiling cbtt80
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amrit at transamrit dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/23163] internal error compiling cbtt80
  2005-07-31 15:53 [Bug c++/23163] New: internal error compiling cbtt80 amrit at transamrit dot net
@ 2005-07-31 16:14 ` amrit at transamrit dot net
  2005-07-31 16:28 ` [Bug middle-end/23163] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: amrit at transamrit dot net @ 2005-07-31 16:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amrit at transamrit dot net  2005-07-31 15:53 -------
Created an attachment (id=9395)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9395&action=view)
--save-temps file for tracker.cpp

This is the intermediate file requested (*.i*).

-- 


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


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

* [Bug middle-end/23163] internal error compiling cbtt80
  2005-07-31 15:53 [Bug c++/23163] New: internal error compiling cbtt80 amrit at transamrit dot net
  2005-07-31 16:14 ` [Bug c++/23163] " amrit at transamrit dot net
@ 2005-07-31 16:28 ` pinskia at gcc dot gnu dot org
  2005-07-31 18:06 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 16:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 16:25 -------
How much memory do you have?

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


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


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

* [Bug middle-end/23163] internal error compiling cbtt80
  2005-07-31 15:53 [Bug c++/23163] New: internal error compiling cbtt80 amrit at transamrit dot net
  2005-07-31 16:14 ` [Bug c++/23163] " amrit at transamrit dot net
  2005-07-31 16:28 ` [Bug middle-end/23163] " pinskia at gcc dot gnu dot org
@ 2005-07-31 18:06 ` pinskia at gcc dot gnu dot org
  2005-07-31 18:21 ` amrit at transamrit dot net
  2005-07-31 21:45 ` amrit at transamrit dot net
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 18:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 18:03 -------
it takes hardly any memory with 3.3.3.

-- 


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


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

* [Bug middle-end/23163] internal error compiling cbtt80
  2005-07-31 15:53 [Bug c++/23163] New: internal error compiling cbtt80 amrit at transamrit dot net
                   ` (2 preceding siblings ...)
  2005-07-31 18:06 ` pinskia at gcc dot gnu dot org
@ 2005-07-31 18:21 ` amrit at transamrit dot net
  2005-07-31 21:45 ` amrit at transamrit dot net
  4 siblings, 0 replies; 6+ messages in thread
From: amrit at transamrit dot net @ 2005-07-31 18:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amrit at transamrit dot net  2005-07-31 18:15 -------
I have 512MB phys ram + 220 swap, with about 160MB free, total.  I haven't 
seen any indication that lack of ram is the problem, are you sure this is the 
case? 

-- 


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


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

* [Bug middle-end/23163] internal error compiling cbtt80
  2005-07-31 15:53 [Bug c++/23163] New: internal error compiling cbtt80 amrit at transamrit dot net
                   ` (3 preceding siblings ...)
  2005-07-31 18:21 ` amrit at transamrit dot net
@ 2005-07-31 21:45 ` amrit at transamrit dot net
  4 siblings, 0 replies; 6+ messages in thread
From: amrit at transamrit dot net @ 2005-07-31 21:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amrit at transamrit dot net  2005-07-31 21:28 -------
I managed to free up another 80mb or so and tried again, and this time it 
worked fine (though I still almost ran out of ram during the process). 
 
Thanks. 

-- 


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


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

end of thread, other threads:[~2005-07-31 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-31 15:53 [Bug c++/23163] New: internal error compiling cbtt80 amrit at transamrit dot net
2005-07-31 16:14 ` [Bug c++/23163] " amrit at transamrit dot net
2005-07-31 16:28 ` [Bug middle-end/23163] " pinskia at gcc dot gnu dot org
2005-07-31 18:06 ` pinskia at gcc dot gnu dot org
2005-07-31 18:21 ` amrit at transamrit dot net
2005-07-31 21:45 ` amrit at transamrit dot net

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