You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From vercel/next.js#74252. Mostly not your bug I don't think, Bun doesn't struggle to resolve this, but something to look into re. the segfault. Wanted to copy here just in case, but probably upstream from Turbopack.
I eventually got this working with full Bun global fancy stuff, bun --bun next dev/build is stable for Vercel's AI Chatbot template on latest (vercel/ai-chatbot@50fbc0d), even using experimental partial prerendering, generally a very advanced example that would be good to examine issues in, but none.
So Next parity is coming along very, very well FYI.
How can we reproduce the crash?
From vercel/next.js#74252. Mostly not your bug I don't think, Bun doesn't struggle to resolve this, but something to look into re. the segfault. Wanted to copy here just in case, but probably upstream from Turbopack.
Repro here:
https://github.com/ctjlewis/nextjs-ts-package
It attempts to load this simple mock package:
https://github.com/ctjlewis/ts-package-example
When Bun is used with Turbo, we get a segfault:
Relevant log output
Stack Trace (bun.report)
Bun v1.1.41 (
b8f28ed
) on macos aarch64 [AutoCommand]Segmentation fault at address 0x4000000002B
Sentry Issue: BUN-85
The text was updated successfully, but these errors were encountered: