oven-sh / bun

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

Bun crashing on almost every restart of a bot based on discord.js module #12096

Closed InFiNiTy1234568 closed 3 months ago

InFiNiTy1234568 commented 3 months ago

How can we reproduce the crash?

Download discord.js module. Write any code in TypeScript. Run the code through bun run

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.8 (89d2580) on windows x86_64 [RunCommand]

Segmentation fault at address 0xFFFFFFFFFFFFFFFF

github-actions[bot] commented 3 months ago

@InFiNiTy1234568, the latest version of Bun is v1.1.16, but this crash was reported on Bun v1.1.8.

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

bun upgrade
InFiNiTy1234568 commented 3 months ago

No. I am not.