oven-sh / bun

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

Server crashed with segmentation fault #15281

Open Torsten85 opened 1 day ago

Torsten85 commented 1 day ago

How can we reproduce the crash?

Our server just crashed twice with the attached cryptic error. I'm not sure if this is of any value, but the Bun output told me to file an issue πŸ˜‰

Relevant log output

Stack Trace (bun.report)

Bun v1.1.34 (5e5e7c6) on linux aarch64 [AutoCommand]

Segmentation fault at address 0x00000050

Features: workers_spawned, Bun.stdin, abort_signal, fetch, http_server, jsc

github-actions[bot] commented 1 day ago

@Torsten85, thank you for reporting this crash. The latest version of Bun is v1.1.36, but this crash was reported on Bun v1.1.34.

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

bun upgrade

For Bun's internal tracking, this issue is BUN-8NV.

Jarred-Sumner commented 1 day ago

It’s a little bit helpful but is there any code you could share with us?