delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | jojelino <jojelino AT gmail DOT com> |
Subject: | Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe |
Date: | Thu, 19 Jul 2012 11:01:20 +0900 |
Lines: | 86 |
Message-ID: | <ju7ppg$o0j$1@dough.gmane.org> |
References: | <003001cd650d$317a47d0$946ed770$@gmail.com> |
Mime-Version: | 1.0 |
User-Agent: | Mozilla/5.0 (Windows NT 5.2; rv:17.0) Gecko/17.0 Thunderbird/17.0a1 |
In-Reply-To: | <003001cd650d$317a47d0$946ed770$@gmail.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 2012-07-19 AM 2:45, Nicholas DiPiazza wrote: > Jojelino asked: > > "What was the result of > gdb --args perl > symbol cygwin1.dll > define btc > bt > c > end > # "Function "_sigfe_free" not defined." shouldn't be seen. if it does, > please use latest snapshot including debug symbol. > b _sigfe_free > disp *((unsigned*)$esp+1) > r > btc > #and just press enter until sigabrt 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 > <http://gnu.org/licenses/gpl.html> > 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: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from /home/windows7-vm/perl-5.6.2/perl...done. > (gdb) symbol cygwin1.dll > Load new symbol table from "/usr/bin/cygwin1.dll"? (y or n) y > Reading symbols from /usr/bin/cygwin1.dll...(no debugging symbols > found)...done. > (gdb) define btc > Type commands for definition of "btc". > End with a line saying just "end". >> bt >> c >> end > (gdb) b _sigfe_free > Breakpoint 1 at 0x610d420a > (gdb) disp *((unsigned*)$esp+1) > (gdb) r > Starting program: /home/windows7-vm/perl-5.6.2/perl > [New Thread 2184.0xec0] > [New Thread 2184.0xef0] > > Breakpoint 1, 0x610d420a in _sigfe_free () > from /cygdrive/c/cygwin/bin/cygwin1.dll > 1: *((unsigned*)$esp+1) = 2147483664 > (gdb) btc > #0 0x610d420a in _sigfe_free () from /cygdrive/c/cygwin/bin/cygwin1.dll > #1 0x61082119 in malloc_init() () from /cygdrive/c/cygwin/bin/cygwin1.dll > #2 0x00000000 in ?? () > > Program received signal SIGABRT, Aborted. > 0x7718f8b1 in ntdll!RtlUpdateClonedSRWLock () > from /cygdrive/c/Windows/system32/ntdll.dll > 1: *((unsigned*)$esp+1) = 1987840657 > (gdb) > #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 ?? () > > > > > Hello, Nicholas. It seems that perl-5.6.2 supplies its own malloc, which is incompatible to cygwin. and cygwin startfile crt0.o which is linked with your perl build accepts malloc of perl-5.6.2/malloc.c during its initialization, please fix your perl build not to override malloc. -- Regards. -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |