This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python 3.6 build fails with parallel make
Type: compile error Stage: resolved
Components: Build Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: SilentGhost, methane, ugultopu
Priority: normal Keywords:

Created on 2017-01-15 07:44 by ugultopu, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg285503 - (view) Author: Utku Gultopu (ugultopu) Date: 2017-01-15 07:44
Version Info
============
Linux 4.4.0-59-generic #80-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux

Issue
=====
When the multiple jobs option (`make -j`) is specified, build fails after compiling the `structmember.c` file. Subsequent compilation attempts show the following message:

    gcc: internal compiler error: Killed (program cc1)
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
msg285504 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2017-01-15 08:13
Isn't it a OOM killer?
How much memory your machine has?
How about make -j4? (you can use number of cores instead of 4).
msg285507 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2017-01-15 09:06
Can't reproduce this on 3.7, can you supply additional information, such as what exact revision you're trying to build and what gcc version you're using?
History
Date User Action Args
2022-04-11 14:58:42adminsetgithub: 73464
2019-02-21 06:27:29methanesetstatus: open -> closed
resolution: out of date
stage: resolved
2017-01-15 09:06:18SilentGhostsetnosy: + SilentGhost
messages: + msg285507
2017-01-15 08:13:15methanesetnosy: + methane
messages: + msg285504
2017-01-15 07:44:06ugultopucreate