From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4665 Path: news.gmane.org!not-for-mail From: Thomas Kreuzer Newsgroups: gmane.linux.lib.musl.general Subject: Re: Last call for bugfixes for 1.0 Date: Sun, 16 Mar 2014 19:28:05 +0100 Message-ID: <5325ED35.3020106@rwth-aachen.de> References: <20140315075223.GA27718@brightrain.aerifal.cx> <5325BE5E.6020001@rwth-aachen.de> <20140316152533.GG26358@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1394996541 3274 80.91.229.3 (16 Mar 2014 19:02:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2014 19:02:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4669-gllmg-musl=m.gmane.org@lists.openwall.com Sun Mar 16 20:02:28 2014 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 1WPGKJ-00059W-M7 for gllmg-musl@plane.gmane.org; Sun, 16 Mar 2014 20:02:27 +0100 Original-Received: (qmail 5935 invoked by uid 550); 16 Mar 2014 19:02:26 -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 19624 invoked from network); 16 Mar 2014 18:28:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7afsl2Bj0CdVVRXcByaGERdqotUPZjSIp9/PZBMutvs=; b=XLmvRZXk4vBWBjlozYfqJGhd6qWHTN7NkhaW0QVtASzr5GmmsCledekDYkLiMSX9pr RN7SvJdfH6W5E4dFc9Qj3gpMrJbgjWDP2lUSFF6daQLyC/VwPaUZPQ5L+dosjp1aCLE7 PgV3OcS7Sxkld+9oyOaiioWb6odAPNu9t3AJ4E/Z9VXrWq144sLZ4c5g5AFGRSQ9TxPY DNUjWSOJBQcGK/QjWLdRC/BQ7cgpY7fQVND3QdOrkQnSA8sVJHn9Ef8j5P+WwwgTk/AP t/0mWwTVs1DNqXlGUy7Z+BjjulyN/nyjifFEfDLlCuiMZ2jSc7P8MYWlD981RHruBjZ/ ND2w== X-Received: by 10.14.246.196 with SMTP id q44mr19676631eer.45.1394994487947; Sun, 16 Mar 2014 11:28:07 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: <20140316152533.GG26358@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:4665 Archived-At: On 16.03.2014 16:25, Rich Felker wrote: > Have you done analysis to determine that this has anything to do with > musl's fgetln function? Short of that, I suspect it's just an ordinary > crash in your fgetln. There's no reason they should be interfering; > for static linking, if fgetln is already defined then musl's fgetln.o > won't even get linked, and for dynamic linking, your symbol overrides > and nothing else accesses musl's fgetln symbol As I said, if I just rename the function it works perfectly. But it doesn't seem to be a problem of musl either. Sorry for making the wrong call, the problem must be somewhere else in my tool chain regards