Skip to content

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

@surferjeff

Description

@surferjeff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions