-
Notifications
You must be signed in to change notification settings - Fork 56
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
Crash on ill-formed input. #50
Comments
Yes ... I can reproduce this ... even with vscode version 1.24. I need to have a deeper look into this and will come back to you here.. thanks |
Implemented a bug fix with markdown-it-texmath. But now fatal bug with ill behavior is gone with VSCode 1.26.0. Thanks |
It seems that this issue reappeared on |
This is quite a pathological bug only occuring, if
i.e >$$
$$ This bug in markdown-it-texmath is resolved with version 0.5.4. and also resolved therefore with mdmath version 2.3.8 available in a couple of days. |
Summary
Following code crashes mdmath extension.
Actual behavior
After allocating huge amount of memory, extension crashes with error "FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory".
Steps to reproduce
Save following code as .md and open it with mdmath extension enabled.
Related links
Environment
The text was updated successfully, but these errors were encountered: