X-Recipient: archive-cygwin AT delorie DOT com 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 MIME-Version: 1.0 In-Reply-To: <017001cd4fd5$ba810b60$2f832220$@gmail.com> References: <014d01cd4fd5$0125df60$03719e20$@gmail.com> <017001cd4fd5$ba810b60$2f832220$@gmail.com> Date: Sat, 23 Jun 2012 10:25:03 -0500 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 AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q5NFPTHl031566 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 backtrace > 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 -- Reini Urban http://cpanel.net/   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