oven-sh / bun

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

Crashing when using with @tus/server #14186

Open kulterryan opened 2 weeks ago

kulterryan commented 2 weeks ago

How can we reproduce the crash?

I'm trying to build TUS file upload server @tus/server with Bun & Elysia.js

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.21 (70ca2b7) on macos aarch64 [RunCommand]

Segmentation fault at address 0x100000032

github-actions[bot] commented 2 weeks ago

@kulterryan, the latest version of Bun is v1.1.29, but this crash was reported on Bun v1.1.21.

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

bun upgrade
kulterryan commented 2 weeks ago

Yes. It's not resolved.