From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18222 invoked by alias); 16 Jul 2012 18:35:36 -0000 Received: (qmail 18082 invoked by uid 22791); 16 Jul 2012 18:35:34 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GW,TW_YG X-Spam-Check-By: sourceware.org Received: from mail-ob0-f171.google.com (HELO mail-ob0-f171.google.com) (209.85.214.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jul 2012 18:35:17 +0000 Received: by obqv19 with SMTP id v19so10594143obq.2 for ; Mon, 16 Jul 2012 11:35:16 -0700 (PDT) Received: by 10.182.8.6 with SMTP id n6mr16999679oba.39.1342463716126; Mon, 16 Jul 2012 11:35:16 -0700 (PDT) Received: from ndipiazzaPC (97-83-227-114.dhcp.eucl.wi.charter.com. [97.83.227.114]) by mx.google.com with ESMTPS id s7sm10135267oec.7.2012.07.16.11.35.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jul 2012 11:35:15 -0700 (PDT) From: "Nicholas DiPiazza" To: References: <014d01cd4fd5$0125df60$03719e20$@gmail.com> <017001cd4fd5$ba810b60$2f832220$@gmail.com> <010701cd637e$d3693910$7a3bab30$@gmail.com> <011301cd637f$62ebf640$28c3e2c0$@gmail.com> In-Reply-To: <011301cd637f$62ebf640$28c3e2c0$@gmail.com> Subject: RE: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe Date: Mon, 16 Jul 2012 18:35:00 -0000 Message-ID: <011b01cd6381$b6271cc0$22755640$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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-07/txt/msg00316.txt.bz2 Hi Reini Urban, Thanks for this and sorry for my delay in response. ' I tried switching to a 32-bit system before doing the build, rebaseall, perlrebase, patchperl, and perlall. Each of these still result in the Abort signal being thrown. $ ldd perl.exe ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x771e0000) kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x75cf0000) KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x75560000) libperl5_6_2.dll => /home/nick/perl-5.6.2/libperl5_6_2.dll (0x66140000) cygcrypt-0.dll => /usr/bin/cygcrypt-0.dll (0x681a0000) cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000) cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x67680000) Important note: The perl5.6.2 did not build on Cygwin without changing static_ext = lib/auto/Win32CORE/Win32CORE$(LIB_EXT) to this static_ext = Is that why I am having the problem? -Nicholas > 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 > > References: > Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting > perl.exe > From: Nicholas DiPiazza -----Original Message----- From: Nicholas DiPiazza [mailto:nicholas.dipiazza at gmail.com] Sent: Thursday, June 21, 2012 12:46 PM To: cygwin at cygwin.com Subject: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe From: Nicholas DiPiazza [mailto:nicholas.dipiazza at gmail.com] Sent: Thursday, June 21, 2012 12:41 PM To: cygwn at cygwin.com Subject: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe Dear Cygwin Users, 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? -Nicholas DiPiazza Openlogic Support -- 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