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

Uncaught RangeError: Maximum call stack size exceeded #2405

Closed
gabsdzz opened this issue Mar 2, 2021 · 1 comment · Fixed by #2420
Closed

Uncaught RangeError: Maximum call stack size exceeded #2405

gabsdzz opened this issue Mar 2, 2021 · 1 comment · Fixed by #2420
Labels

Comments

@gabsdzz
Copy link

gabsdzz commented Mar 2, 2021

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.54.0 x64
Electron: 6.1.12
OS: Microsoft Windows 10 Pro
Thrown From: script package 3.29.3

Stack Trace

Uncaught RangeError: Maximum call stack size exceeded

At C:\Users\gsilva\.atom\packages\script\node_modules\ansi-to-html\lib\ansi_to_html.js:506

RangeError: Maximum call stack size exceeded
    at String.replace (<anonymous>)
    at process (/packages/script/node_modules/ansi-to-html/lib/ansi_to_html.js:506:17)
    at tokenize (/packages/script/node_modules/ansi-to-html/lib/ansi_to_html.js:516:7)
    at Filter.toHtml (/packages/script/node_modules/ansi-to-html/lib/ansi_to_html.js:606:7)
    at ScriptView.display (/packages/script/lib/script-view.js:176:28)
    at /packages/script/lib/view-runtime-observer.js:16:73
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.54.0/resources/app/static/<embedded>:11:1190181)
    at Emitter.emit (~/AppData/Local/atom/app-1.54.0/resources/app/static/<embedded>:11:1191622)
    at Runner.stdoutFunc (/packages/script/lib/runner.js:44:18)
    at Socket.<anonymous> (~/AppData/Local/atom/app-1.54.0/resources/app/static/<embedded>:14:1119974)
    at Socket.emit (events.js:200:13)
    at addChunk (_stream_readable.js:294:12)
    at readableAddChunk (_stream_readable.js:271:13)
    at Socket.Readable.push (_stream_readable.js:210:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)

Commands

     -0:56.3.0 core:save-as (input.hidden-input)
     -0:35.2.0 core:backspace (input.hidden-input)
     -0:29.3.0 core:save (input.hidden-input)
     -0:27.4.0 script:run (input.hidden-input)
     -0:06.4.0 script:kill-process (input.hidden-input)

Non-Core Packages

atom-python-run 0.9.7 
linter 3.3.0 
linter-pycodestyle 2.1.3 
linter-python-pep257 0.0.1 
linter-python-pep8 0.2.0 
linter-ui-default 3.2.5 
python-autopep8 0.1.3 
python-indent 1.2.6 
script 3.29.3 
snekchek 1.1.0 
@github-actions
Copy link

🎉 This issue has been resolved in version 3.29.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant