Gentoo Archives: gentoo-user

From: karl@××××××××.se
To: gentoo-user@l.g.o
Subject: [gentoo-user] segfault from C stack overflow
Date: Fri, 05 Feb 2021 13:44:24
Message-Id: 20210205134414.91F1B83AEA71@turkos.aspodata.se
1 When emerging R, I got:
2
3 ...
4 ** R
5 ** data
6 *** moving datasets to lazyload DB
7 ** demo
8 ** inst
9 ** byte-compile and prepare package for lazy loading
10 Error: segfault from C stack overflow
11 ...
12
13 Since linux automatically grows the stack, doesn't this mean
14 that I'm out of memory.
15
16 Btw.
17 # prlimit -s
18 RESOURCE DESCRIPTION SOFT HARD UNITS
19 STACK max stack size 8388608 unlimited bytes
20
21 and prlimit --stack=-1:-1 doesn't change the soft limit.
22
23 Regards,
24 /Karl Hammar

Replies

Subject Author
Re: [gentoo-user] segfault from C stack overflow "Joshua M. Murphy" <poisonbl@×××××.com>