I've applied this patch.
Thanks Jeff.
JAy
On Tue, 2001-08-28 at 18:26, Jeff Johnson wrote:
> Hi everyone,
>
> I finally took the time to debug the hanging problem with restarts on
> FreeBSD. The _closeThread thread is created in AppServer.__init__ and
> then ThreadedAppServer.__init__ throw
Hi everyone,
I finally took the time to debug the hanging problem with restarts on
FreeBSD. The _closeThread thread is created in AppServer.__init__ and
then ThreadedAppServer.__init__ throws an exception on bind. Since the
contructor fails, server = None and the cleanup code in run() that woul
CVS, file PSP/PSPParser, line 242:
except EOFError:
is wrong, because Streamreader does not raise that.
It should read:
except EndofInputError:
(or you should fix StreamReader to raise EOFError)
Regards,
Fionn
___
Webware-devel mail