From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13347 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: setrlimit hangs the process Date: Tue, 9 Oct 2018 22:36:41 +0200 Message-ID: <20181009203640.GS10209@port70.net> References: <20180925141551.GE10209@port70.net> <20180925153605.GF10209@port70.net> <20180925163850.GL17995@brightrain.aerifal.cx> <20181004150421.GC17110@brightrain.aerifal.cx> <20181004155302.GD17110@brightrain.aerifal.cx> <20181005004715.GF17110@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1539117293 10787 195.159.176.226 (9 Oct 2018 20:34:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2018 20:34:53 +0000 (UTC) User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Rich Felker , Rabbitstack To: musl@lists.openwall.com Original-X-From: musl-return-13363-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 09 22:34:48 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1g9yiL-0002d4-2b for gllmg-musl@m.gmane.org; Tue, 09 Oct 2018 22:34:45 +0200 Original-Received: (qmail 28082 invoked by uid 550); 9 Oct 2018 20:36:54 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 28061 invoked from network); 9 Oct 2018 20:36:53 -0000 Mail-Followup-To: musl@lists.openwall.com, Rich Felker , Rabbitstack Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:13347 Archived-At: * Rabbitstack [2018-10-09 21:37:06 +0200]: > Should we raise an issue in Go upstream repository since there is nothing > actionable from musl side? >=20 have you figured out where the siprocmask came from? it might not be the go runtime but some c lib that you linked in. > El vie., 5 oct. 2018 2:47, Rich Felker escribi=C3=B3: > > > > > > Here is the bug: > > > > > > 6208 rt_sigprocmask(SIG_SETMASK, ~[HUP INT QUIT ILL TRAP ABRT BUS FPE > > SEGV TERM STKFLT CHLD PROF SYS RTMIN RT_1], the go runtime should not make this call, it probably comes from somewhere else. i think you should try to create a minimal reproducer go code that makes this syscall.