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

Notebook execution hangs even after output completes #104262

Closed
miguelsolorio opened this issue Aug 7, 2020 · 4 comments
Closed

Notebook execution hangs even after output completes #104262

miguelsolorio opened this issue Aug 7, 2020 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster notebook under-discussion Issue is under discussion for relevance, priority, approach

Comments

@miguelsolorio
Copy link
Contributor

image

It's hard to repro this but if you run all cells and then clear all output and re-run a couple of times you will end up in a state where the cell progress hangs even though the output completes. It ends up affecting a lot of cells and hard to tell what's going on:

image

@miguelsolorio miguelsolorio added bug Issue identified by VS Code Team member as probable bug notebook labels Aug 7, 2020
@rebornix rebornix added under-discussion Issue is under discussion for relevance, priority, approach and removed bug Issue identified by VS Code Team member as probable bug labels Aug 7, 2020
@rebornix
Copy link
Member

rebornix commented Aug 7, 2020

Considering that the reproduce steps include "run all cells and then clear all output", I think it might be the Python extension not handling the token cancellation well. cc @DonJayamanne

@rebornix
Copy link
Member

The next Insiders from master will have logging for execution and metadata change. Once that's out, @misolori can you set the Developer Log Lever to Debug and then try to reproduce? Once you reproduce the issue, you can share the logs from Output (Window) and then we can troubleshoot.

@rebornix rebornix added the info-needed Issue requires more information from poster label Aug 10, 2020
@roblourens
Copy link
Member

I'm sure it's the same

@github-actions github-actions bot locked and limited conversation to collaborators Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster notebook under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

4 participants
@roblourens @rebornix @miguelsolorio and others