-
Notifications
You must be signed in to change notification settings - Fork 61
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
Process "xxxxx" not found #267
Comments
It looks like something wrong with subprocess manager in Rector itself. Run |
Hey @garas - thanks for that, although it hasn't shed much more light on the situation I don't think. I now can see the exception and the full stack trace, but it doesn't give me a lot to go on (with my limited knowledge):
I've uploaded the trace here in case thats of any use: trace.txt |
Report issue to https://github.com/rectorphp/rector. It is problem inside of Rector, they might know better how to debug and fix the problem. |
I am able to reproduce your problem, but only with "larger" codebases, not smaller plugins. Looking at your error message it could only be caused by this exception I am no expert in rector internals but it feels like something is wrong with the parallel file processing logic as it seems to quit a process which doesn't exist any more. Maybe something related to a timeout? 🤔 |
Hi - I am trying to upgrade from CakePHP 4.4 to 5, however as I'm running the migration code I get the following:
It doesn't seem to consistently fail at the same place either.
I'm running this on a Macbook M3 Pro
The text was updated successfully, but these errors were encountered: