Subject: | Hangs at t/200_strace.t When "make test" with Perl 5.10.0 |
Dear Rob Brown,
Hi. This is imacat from Taiwan. I found that your Sys-Ptrace-0.05
hangs at t/200_strace.t during "make test" with Perl 5.10.0. I waited a
long time, and decided to stop it. I do not know if this is normal.
Maybe you can take some time and look into it.
My environment is Linux 2.6 x86_64, Perl 5.10.0. It does not hang
with Perl 5.8.8, though.
The terminal log is attached below. Hope that this helps. Please
tell me if there is any problem, or if I could be of any help. Thank you.
imacat@rinse tmp/Sys-Ptrace-0.05 % /opt/perl/testers/5.10.0/bin/perl -v
This is perl, v5.10.0 built for x86_64-linux-thread-multi-ld
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
imacat@rinse tmp/Sys-Ptrace-0.05 % /opt/perl/testers/5.10.0/bin/perl
Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Sys::Ptrace
imacat@rinse tmp/Sys-Ptrace-0.05 % make
cp Ptrace.pm blib/lib/Sys/Ptrace.pm
Please specify prototyping behavior for Ptrace.xs (see perlxs manual)
Ptrace.xs: In function 'XS_Sys__Ptrace__ptrace':
Ptrace.xs:348: warning: cast to pointer from integer of different size
Ptrace.xs:348: warning: cast to pointer from integer of different size
Running Mkbootstrap for Sys::Ptrace ()
Manifying blib/man3/Sys::Ptrace.3
imacat@rinse tmp/Sys-Ptrace-0.05 % make test
t/100_load...........ok
t/110_constants......Undefined subroutine &Default::PTRACE_ATTACH called
at t/110_constants.t line 23.
t/110_constants...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
t/200_strace.........3/4 make: *** [test_dynamic] Interrupt
imacat@rinse tmp/Sys-Ptrace-0.05 % /opt/perl/testers/5.10.0/bin/perl
-Iblib/lib -Iblib/arch t/200_strace.t
1..4
# Running under perl version 5.010000 for linux
# Current time local: Tue Apr 8 03:09:13 2008
# Current time GMT: Mon Apr 7 19:09:13 2008
# Using Test.pm version 1.25
ok 1
ok 2
ok 3
imacat@rinse tmp/Sys-Ptrace-0.05 %