From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3364 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: util-linux-2.23 mount segmentation fault error Date: Sun, 26 May 2013 11:14:32 +0200 Message-ID: <20130526091432.GE31915@port70.net> References: <20130525162604.GY20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1369559686 16607 80.91.229.3 (26 May 2013 09:14:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 May 2013 09:14:46 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3368-gllmg-musl=m.gmane.org@lists.openwall.com Sun May 26 11:14:47 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UgX2L-0003px-PP for gllmg-musl@plane.gmane.org; Sun, 26 May 2013 11:14:45 +0200 Original-Received: (qmail 21802 invoked by uid 550); 26 May 2013 09:14:44 -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 21791 invoked from network); 26 May 2013 09:14:43 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3364 Archived-At: * plan9assembler [2013-05-26 06:34:12 +0900]: > Hi, i attached build log, and there were some minor musl issues: _IOR macro for ioctl should use 2U<<30 instead of 2<<30 settimeofday should follow the bsd declaration x86_64 posix types should be long instead of long long (glibc is not entirely consistent on x86_64: the types in user.h use long long) (i can prepare patches for these) your qsort_r seem to have the wrong prototype (does not match cmp_t) there are some other problems as well, i'm not sure which one trips mount, maybe you should recompile musl and util-linux with -O0 -g3 and get a backtrace from the crash