Thank you for the bug report.  I haven't observed this behavior, but will
test it out and look at applying the patch to the next upstream version.

Cheers,
tony

Vincent Fourmond wrote:
> Package: ripperx
> Version: 2.7.0-2
> Followup-For: Bug #387584
> 
>   Hello again !
> 
>   The problem is simple: the last code of the main() function of the plugin is
> 
>         while (1) {
>                 if (cdparanoia_read_stat (&current, &graph_string) == 0)
>                         print_msg (begin, length, current, graph_string);
>                 usleep (PRINTOUT_INTERVAL * 1000000);
>         }
> 
>   The loop never exits, and there is no other exit statement anywhere.
> 
>   Just adding a check that the end of input is reached should do the trick...
> 
>   Cheers !
> 
>       Vincent
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to