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

Reproducible browser hang in Julia cell #5615

Closed
akdor1154 opened this issue Jul 18, 2020 · 0 comments · Fixed by #5616
Closed

Reproducible browser hang in Julia cell #5615

akdor1154 opened this issue Jul 18, 2020 · 0 comments · Fixed by #5616

Comments

@akdor1154
Copy link
Contributor

akdor1154 commented Jul 18, 2020

Hey all,
I managed to track down the a ( 😄 ) nasty full-browser hang I was seeing when investigating #5469 .
To reproduce:

  • Create a new Julia notebook.
  • Create a cell, paste in
f(
    [i for i in list])
)

( note the extra close bracket )

  • Wait for CodeMirror to kick in (on my local there appears to be a delay until your Julia kernel starts, which takes a while) and highlight your code.
  • Position the cursor at the start of "list", and type "f2(a".
  • Browser will hang shortly after due to what looks like infinite parser loop.

I can't repro this on the CodeMirror Julia demo which is updated to CM 5.55. However it does happen reproducibly on Jupyter Notebook 6.1 pre, which is on CM 5.51. Tested in Firefox.
So, any chance of an upgrade to 5.55?

Cheers

@akdor1154 akdor1154 changed the title Reproducible browser hang in Jupyter cell Reproducible browser hang in Julia cell Jul 18, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant