oven-sh / bun

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

Segmentation fault at address 0x14 #13476

Open elsalvadordali opened 2 months ago

elsalvadordali commented 2 months ago

How can we reproduce the crash?

I'm working on a next.js (14.2.5) project. I just restarted the server, and it felt like it was taking an unusually long time to load. I was on the /about page, and I clicked the link to go back to home like three times because it was unresponsive, and I noticed this error.

Sorry I can't be more helpful.

Relevant log output

bun run dev
$ next dev
  ▲ Next.js 14.2.5
  - Local:        http://localhost:3000
  - Environments: .env.local

 ✓ Starting...
 ✓ Ready in 2.7s
 ○ Compiling / ...
============================================================
Bun v1.1.24 (85a32991) Linux x64

(and then the stack strace begins)

Stack Trace (bun.report)

Bun v1.1.24 (85a3299) on linux x86_64 [AutoCommand]

Segmentation fault at address 0x0000001A

Jarred-Sumner commented 2 months ago

Are you able to reproduce this in Bun v1.1.25?