Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654112 - net/ipv6/proc.c:359:1: コンパイラ内部エラー: Segmentation fault (Internal Compiler Error)
Summary: net/ipv6/proc.c:359:1: コンパイラ内部エラー: Segmentation fault (Internal Compiler Error)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-26 05:55 UTC by forsrs@gmail.com
Modified: 2018-07-09 09:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
source file (proc.c,11.41 KB, text/x-csrc)
2018-04-26 05:55 UTC, forsrs@gmail.com
Details

Note You need to log in before you can comment on or make changes to this bug.
Description forsrs@gmail.com 2018-04-26 05:55:27 UTC
Created attachment 528548 [details]
source file

(chroot) asrock /usr/src/linux # make -j13
  HOSTCC  scripts/basic/fixdep
net/ipv6/proc.c:359:1: コンパイラ内部エラー: Segmentation fault
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
make[2]: *** [scripts/Makefile.build:293: net/ipv6/proc.o] エラー 1
make[1]: *** [scripts/Makefile.build:544: net/ipv6] エラー 2
make[1]: *** 未完了のジョブを待っています....
  CC      fs/compat_ioctl.o
  LD      net/ipv4/built-in.o
make: *** [Makefile:1006: net] エラー 2
make: *** 未完了のジョブを待っています....
  LD      drivers/net/ethernet/cadence/built-in.o
  LD      drivers/built-in.o
(chroot) asrock /usr/src/linux # ls
arch   certs    CREDITS  distro         drivers   fs       init  Kbuild   kernel  MAINTAINERS  mm               modules.order  README          samples  security  tools  virt
block  COPYING  crypto   Documentation  firmware  include  ipc   Kconfig  lib     Makefile     modules.builtin  net            REPORTING-BUGS  scripts  sound     usr
(chroot) asrock /usr/src/linux #
Comment 1 forsrs@gmail.com 2018-04-26 07:07:57 UTC
sys-kernel/gentoo-sources version linux-4.9.95-gentoo
Comment 2 Agostino Sarubbo gentoo-dev 2018-04-26 13:02:56 UTC
can you retry with a lower -j value? To be sure I'd say -j1
Comment 3 forsrs@gmail.com 2018-05-16 07:16:52 UTC
(In reply to Agostino Sarubbo from comment #2)
> can you retry with a lower -j value? To be sure I'd say -j1

Subsequently I built the system using genkernel with MAKEOPTS="-j13" instead of make -j13. Thanks for your kind suggestion.
Comment 4 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2018-07-09 09:03:13 UTC
thanks for confirming that worked out.