Subject: | Hangs Forever |
Dear Gary Howland,
Hi. This is imacat from Taiwan. I found that your
Math-TrulyRandom-1.0 hangs forever with my Perl 5.8.8 and Perl 5.10.0 on
my Linux 2.6. It hangs at "make test", but the CPU usage is 100%. I
tried to investigate further, but do not see anything special. It just
hangs when calling the first truly_random_value(). Besides that, I have
no clue.
I attached the sample terminal log below. Please tell me if you
have any question, or if I could be of any help. Thank you.
imacat@rinse tmp/Math-TrulyRandom-1.0 % 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/Math-TrulyRandom-1.0 % perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Math::TrulyRandom
imacat@rinse tmp/Math-TrulyRandom-1.0 % make
cp TrulyRandom.pod blib/lib/Math/TrulyRandom.pod
cp TrulyRandom.pm blib/lib/Math/TrulyRandom.pm
Please specify prototyping behavior for TrulyRandom.xs (see perlxs manual)
maRunning Mkbootstrap for Math::TrulyRandom ()
Manifying blib/man3/Math::TrulyRandom.3
imacat@rinse tmp/Math-TrulyRandom-1.0 % make test
1
make: *** [test_dynamic] Interrupt
imacat@rinse tmp/Math-TrulyRandom-1.0 %