oven-sh / bun

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

Bun crashed upon spamming HTTP requests which downloaded files #12340

Open Dawsson opened 3 days ago

Dawsson commented 3 days ago

How can we reproduce the crash?

Unsure of what caused it. I was spamming POST requests to the server which downloaded a file and saved its hashed along with some other body data to a mongo database.

This was a Typescript, Hono, and Bun project ran using bun run --watch src/index.ts

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.17 (bb66bba) on windows x86_64 [RunCommand]

panic: Internal assertion failure

Dawsson commented 3 days ago

Also occurred in 1.1.18