laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.33k stars 130 forks source link

tinker broken in the docker container, always show error: ErrorException with message 'stream_select(): unable to select [4]: Interrupted system call (max_fd=13) #52

Closed Barbery closed 5 years ago

Barbery commented 6 years ago

tinker is my dev environment is ok, but in the pro server, tinker always show error, no matter what command I input. I have no idea, why the tinker is broken...anyone can me how to solve the problem?

image

GrahamCampbell commented 5 years ago

Ping @bobthecow. Have you seen this sort of thing before perhaps?

driesvints commented 5 years ago

Tink it's best to just open an issue at their repo. As you can see there have been some issues about this in the past: https://github.com/bobthecow/psysh/issues?q=is%3Aissue+stream_select+is%3Aclosed

bobthecow commented 5 years ago

This issue was fixed in PsySH v0.9.5. Please update and you'll get the fix :)