Issue29278
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) * ![]() |
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) * ![]() |
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:42 | admin | set | github: 73464 |
| 2019-02-21 06:27:29 | methane | set | status: open -> closed resolution: out of date stage: resolved |
| 2017-01-15 09:06:18 | SilentGhost | set | nosy:
+ SilentGhost messages: + msg285507 |
| 2017-01-15 08:13:15 | methane | set | nosy:
+ methane messages: + msg285504 |
| 2017-01-15 07:44:06 | ugultopu | create | |

