oven-sh / bun

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

Panic using firebase-admin #11871

Open maxand-re opened 5 months ago

maxand-re commented 5 months ago

How can we reproduce the crash?

We are building bundles with bun using unity commands, and pushing it into a firebase storage. (The process for building the bundles is taking a lot of times, up to 45 minutes). It crashed after, trying to store it with firebase, sending more than 80MB of datas

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.12 (43f0913) on linux x86_64 [RunCommand]

Segmentation fault at address 0x560FE3313010

cirospaciari commented 3 months ago

Friday we added some fixes on server.zig, can you try bun upgrade --canary if is still happening?