Skip to content

Instantly share code, notes, and snippets.

@mcolyer
Created May 8, 2009 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcolyer/108987 to your computer and use it in GitHub Desktop.
Save mcolyer/108987 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/suite.py", line 172, in run
self.tearDown()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/suite.py", line 261, in tearDown
self.teardownContext(ancestor)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/suite.py", line 278, in teardownContext
try_run(context, names)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/util.py", line 451, in try_run
return func(obj)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/windmill-1.1.1-py2.5.egg/windmill/authoring/__init__.py", line 66, in teardown_module
admin_lib.teardown(module.windmill_dict)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/windmill-1.1.1-py2.5.egg/windmill/bin/admin_lib.py", line 199, in teardown
controller.stop()
File "build/bdist.macosx-10.3-fat/egg/mozrunner/runner.py", line 161, in stop
self.kill()
File "build/bdist.macosx-10.3-fat/egg/mozrunner/runner.py", line 158, in kill
kill_process_by_name(name)
File "build/bdist.macosx-10.3-fat/egg/mozrunner/runner.py", line 94, in kill_process_by_name
os.kill(pid, signal.SIGTERM)
OSError: [Errno 1] Operation not permitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment