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: Wed, 6 Apr 2005 20:52:33 -0500
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.


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'

--gilbert