From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/406 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts daily reports 8/12 - continuing pthread_eintr, still stuck with alloc Date: Thu, 11 Aug 2011 23:12:15 -0400 Message-ID: <20110812031215.GH132@brightrain.aerifal.cx> References: <4E4493E6.6050809@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1313119527 2568 80.91.229.12 (12 Aug 2011 03:25:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Aug 2011 03:25:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-407-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 12 05:25:24 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QriNA-0001Mn-14 for gllmg-musl@lo.gmane.org; Fri, 12 Aug 2011 05:25:24 +0200 Original-Received: (qmail 24030 invoked by uid 550); 12 Aug 2011 03:25:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 24022 invoked from network); 12 Aug 2011 03:25:23 -0000 Content-Disposition: inline In-Reply-To: <4E4493E6.6050809@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:406 Archived-At: On Fri, Aug 12, 2011 at 04:45:58AM +0200, Luka Marčetić wrote: > Hey. > As I've explained in the recent e-mail to Alexander, I couldn't get > alloc.c to work with musl, so I switched to pthread_eintr, but ran > into a problem there too. Please tell me what's not working for you. I tested the attached alloc.c and it seems to work. I also examined the "maps" file in proc after vm_limit, and it looks exactly right. I tried both with and without ASLR enabled, no problem either way. My machines are 32-bit so I have not tested on 64-bit. If it's failing for you, please tell me some specifics about your test environment and show me a copy of the /proc/self/maps after vm_limit. Rich