Skip to content

How to kill a frozen Tinker console's process? #41

@majonathany

Description

@majonathany

Bug 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
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions