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

Traceback on Qt console exit #5964

Closed
takluyver opened this issue Jun 9, 2014 · 0 comments · Fixed by #5965
Closed

Traceback on Qt console exit #5964

takluyver opened this issue Jun 9, 2014 · 0 comments · Fixed by #5965
Milestone

Comments

@takluyver
Copy link
Member

Start the Qt console, and then type exit to exit it (closing it from the frontend doesn't exhibit the bug). I see this message, repeated twice:

Traceback (most recent call last):
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/qt/console/frontend_widget.py", line 812, in _document_contents_change
    self._call_tip()
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/qt/console/frontend_widget.py", line 724, in _call_tip
    msg_id = self.kernel_client.inspect(code, cursor_pos)
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/kernel/channels.py", line 326, in inspect
    self._queue_send(msg)
  File "/home/takluyver/.local/lib/python3.4/site-packages/IPython/kernel/channels.py", line 171, in _queue_send
    self.ioloop.add_callback(thread_send)
  File "/usr/lib/python3/dist-packages/tornado/ioloop.py", line 732, in add_callback
    raise RuntimeError("IOLoop is closing")
RuntimeError: IOLoop is closing

If you suspect this is an IPython bug, please report it at:
    https://github.com/ipython/ipython/issues
or send an email to the mailing list at ipython-dev@scipy.org

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
    c.Application.verbose_crash=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants