Shopify / tapioca

The swiss army knife of RBI generation
MIT License
733 stars 122 forks source link

Better stack trace upon `Parallel::DeadWorker` #1566

Open KaanOzkan opened 1 year ago

KaanOzkan commented 1 year ago

When the parent process is killed during parallel execution the stack trace is unhelpful https://github.com/Shopify/tapioca/issues/1555. Can we extract the underlying trace?

At the very least if we can't find the trace we should suggest this could be a OOM issue and suggest --workers flag.

andyw8 commented 7 months ago

This would have helped for https://github.com/Shopify/tapioca/pull/1826.