This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/64832] [SH]: Internal compiler error when trying to compile webkitgtk on Debian sh4
- From: "glaubitz at physik dot fu-berlin.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Jan 2015 23:40:38 +0000
- Subject: [Bug c++/64832] [SH]: Internal compiler error when trying to compile webkitgtk on Debian sh4
- Auto-submitted: auto-generated
- References: <bug-64832-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64832
John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
Ok, I have overseen something and it was apparently just the OOM killer of the
kernel killing the compiler's process:
[1554344.544000] Out of memory: Kill process 32091 (cc1plus) score 630 or
sacrifice child
[1554344.552000] Killed process 32091 (cc1plus) total-vm:546580kB,
anon-rss:476388kB, file-rss:108kB
Thus, this isn't a bug. Sorry for the noise.
Cheers,
Adrian