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

Qtconsole crash when closing with Ctrl-d and c.IPythonQtConsoleApp.maximize option set to True #5624

Closed
PhML opened this issue Apr 15, 2014 · 1 comment
Milestone

Comments

@PhML
Copy link

PhML commented Apr 15, 2014

If I use a profile with c.IPythonQtConsoleApp.maximize = True and try to exit qtconsole using Ctrl-d, after confirm I want to close all, I get this:

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/IPython/qt/base_frontend_mixin.py", line 138, in _dispatch
    handler(msg)
  File "/usr/lib/python2.7/site-packages/IPython/qt/console/ipython_widget.py", line 186, in _handle_execute_reply
    super(IPythonWidget, self)._handle_execute_reply(msg)
  File "/usr/lib/python2.7/site-packages/IPython/qt/console/frontend_widget.py", line 425, in _handle_execute_reply
    self.kernel_client.iopub_channel.flush()
  File "/usr/lib/python2.7/site-packages/IPython/qt/kernel_mixins.py", line 127, in flush
    super(QtIOPubChannelMixin, self).flush()
  File "/usr/lib/python2.7/site-packages/IPython/kernel/channels.py", line 448, in flush
    self.ioloop.add_callback(self._flush)
  File "/usr/lib/python2.7/site-packages/tornado/ioloop.py", line 732, in add_callback
    raise RuntimeError("IOLoop is closing")
RuntimeError: IOLoop is closing```
@minrk minrk added this to the 3.0 milestone Oct 3, 2014
@minrk
Copy link
Member

minrk commented Oct 3, 2014

This is fixed in master.

@minrk minrk closed this as completed Oct 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants