|
Message-ID: <20170118155657.GI1533@brightrain.aerifal.cx> Date: Wed, 18 Jan 2017 10:56:57 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: getrlimit failed (chromium on musl) On Wed, Jan 18, 2017 at 01:18:34PM -0200, Alba Pompeo wrote: > Does it help? http://sprunge.us/iWdT No because it seems to be tracing only the main process/thread not the one printing the error. You need the -f option to follow forks/clones. Rich > On Wed, Jan 18, 2017 at 12:18 PM, Rich Felker <dalias@...c.org> wrote: > > On Wed, Jan 18, 2017 at 12:08:55PM -0200, Alba Pompeo wrote: > >> Hi. > >> > >> Running chromium on a musl system spams this message. > >> > >> getrlimit(RLIMIT_NOFILE) failed > >> > >> Any idea how to figure out what's wrong? > > > > strace would be the best way to debug this, I think. My guess is that > > chrome's seccomp sandbox wrongly blocks one or more syscalls needed in > > getrlimit. > > > > Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.