oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.87k stars 2.74k forks source link

Unable to run next.js dev server #14729

Open MayaMalkoti opened 2 hours ago

MayaMalkoti commented 2 hours ago

How can we reproduce the crash?

bun --bun run dev $ next dev ▲ Next.js 14.2.15

panic(main thread): attempt to unwrap error: OutOfMemory oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.25 (fe62a61) on windows x86_64 [RunAsNodeCommand]

panic: attempt to unwrap error: OutOfMemory

github-actions[bot] commented 2 hours ago

@MayaMalkoti, the latest version of Bun is v1.1.32, but this crash was reported on Bun v1.1.25.

Are you able to reproduce this crash on the latest version of Bun?

bun upgrade