Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-18 Thread jojelino
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

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-18 Thread Nicholas DiPiazza
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)

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-17 Thread jojelino
On 2012-07-18 AM 4:55, Nicholas DiPiazza wrote: Jojelino asked: "and then, what was the result of gdb --args perl b _sigfe_free if *((unsigned*)$esp+1)==0x2010 #which i am interested in to see what the backtrace was. disp *((unsigned*)$esp+1) r bt #when breakpoint is hit"

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-17 Thread Nicholas DiPiazza
Jojelino asked: "and then, what was the result of gdb --args perl b _sigfe_free if *((unsigned*)$esp+1)==0x2010 #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)

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-16 Thread jojelino
On 2012-07-17 AM 4:52, Nicholas DiPiazza wrote: Hi jojelino, You asked: what is result of gdb --args perl b abort r bt (when breakpoint is hit.) Here it is: nick@nick-PC ~/perl-5.6.2 $ gdb --args perl GNU gdb (GDB) 7.3.50.20111026-cvs (cygwin-special) Copyright (C) 2011 Free Software Founda

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-16 Thread Nicholas DiPiazza
Hi jojelino, You asked: > what is result of > gdb --args perl > b abort > r > bt (when breakpoint is hit.) Here it is: nick@nick-PC ~/perl-5.6.2 $ gdb --args perl GNU gdb (GDB) 7.3.50.20111026-cvs (cygwin-special) Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL versio

RE: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-16 Thread Nicholas DiPiazza
-- 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

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-16 Thread jojelino
On 2012-07-17 AM 3:35, Nicholas DiPiazza wrote: 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 p

RE: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-07-16 Thread Nicholas DiPiazza
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/S

Re: Built perl 5.6.2 on Cygwin 1.7.11, but get SIGABRT from resulting perl.exe

2012-06-23 Thread Reini Urban
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