|
Message-ID: <20170118141858.GH1533@brightrain.aerifal.cx> Date: Wed, 18 Jan 2017 09:18:58 -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 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.