oven-sh / bun

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

oh no: Bun has ran out of memory. #14818

Open jsiwa opened 1 day ago

jsiwa commented 1 day ago

How can we reproduce the crash?

No response

Relevant log output

Bun v1.1.32 (fe8d0079) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2 avx512
Args: "C:\Users\Administrator\.bun\bin\bun.exe" "run" "src/aws/upload.ts"
Features: Bun.stdin(2) dotenv fetch(156) jsc transpiler_cache tsconfig(8) tsconfig_paths(2)
Builtins: "bun:main" "bun:sqlite" "node:buffer" "node:crypto" "node:fs" "node:http" "node:https" "node:os" "node:path" "node:process" "node:stream" "node:string_decoder" "node:tty" "node:util" "node:util/types" "node:http2"
Elapsed: 177895ms | User: 89265ms | Sys: 30140ms
RSS: 9.75GB | Peak: 10.40GB | Commit: 35.70GB | Faults: 8208415

Stack Trace (bun.report)

Bun v1.1.32 (fe8d007) on windows x86_64 [RunCommand]

Bun ran out of memory

Features: Bun.stdin, dotenv, fetch, jsc, transpiler_cache, tsconfig, tsconfig_paths, tsconfig_paths

github-actions[bot] commented 1 day ago

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

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

bun upgrade
github-actions[bot] commented 13 hours ago

Hello @jsiwa. 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.