From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9031 Path: news.gmane.org!not-for-mail From: Guided Muscle Newsgroups: gmane.linux.lib.musl.general Subject: Re: Musl bug, or, am I losing my mind? Date: Thu, 31 Dec 2015 19:35:38 +0000 (UTC) Message-ID: <2036560950.4461281.1451590538227.JavaMail.yahoo@mail.yahoo.com> References: <2036560950.4461281.1451590538227.JavaMail.yahoo.ref@mail.yahoo.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451590555 31276 80.91.229.3 (31 Dec 2015 19:35:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 19:35:55 +0000 (UTC) To: Original-X-From: musl-return-9044-gllmg-musl=m.gmane.org@lists.openwall.com Thu Dec 31 20:35:55 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aEj0r-0004BC-ML for gllmg-musl@m.gmane.org; Thu, 31 Dec 2015 20:35:53 +0100 Original-Received: (qmail 26314 invoked by uid 550); 31 Dec 2015 19:35:52 -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 26293 invoked from network); 31 Dec 2015 19:35:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1451590539; bh=rhPg61F8YytbIUhc1KOecQnhVOBFoTTDTpWJUEA/0AA=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=DP0nMnAMJX6siYzLkDFomXhsfPqaGb2N25fq4Cv8r7GgtC2jMKEvfLxMVlUZc4OGGI2QZSDQcB3xTbde2F+aCwBLTKBT6qVnbtU3cQJMhrLjF0cZnANz9g50WYAPCkNoJeSBMFCKkFb87N5McUvlFDTQtxd4MRrAhm72YEBpd9HxBio6fkN7phAtNXn6hsGoPrSdr3sR/0gZvTvaVeuyPtt+g4m315iwhaUoD11IB4OTN/E/JmDreN7VJyQdhna+UU7sNSInURK2xTZxTB7Im+ymJbav7CuFJhbdIeauCooadDsLtHsbhftEX3S4w2m0Ue7d6XwapShiDjlag69FBQ== X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 151642.6323.bm@omp1014.mail.ne1.yahoo.com X-YMail-OSG: HI8ESn4VM1mQlqVb6i3HNjNjosvKjS5clkf4XdDNGccsy0re391ZtQto2g.vILK Kh9D8EaX1U_HXoOqNmHWho3NZm3B9X2MtBwwbrE6QcVoizRN_NqsVU6vQEFzhp1fMO__q84OA.WH iq8TWHyXoQWuLAN0b46fjD8eYKRb0TjXk0z5azKs2o84uT.DIpJ3BR4hLk6ur6dfEkkNto7_f2zj uDXyQ8.K_K7DjJ1xIbciV0v0xHPTDhNWiVQGBkd4uhyV2kQ830L6WNV8CbWYt_JuAaRJwwDBA7hD bmbbC_Vhzw7RYsNzVusI_mJK_hEGqRBTRAPbXcnrg.P_HwpX4NHCFpirUPKCiU2lNTaCLVoLNXdS J7vSCSF8Yar6axGtc1R5GON0WTA4LuY1P9ixViNBD1w95mE9d8UHxEcUqWBzM3mu8jupddVrvlIG Nhv1J5qrm2NsJr2VgVR9_OxwWI9xfu9D0l3sBP_3XHZkEk7EJrvC.U3FzCibluQr.wAceCo20vby jaw-- Xref: news.gmane.org gmane.linux.lib.musl.general:9031 Archived-At: Oh, I wanted to add that this is probably not a cdb bug because cdb, when compiled with gcc or clang, worked for i > 25000. Thanks! -- GM -------------------------------------------- On Thu, 12/31/15, Rich Felker wrote: Subject: Re: [musl] Musl bug, or, am I losing my mind? To: musl@lists.openwall.com Date: Thursday, December 31, 2015, 1:33 PM On Thu, Dec 31, 2015 at 05:31:02PM +0000, Guided Muscle wrote: > Recompiled and installed musl 1.1.12 freshly downloaded from the musl web site. > configure;make -j2;make install. > > Oops - just read the INSTALL file in the musl 1.1.12 directory. I'm using gcc 4.90. > Installed gcc 4.8; recompiled musl 1.1.12; > configure;make -j2;make install. > > Test: > lua test.lua | ../cdb -c c.cdb > cdb: (stdin): bad format > > I give up and will use a temporary file for tinycdb. > > Thank you all for your help. Do you have a sample file we could use to reproduce the issue? If the output of test.lua is not private data, just lua test.lua > sample.txt and mailing sample.txt to the list would suffice. Rich