From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4406 invoked by alias); 23 Jun 2012 15:25:19 -0000 Received: (qmail 4390 invoked by uid 22791); 23 Jun 2012 15:25:18 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lb0-f171.google.com (HELO mail-lb0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Jun 2012 15:25:05 +0000 Received: by lbom4 with SMTP id m4so3155200lbo.2 for ; Sat, 23 Jun 2012 08:25:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.98.231 with SMTP id el7mr3167436lbb.14.1340465103759; Sat, 23 Jun 2012 08:25:03 -0700 (PDT) Received: by 10.112.86.130 with HTTP; Sat, 23 Jun 2012 08:25:03 -0700 (PDT) In-Reply-To: <017001cd4fd5$ba810b60$2f832220$@gmail.com> References: <014d01cd4fd5$0125df60$03719e20$@gmail.com> <017001cd4fd5$ba810b60$2f832220$@gmail.com> Date: Sat, 23 Jun 2012 15:25:00 -0000 Message-ID: Subject: Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe From: Reini Urban To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-06/txt/msg00430.txt.bz2 On Thu, Jun 21, 2012 at 12:46 PM, Nicholas DiPiazza wrote: > I'm getting a SIGABRT when running a perl 5.6.2 that i built on cygwin > 1.7.11. > > See ldd from a working perl 5.10 http://pastebin.com/ytjVYg4F versus my > broken perl 5.6.2 http://pastebin.com/YXZ29NG6. > > I turned on -DDEBUGGING on the ./Configure script. Here is the gdb backtr= ace > I have: > > http://paste.scsys.co.uk/201064 > > Are there libraries missing? What's going on here? Looks like a failing rebase on an incredibly low address 0xa70000. Try rebaseall. And then maybe a $ perlrebase 5.6.2 But it rather looks like a system dll. libz.dll maybe. Note: The argument 5.6.2 to find your right executable suffix >From my experience only lib/File/Find.pm from a newer perl is required (I took 5.8.1), otherwise you not be able to installe other modules because the are not found. I usually install old stuff with App::perlall and/or Devel::PatchPerl --=20 Reini Urban http://cpanel.net/ =A0 http://www.perl-compiler.org/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple