Gentoo Archives: gentoo-user

From: Matthias Hanft <mh@×××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [SOLVED]Does gcc 11.3 need a special/new kernel version?
Date: Tue, 07 Jun 2022 06:32:39
Message-Id: fd5e9db7-5a96-e193-5856-05a0a62fed9c@hanft.de
In Reply to: Re: [gentoo-user] Does gcc 11.3 need a special/new kernel version? by Matthias Hanft
1 I wrote:
2 >
3 > I have also found https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
4 > and made "ulimit -s 32768" (instead of 8192), but to no avail.
5
6 "ulimit -s 32768" doesn't work.
7
8 "ulimit -s 65535" doesn't work either.
9
10 "ulimit -s unlimited" *does* work.
11
12 What the heck is the stack requirement of this stuff?!
13
14 Anyway, it worked now. The only strange thing is that on all my other
15 systems a stack of 8192 is perfectly sufficient. But - so what.
16
17 -Matt