Skip Menu |

This queue is for tickets about the Statistics-R CPAN distribution.

Report information
The Basics
Id: 77753
Status: rejected
Priority: 0/
Queue: Statistics-R

People
Owner: Nobody in particular
Requestors: kwilliams [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.27
Fixed in: (no value)



Subject: Test failure (hang) on Cygwin
Installation hangs for me during testing. It seems to be stuck on the `$bridge->pump` loop - here's what it looks like when running under the debugger: % perl -d -Mblib t/02-legacy.t ... DB<6> Statistics::R::run(/cygdrive/c/Users/kwilliams/.cpan/build/Statistics-R-0.27- XiXWFU/blib/lib/Statistics/R.pm:389): 389: while ( $self->stdout !~ EOS_RE && $bridge->pumpable ) { DB<6> l 389==> while ( $self->stdout !~ EOS_RE && $bridge->pumpable ) { 390: $bridge->pump; 391 } 392 393 # Parse outputs, detect errors 394: my $out = $self->stdout; 395: $out =~ s/${\(EOS_RE)}//; 396: chomp $out; 397: my $err = $self->stderr; 398: chomp $err; DB<6> n Statistics::R::run(/cygdrive/c/Users/kwilliams/.cpan/build/Statistics-R-0.27- XiXWFU/blib/lib/Statistics/R.pm:390): 390: $bridge->pump; DB<6> Statistics::R::run(/cygdrive/c/Users/kwilliams/.cpan/build/Statistics-R-0.27- XiXWFU/blib/lib/Statistics/R.pm:390): 390: $bridge->pump; DB<6> Statistics::R::run(/cygdrive/c/Users/kwilliams/.cpan/build/Statistics-R-0.27- XiXWFU/blib/lib/Statistics/R.pm:390): 390: $bridge->pump; DB<6> That's where the hang occurs - it seems to pump successfully 2 times, then hangs on the third time. Or possibly the debugger is just showing it to me 3 times for some reason - it tends to do that sometimes. The command *is* getting sent to an R process though, because I do see a 'file.ps' file created in the top-level directory.
Hi, Thanks for the report. All tests pass fine on my machine, so this seems to be system dependent. Could you please download and try to install Statistics::R version 0.28 which I have just released? If the tests fail again, please paste the entire test log. Also, if you run the tests multiple time, do the tests get stuck always at the same place? It would also be good to know which version of R and Perl modules (IPC::Run, Text::Balanced and Regexp::Common) you have. If you have outdated R or Perl modules, please upgrade them and try again to install Statistics::R. Thanks, Florent
On Mon Nov 05 23:24:46 2012, FANGLY wrote: Show quoted text
> Hi, > > Thanks for the report. All tests pass fine on my machine, so this seems > to be system dependent. > > Could you please download and try to install Statistics::R version 0.28 > which I have just released? If the tests fail again, please paste the > entire test log. > > Also, if you run the tests multiple time, do the tests get stuck always > at the same place? > > It would also be good to know which version of R and Perl modules > (IPC::Run, Text::Balanced and Regexp::Common) you have. If you have > outdated R or Perl modules, please upgrade them and try again to install > Statistics::R. > > Thanks, > > Florent
On Tue Dec 17 05:21:34 2013, FANGLY wrote: Show quoted text
> On Mon Nov 05 23:24:46 2012, FANGLY wrote:
> > Hi, > > > > Thanks for the report. All tests pass fine on my machine, so this seems > > to be system dependent. > > > > Could you please download and try to install Statistics::R version 0.28 > > which I have just released? If the tests fail again, please paste the > > entire test log. > > > > Also, if you run the tests multiple time, do the tests get stuck always > > at the same place? > > > > It would also be good to know which version of R and Perl modules > > (IPC::Run, Text::Balanced and Regexp::Common) you have. If you have > > outdated R or Perl modules, please upgrade them and try again to install > > Statistics::R. > > > > Thanks, > > > > Florent
>