open("/dev/random", O_RDONLY) = 3 read(3, <unfinished ...>
that explains it. Your don't have enough entropy and /dev/random blocks.
It's interesting to know what happens if you just key random keys for a few secs after it hangs
This should make the problem to go away:
% PERL_HASH_SEED=0 make test
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html