Bootstrap build failure on Linux
Damian Rouson
damian@sourceryinstitute.org
Sat Oct 24 18:21:00 GMT 2015
> On Oct 24, 2015, at 10:21 AM, Thomas Koenig <tkoenig@netcologne.de> wrote:
>
> SIGKILL is something that is sent by the Linux OOM (Out Of Memory)
> killer, so this is something that might have happened. If so,
> I would expect a corresponding message in the log file.
>
> As to why - either your system was low on memory due to other reasons,
> or there was a problem with the build which manifested itself by
> using excessive memory during linking.
>
Thanks! My Linux build is inside a virtual machine so the memory limitation of the virtual machine would explain the difference between Linux and OS X. I’m now doing a a serial build and monitoring the memory usage via the “top” command. I see cc1plus going as high as 35% of the memory. If all four threads tried to access that much memory at once, that could exhaust the memory. Possibly something in the build process requires more memory now than it used to require.
Damian
More information about the Fortran
mailing list