How to kill a frozen Tinker console's process?
See original GitHub issueBug description
When loading a large file (something like 600KB of json), the terminal tinker loads it fine, but the plugin to PHPStorm freezes up and there is no way from inside the GUI to kill the process. How do I kill the window? It does not seem that killall -9 php
works. The only way to close this process is to close PHPStorm and reload completely.
To Reproduce I loaded a 650KB 5 level nested JSON file, and it could not echo out the output.
Expected behavior It should have displayed the JSON, or, display an error message if it was too large.
Screenshots
Environment (please complete the following information):
- IDE & Version: [e.g. PHPStorm 2020.2.4]
- PHP Version: 7.3.21
- OS: Mac OS X Big Sur, MacBook Pro 2018
- Laravel Tinker plugin version : 1.3.0
- Interpreter Type: Local
- Laravel Version: 6.20.4
- Tinker version: 2.5.0
Additional context I’m not sure if this is something wrong with my machine or not - or if it’s a known bug.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to kill a frozen PHPStorm Tinker console's process?
I am trying to figure out a way to kill the tinkerwell console in the PHPStorm - sometimes, especially on file operations or...
Read more >How To Quit Frozen Programs In Linux - Help Desk Geek
Kill Process is the most extreme of the options and will work to quit a frozen program if trying to end it doesn't...
Read more >Replacing the HDMI Port & Cleaning a Cockroach Infested ...
This was to kill any remaining roaches that might be living. ... soaking in my cleaning concoction and scrubbed, I began the repair...
Read more >Seller Cycling Tinker - Walmart
Cycling Tinker. See all 164 reviews. 3.1 stars out of 5. 48%.
Read more >Lion freezes after quitting an applicatio… - Apple Community
There is a way to tinker with individual files, but there's no way to ... new 17" Macbook Po and the only time...
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
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
Hm, I recall trying various things but I couldn’t get the process to stop. A few days after, I had purchased the Tinkerwell paid IDE plugin, and I haven’t had any problems parsing extremely large data structures, so I’m not sure if that could resolve the problem.
I might have found it.