public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/55624] New: internal compiler error
@ 2012-12-09 13:36 shawn.pringle+bugzilla at gmail dot com
  2012-12-09 14:24 ` [Bug c++/55624] " ubizjak at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: shawn.pringle+bugzilla at gmail dot com @ 2012-12-09 13:36 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55624
           Summary: internal compiler error
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: shawn.pringle+bugzilla@gmail.com


COLLECT_GCC=gcc                                                                 
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.7.1/lto-wrapper
Target: i486-slackware-linux
Configured with: ../gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib
--mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap
--enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix
--enable-checking=release --enable-objc-gc --with-system-zlib
--with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions
--enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose
--enable-java-home --with-java-home=/usr/lib/jvm/jre
--with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports
--with-arch-directory=i386
--with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar
--enable-java-awt=gtk --disable-gtktest --with-arch=i486
--target=i486-slackware-linux --build=i486-slackware-linux
--host=i486-slackware-linux
Thread model: posix
gcc version 4.7.1 (GCC) 
shawn@piva:~/development/bitcoin$ gcc -save-temps -c -O2 -pthread -Wall -Wextra
-Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE
-I/home/shawn/development/repos/git/bitcoin/src
-I/home/shawn/development/repos/git/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1
-I/home/shawn/development/repos/git/bitcoin/src/leveldb/include
-I/home/shawn/development/repos/git/bitcoin/src/leveldb/helpers
-DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector
-D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
shawn@piva:~/development/bitcoin$ ls *.i*
db.ii


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

* [Bug c++/55624] internal compiler error
  2012-12-09 13:36 [Bug c++/55624] New: internal compiler error shawn.pringle+bugzilla at gmail dot com
@ 2012-12-09 14:24 ` ubizjak at gmail dot com
  2012-12-09 15:24 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2012-12-09 14:24 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2012-12-09 14:23:56 UTC ---
Please report the bug as outlined in the instructions[1].

[1] http://gcc.gnu.org/bugs/#report


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

* [Bug c++/55624] internal compiler error
  2012-12-09 13:36 [Bug c++/55624] New: internal compiler error shawn.pringle+bugzilla at gmail dot com
  2012-12-09 14:24 ` [Bug c++/55624] " ubizjak at gmail dot com
@ 2012-12-09 15:24 ` paolo.carlini at oracle dot com
  2012-12-09 21:46 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-12-09 15:24 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-12-09
     Ever Confirmed|0                           |1


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

* [Bug c++/55624] internal compiler error
  2012-12-09 13:36 [Bug c++/55624] New: internal compiler error shawn.pringle+bugzilla at gmail dot com
  2012-12-09 14:24 ` [Bug c++/55624] " ubizjak at gmail dot com
  2012-12-09 15:24 ` paolo.carlini at oracle dot com
@ 2012-12-09 21:46 ` pinskia at gcc dot gnu.org
  2012-12-10  9:44 ` rguenth at gcc dot gnu.org
  2012-12-11 19:45 ` shawn.pringle at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09 21:46 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 21:46:08 UTC ---
>gcc: internal compiler error: Killed (program cc1plus)

Also means the program was killed by the kernel because out of memory.


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

* [Bug c++/55624] internal compiler error
  2012-12-09 13:36 [Bug c++/55624] New: internal compiler error shawn.pringle+bugzilla at gmail dot com
                   ` (2 preceding siblings ...)
  2012-12-09 21:46 ` pinskia at gcc dot gnu.org
@ 2012-12-10  9:44 ` rguenth at gcc dot gnu.org
  2012-12-11 19:45 ` shawn.pringle at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-12-10  9:44 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2012-12-10 09:44:34 UTC ---
(In reply to comment #2)
> >gcc: internal compiler error: Killed (program cc1plus)
> 
> Also means the program was killed by the kernel because out of memory.

And -DBOOST_SPIRIT_THREADSAFE hints at the usual incredibly memory-hungry
spirit...

Get more memory.


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

* [Bug c++/55624] internal compiler error
  2012-12-09 13:36 [Bug c++/55624] New: internal compiler error shawn.pringle+bugzilla at gmail dot com
                   ` (3 preceding siblings ...)
  2012-12-10  9:44 ` rguenth at gcc dot gnu.org
@ 2012-12-11 19:45 ` shawn.pringle at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: shawn.pringle at gmail dot com @ 2012-12-11 19:45 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from shawn.pringle at gmail dot com 2012-12-11 19:45:23 UTC ---
On 10/12/2012 6:44 AM, rguenth at gcc dot gnu.org wrote:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55624
> 
> Richard Biener <rguenth at gcc dot gnu.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|WAITING                     |RESOLVED
>          Resolution|                            |INVALID
> 
> --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2012-12-10 09:44:34 UTC ---
> (In reply to comment #2)
>>> gcc: internal compiler error: Killed (program cc1plus)
>>
>> Also means the program was killed by the kernel because out of memory.
> 
> And -DBOOST_SPIRIT_THREADSAFE hints at the usual incredibly memory-hungry
> spirit...
> 
> Get more memory.
> 

I enabled a swap partition.  That does fix that problem.  It seems to
me, that an 'out of memory' message would be better than 'internal
compiler error' message.  Thank you for your help.

Shawn Pringle


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

end of thread, other threads:[~2012-12-11 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-09 13:36 [Bug c++/55624] New: internal compiler error shawn.pringle+bugzilla at gmail dot com
2012-12-09 14:24 ` [Bug c++/55624] " ubizjak at gmail dot com
2012-12-09 15:24 ` paolo.carlini at oracle dot com
2012-12-09 21:46 ` pinskia at gcc dot gnu.org
2012-12-10  9:44 ` rguenth at gcc dot gnu.org
2012-12-11 19:45 ` shawn.pringle at gmail dot com

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