Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun Crash #17164

Open
Limitless-Kode opened this issue Feb 8, 2025 · 1 comment
Open

Bun Crash #17164

Limitless-Kode opened this issue Feb 8, 2025 · 1 comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux

Comments

@Limitless-Kode
Copy link

How can we reproduce the crash?

I am running the bun app instance on pm2, I am not exactly sure why it crashed but I guess the full log should be trapped in sentry

Relevant log output

|API  Server  | Bun v1.1.13 (bd6a6051) Linux x64
7|API  Server  | Args: "bun" "run" "--watch" "src/index.ts"
7|API  Server  | Features: jsc Bun.stdin(2) dotenv(2) http_server transpiler_cache(16) tsconfig_paths(2) tsconfig(11) 
7|API  Server  | Builtins: "bun:jsc" "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:perf_hooks" "node:process" "node:querystring" "node:readline" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "ws" "node-fetch" "node:v8" "node:diagnostics_channel" 
7|API  Server  | Elapsed: 2474ms | User: 8644ms | Sys: 1945ms
7|API  Server  | RSS: 1.02GB | Peak: 0.46GB | Commit: 1.02GB | Faults: 0
7|API  Server  | panic(main thread): Segmentation fault at address 0x0

Stack Trace (bun.report)

Bun v1.1.13 (bd6a605) on linux x86_64 [RunCommand]

Segmentation fault at address 0x00000000

  • ??
  • ??
  • ??
  • ??
  • ??
  • ??
  • ??
  • ??
  • ??
  • ??
@Limitless-Kode Limitless-Kode added the crash An issue that could cause a crash label Feb 8, 2025
Copy link
Contributor

github-actions bot commented Feb 8, 2025

@Limitless-Kode, thank you for reporting this crash. The latest version of Bun is v1.2.2, but this crash was reported on Bun v1.1.13.

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

bun upgrade

For Bun's internal tracking, this issue is BUN-22K.

@github-actions github-actions bot added the linux An issue that occurs on Linux label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux
Projects
None yet
Development

No branches or pull requests

1 participant