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

debugger runtime exception: Uncaught RangeError: Maximum call stack size exceeded #2133

Open
surferjeff opened this issue Sep 7, 2020 · 2 comments

Comments

@surferjeff
Copy link

Quick Summary:

My application doesn't work on Google Chrome when I run with the debugger. The application does not respond to keystrokes, and I see this error message in the Javascript console:

elm.js:8851 Uncaught RangeError: Maximum call stack size exceeded
    at Function.f (elm.js:8851)
    at A2 (elm.js:56)
    at Function.f (elm.js:8939)
    at A2 (elm.js:56)
    at Function.f (elm.js:8940)
    at A2 (elm.js:56)
    at Function.f (elm.js:8940)
    at A2 (elm.js:56)
    at Function.f (elm.js:8940)
    at A2 (elm.js:56)

The source code is here:
https://github.com/surferjeff/surferjeff.github.io/blob/master/elm-hangman/src/Main.elm

And the live application is here:
https://surferjeff.github.io/elm-hangman/public/index.html

  • Elm: 19.1
  • Browser: Google Chrome Version 85.0.4183.83 (Official Build) (64-bit)
  • Operating System: MacOs Catalina

Additional Details

My application functions normally, with no errors in the JavaScript console, when I use Firefox or Safari.

@github-actions
Copy link

github-actions bot commented Sep 7, 2020

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

@jerith666
Copy link

This looks like a duplicate of elm/browser#90 and elm/browser#104.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants