Ethereal-dev: Re: Bug trackers (was Re: [Ethereal-dev] Buildbot crash output)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Wed, 06 Apr 2005 22:53:40 -0500
Gilbert Ramirez wrote:
> I was really hopeful about Roundup, but it is noticably slower than
> bugzilla. Plus, I got it to crash, although it looks like a file
> permission problem.

Roundup and Trac are currently running as CGIs.  They both support
mod_python, which would hopefully speed them up.

> A problem occurred while running a Python script. Here is the sequence
> of function calls leading up to the error, with the most recent
> (innermost) call first. The exception attributes are:
>       __doc__ = 'OS system call failed.'
>       __getitem__ = <bound method OSError.__getitem__ of
> <exceptions.OSError instance>>
>       __init__ = <bound method OSError.__init__ of <exceptions.OSError
> instance>>
>       __module__ = 'exceptions'
>       __str__ = <bound method OSError.__str__ of <exceptions.OSError instance>>
>       args = (13, 'Permission denied')
>       errno = 13
>       filename = '/web/bugs.ethereal.com/roundup/db/files'
>       strerror = 'Permission denied'

This should be fixed.