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
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)
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"
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)
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
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
--
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
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
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
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
10 matches
Mail list logo