Edgewall Software

Opened 11 years ago

Last modified 11 years ago

#10958 closed defect

OSError: [Errno 3] No such process — at Initial Version

Reported by: ormandi.matyas@… Owned by:
Priority: high Milestone: 1.0.2
Component: plugin/git Version: 1.0
Severity: major Keywords: cygwin
Cc: Thijs Triemstra Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /browser, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'path': '/'}

User agent: Chrome/23.0.1271.64

System Information

Trac 1.0
Genshi 0.6 (without speedups)
GIT 1.7.9
pysqlite 2.4.1
Python 2.6.8 (unknown, Jun 9 2012, 11:30:32)
[GCC 4.5.3]
setuptools 0.6c11
SQLite 3.7.13
jQuery 1.7.2

Enabled Plugins

Python Traceback

Traceback (most recent call last):
  File "build/bdist.cygwin-1.7.17-i686/egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.cygwin-1.7.17-i686/egg/trac/web/main.py", line 214, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.cygwin-1.7.17-i686/egg/trac/versioncontrol/web_ui/browser.py", line 391, in process_request
    dir_data = self._render_dir(req, repos, node, rev, order, desc)
  File "build/bdist.cygwin-1.7.17-i686/egg/trac/versioncontrol/web_ui/browser.py", line 559, in _render_dir
    entries = [entry(n) for n in node.get_entries()
  File "build/bdist.cygwin-1.7.17-i686/egg/tracopt/versioncontrol/git/git_fs.py", line 585, in get_entries
    historian)
  File "/usr/lib/python2.6/contextlib.py", line 23, in __exit__
    self.gen.next()
  File "build/bdist.cygwin-1.7.17-i686/egg/tracopt/versioncontrol/git/PyGIT.py", line 930, in get_historian
    terminate(p[0])
  File "build/bdist.cygwin-1.7.17-i686/egg/tracopt/versioncontrol/git/PyGIT.py", line 58, in terminate
    return terminate_nix(process)
  File "build/bdist.cygwin-1.7.17-i686/egg/tracopt/versioncontrol/git/PyGIT.py", line 54, in terminate_nix
    return os.kill(process.pid, signal.SIGTERM)
OSError: [Errno 3] No such process

Change History (0)

Note: See TracTickets for help on using tickets.