oven-sh / bun

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

Crash while load testing a NextJS application #14019

Open dmeijboom opened 1 week ago

dmeijboom commented 1 week ago

How can we reproduce the crash?

I was testing high memory usage with NodeJS/bun using --inspect in one of our NextJS applications. Unfortunately, I cannot reproduce the issue nor provide a minimal reproduction. But since it crashed (seemingly) randomly with a segfault I didn't want to throw away the report.

Some details:

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.27 (267afa2) on macos aarch64 [AutoCommand]

Segmentation fault at address 0x344000000000000

Jarred-Sumner commented 1 week ago

Interesting