Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOU stop #73

Closed
grossmj opened this issue Feb 26, 2015 · 2 comments
Closed

IOU stop #73

grossmj opened this issue Feb 26, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@grossmj
Copy link
Member

grossmj commented Feb 26, 2015

If I start an IOU process and then stop it using the GUI I get the following error:

2015-02-25 18:31:03 ERROR base_events.py:698 Exception in callback <bound method SubprocessStreamProtocol.process_exited of <asyncio.subprocess.SubprocessStreamProtocol object at 0x7f81cc383dd8>>()
handle: Handle(<bound method SubprocessStreamProtocol.process_exited of <asyncio.subprocess.SubprocessStreamProtocol object at 0x7f81cc383dd8>>, ())
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/events.py", line 39, in _run
    self._callback(*self._args)
  File "/usr/lib/python3.4/asyncio/subprocess.py", line 80, in process_exited
    waiter.set_result(returncode)
  File "/usr/lib/python3.4/asyncio/futures.py", line 298, in set_result
    raise InvalidStateError('{}: {!r}'.format(self._state, self))
asyncio.futures.InvalidStateError: CANCELLED: Future<CANCELLED>
@julien-duponchelle julien-duponchelle added this to the 1.3 milestone Feb 26, 2015
@julien-duponchelle julien-duponchelle self-assigned this Feb 26, 2015
@julien-duponchelle
Copy link
Contributor

It's seem related to http://bugs.python.org/issue23140

@julien-duponchelle
Copy link
Contributor

I have write a workaround you can see it in 5a58f6e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants