X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-Forefront-Antispam-Report: CIP:157.56.244.133;KIP:(null);UIP:(null);IPV:NLI;H:CH1PRD0711HT004.namprd07.prod.outlook.com;RD:none;EFVD:NLI X-SpamScore: 3 X-BigFish: PS3(z21eIzc8kzz1202hzz8275dhz32i2a8h668h839hd25hf0ah107ah) From: Nicholas DiPiazza To: "cygwin AT cygwin DOT com" Subject: Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe Date: Tue, 17 Jul 2012 19:55:33 +0000 Message-ID: Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-OriginatorOrg: openlogic.com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 q6HJu4E6004198 Jojelino asked: "and then, what was the result of gdb --args perl b _sigfe_free if *((unsigned*)$esp+1)==0x20000010 #which i am interested in to see what the backtrace was. disp *((unsigned*)$esp+1) r bt #when breakpoint is hit" Here is the result: $ gdb --args perl GNU gdb (GDB) 7.3.50.20111026-cvs (cygwin-special) Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.  Type "show copying" and "show warranty" for details. This GDB was configured as "i686-cygwin". For bug reporting instructions, please see: ... Reading symbols from /home/windows7-vm/perl-5.6.2/perl...done. (gdb) b _sigfe_free if *((unsigned*)$esp+1)==0x20000010 Function "_sigfe_free" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (_sigfe_free if *((unsigned*)$esp+1)==0x20000010) pending. (gdb) disp *((unsigned*)$esp+1) (gdb) r Starting program: /home/windows7-vm/perl-5.6.2/perl [New Thread 2320.0xc08] [New Thread 2320.0xdac] Program received signal SIGABRT, Aborted. 0x7718f8b1 in ntdll!RtlUpdateClonedSRWLock ()    from /cygdrive/c/Windows/system32/ntdll.dll 1: *((unsigned*)$esp+1) = 1987840657 (gdb) bt #0  0x7718f8b1 in ntdll!RtlUpdateClonedSRWLock ()    from /cygdrive/c/Windows/system32/ntdll.dll #1  0x7718f8b1 in ntdll!RtlUpdateClonedSRWLock ()    from /cygdrive/c/Windows/system32/ntdll.dll #2  0x767c0a91 in WaitForSingleObjectEx ()    from /cygdrive/c/Windows/syswow64/KERNELBASE.dll #3  0x000000a8 in ?? () #4  0x00000000 in ?? () -- 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