You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply starting qtconsole from a terminal and then closing it makes it hang. You need to press Ctrl+C to interrupt a hanging thread and make it finish.
@minrk, the same thing happens to Spyder. Could you help us with this one? I really don't understand how to fix it.
By the way, jupyter-console doesn't show this behavior. That's why I didn't fill this report in ipykernel.
The text was updated successfully, but these errors were encountered:
The main issue was failing to schedule `ioloop.stop` in the ioloop thread, which is required when tornado is running on asyncio in order to wake the thread. The result of not doing this is hanging forever when trying to exit, e.g. in QtConsole.
There is further cleanup of threadsafety issues with respect to asyncio and tornado objects.
closesjupyter/qtconsole#275
cc ccordoba12
Signed-off-by: Min RK <[email protected]>
Simply starting qtconsole from a terminal and then closing it makes it hang. You need to press
Ctrl+C
to interrupt a hanging thread and make it finish.@minrk, the same thing happens to Spyder. Could you help us with this one? I really don't understand how to fix it.
By the way,
jupyter-console
doesn't show this behavior. That's why I didn't fill this report inipykernel
.The text was updated successfully, but these errors were encountered: