<@ULVA73B9P> my flow is repeatedly crashing with t...
# ask-marvin
j
@Marvin my flow is repeatedly crashing with the error “process exited with status code: -11.” How can I dig into the root cause of this?
m
Here are some steps you can take to troubleshoot the issue: 1. Check the versions of your flow and worker. If they are running in different environments, they could be using different versions. This could cause compatibility issues, especially if your worker is on an older version than your flow. If this is the case, consider upgrading them to the latest version. 2. Keep in mind that integrations are versioned and released independently. If you're using any integrations, make sure they are also up-to-date. 3. If the above steps don't help, you might want to look into the specific error message "process exited with status code: -11". This might require more technical debugging. For more detailed troubleshooting guides, you can refer to the Prefect Troubleshooting Guide. If you're still having trouble, you might want to post a question on the Prefect Discourse to get help from the community.