question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maximum call stack size error when press 'delete' button in empty mathfield

See original GitHub issue

Describe the bug When press ‘Delete’ button in empty mathfield, maximum call stack size error occurs.

To Reproduce

  1. Go https://mathlive.io/
  2. See any examples and clear mathfield using ‘Backspace’ or ‘delete’ button
  3. Press ‘delete’ button
  4. Here comes range error: maximum call stack size exceeded.!

Expected behavior With no errors, nothing happens.

Screenshots mathlive-error

Environment

  • Device: PC
  • OS: [Windows 10]
  • Browser [Chrome]
  • Version [0.33]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
arnogcommented, Dec 17, 2019

Hmmm… Not exactly sure what happened, but it should be fixed now in 0.33.2

0reactions
arnogcommented, Mar 27, 2020

OK, got it. It’s not related to deleting, as the original bug report indicate, but it’s an infinite loop that happens under different circumstances. Thanks for the additional info and for the fix. I’ve opened #394 to track the issue. I’d be happy to take a PR, otherwise I’ll merge in your changes manually. Either way, thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - Maximum call stack size exceeded error
It means that somewhere in your code, you are calling a function which in turn calls another function and so forth, until you...
Read more >
JavaScript Error: Maximum Call Stack Size Exceeded
When recursive code is missing its base code or shoots past the base code, it will repeatedly keep calling itself until you hit...
Read more >
JavaScript RangeError: Maximum Call Stack Size Exceeded
The JavaScript RangeError: Maximum call stack size exceeded is an error that occurs when there are too many function calls, or if a...
Read more >
I can't open Eagle, it prompted message "Maximum call stack ...
Click the Win button in the lower-left corner, search for %appdata%. Delete the "Eagle" folder. Restart Eagle to see if the problem is...
Read more >
Maximum call stack size exceeded - EJ 2 Forums - Syncfusion
Forum Thread - Maximum call stack size exceeded - When Trying to Empty ComboBox DataSource - ASP.NET Core - EJ 2.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found