On Fri, Sep 26, 2003 at 12:00:34PM +0200, Dirk Meyer wrote:
> if not data:
>    time.sleep(1)   # Wait longer and try again
>    data = self.fp.readline(300)
>    if not data:
>         _debug_('%s: No data, stopping (pid %s)!' % (self.name, os.getpid()),2)
>         self.fp.close()
>         break
>    else
>         _debug_('STILL ALIVE, STRANGE....')
> 
> You should never see the last line, so your patch shouldn't solve any
> problem. Very strange....

I think it hasn't. The problem is definitely coming from there, but
I'm still having the problem.

> BTW, you won: it makes no sense if you switch all _debug_ to level
> 2. I just made DEBUG==level, so let us switch some debugs back to 1
> please. 

Sorry, I wasn't sure what we were doing... 

Aubin


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to