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: Gilbert Ramirez <gilbertr@xxxxxxxxx>
Date: Thu, 7 Apr 2005 12:50:44 -0500
Thanks. IMO, I like the UI of Roundup more than that of bugzilla.
Bugzilla's interface is too "noisy"... so much information.

This thread started with my suggestion of Buildbot opening cases when
a build failed. Do both Roundup and Bugzilla have interfaces for
programs to open cases automatically?

--gilbert

On Apr 6, 2005 10:53 PM, Gerald Combs <gerald@xxxxxxxxxxxx> wrote:
> 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.
> 
>