Node is freezing
See original GitHub issueHello,
svg-term works perfect on my machine with the given 113643
example cast.
There seems to be an issue with new formats. I had to download my new cast in the version 1
syntax as svg-term
told me that only version 1
and version 2
syntax are supported.
Watch cast: https://asciinema.org/a/znqFxSzM9CmIJINrmn2IzPX5g Download JSON: https://asciinema.org/a/znqFxSzM9CmIJINrmn2IzPX5g.cast?dl=true
Setup
svg-term: 2.0.3 NodeJS: 8.7.0 NPM: 5.6.0 OS: Ubuntu 17.04
Command
svg-term --in 156579.json --out 156579.svg
svg-term --cast znqFxSzM9CmIJINrmn2IzPX5g --out 156579.svg
Issue
The terminal and sometimes my whole machine is freezing - there is no way to cancle it using CTRL+C
. No output is being processed.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
node freezes · Issue #3884 · nodejs/help - GitHub
Step 3: run the entry file repeatedly until the freeze problem happened, in my computer, about after 1~10 runs, the freeze problem will...
Read more >DataWorks:Node freezing and unfreezing - Alibaba Cloud
The freeze operation does not take effect on data backfill instances and test instances that are generated before the freeze operation.
Read more >How can I prevent while loop freeze node.js? - Stack Overflow
Problem: while loop freezes node.js, while generating the result. This app also responsible for REST API and the reason is freezing it too ......
Read more >My node.js app seems to keep freezing. - Google Groups
My node app seems to freeze (502 error) after a few hours of running. I'm new to node and I've build a simple...
Read more >Node.js consuming lots of CPU, causing Visual Studio to freeze
But the Node.js process maxes out its core and freezes Visual Studio for about the next 20-30 seconds. To be clear, I didn't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Spent some more time on this.
load-asciicast
indeed does not enter an infinite loop, it just gets very very slow for certain casts:What jumped at me is the big dimensions. Forcing down the screen buffer size leads to notable speed increases:
I’ll create an issue with asciinema about this. For the time being you can force the screen buffer down via
svg-term-cli
:Thanks for reporting, I’ll investigate this over the next days