oven-sh / bun

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

Bun fetch causing crash #14752

Open mushonnip opened 3 weeks ago

mushonnip commented 3 weeks ago

How can we reproduce the crash?

Its hard to reproduce, the case is random. But its true that i use fetch to get some data from 3rd party. I will update if the case is clear and can be reproduced.

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.30 (7996d06) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x10000008A

Features: fetch, http_server, jsc, tsconfig

github-actions[bot] commented 3 weeks ago

@mushonnip, the latest version of Bun is v1.1.32, but this crash was reported on Bun v1.1.30.

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

bun upgrade
github-actions[bot] commented 3 weeks ago

Hello @mushonnip. Please provide a minimal reproduction using a GitHub repository, Replit, CodeSandbox, or provide a bulleted list of commands to run that reproduce this issue. Issues marked with needs repro will be closed if they have no activity within 3 days.