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

Monaco can crash after fork on Firefox #694

Comments

@cswl
Copy link

cswl commented Apr 4, 2018

I just used the vanilla template.. and Ctrl+A delete... then the editor stuck..

Browser: Firefox 59.0.2

https://i.imgur.com/o13xLgg.png

@CompuIves CompuIves changed the title Why you no do error handling. Monaco can crash after fork on Firefox Apr 4, 2018
@CompuIves
Copy link
Member

Hey! I did some debugging and I was able to reproduce the issue in Firefox. Sometimes when you do a fork we get a race condition which causes Monaco to crash. It's fixed with a refresh.

We should fix this one.

@CompuIves
Copy link
Member

This one has been fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment