trigger.dev
trigger.dev copied to clipboard
bug: [email protected] throws SIGSEGV
Provide environment information
System: OS: macOS 26.0 CPU: (8) arm64 Apple M1 Pro Memory: 262.55 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.4.0 - ~/.nvm/versions/node/v21.4.0/bin/node Yarn: 1.22.21 - ~/.nvm/versions/node/v21.4.0/bin/yarn npm: 10.2.4 - ~/.nvm/versions/node/v21.4.0/bin/npm pnpm: 8.11.0 - ~/.nvm/versions/node/v21.4.0/bin/pnpm Watchman: 2024.12.02.00 - /opt/homebrew/bin/watchman
Describe the bug
When using the v0.34.4, any trigger using sharp will throw a SIGSEGV error an crash out the task. This only happens on production.
Reproduction repo
https://trigger.dev/docs/guides/examples/sharp-image-processing
To reproduce
- Create a task using sharp
- Deploy to production
- Trigger the task
Additional information
No response