Skip Menu |

This queue is for tickets about the C-DynaLib CPAN distribution.

Report information
The Basics
Id: 34702
Status: new
Priority: 0/
Queue: C-DynaLib

People
Owner: Nobody in particular
Requestors: imacat [...] mail.imacat.idv.tw
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.56
Fixed in: (no value)



Subject: "make test" Hangs at t/01test.t
Dear John Tobey, Hi. This is imacat from Taiwan. I found that your C-DynaLib-0.55 hangs at t/01test.t during "make test" with my Perl 5.8.8 on my Linux 2.6. It seems to hang at the line "ok(&$pow(2, 0.5) == $sqrt2, "pow(2, 0.5) from -lm");" in t/01test.t. Sorry that I am not good at C/XS, thus I can not investigate further. The terminal log is attached below. Hope that this helps. Please tell me if you need any more information, or if I could be of any help. Thank you. imacat@rinse tmp/C-DynaLib-0.56 % perl -v This is perl, v5.8.8 built for x86_64-linux-thread-multi-ld Copyright 1987-2006, 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/C-DynaLib-0.56 % make test t/01test..............1/11 make: *** wait: No child processes. Stop. make: *** Waiting for unfinished jobs.... make: *** wait: No child processes. Stop. imacat@rinse tmp/C-DynaLib-0.56 % perl -Iblib/lib -Iblib/arch t/01test.t 1..11 ok 1 imacat@rinse tmp/C-DynaLib-0.56 %