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

panic(main thread): Segmentation fault at address 0x40 #18114

Open
monkfromearth opened this issue Mar 12, 2025 · 1 comment
Open

panic(main thread): Segmentation fault at address 0x40 #18114

monkfromearth opened this issue Mar 12, 2025 · 1 comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux runtime

Comments

@monkfromearth
Copy link

How can we reproduce the crash?

No response

Relevant log output

Bun v1.2.4 (fd9a5ea6) Linux x64 (baseline)
Linux Kernel v5.15.0 | glibc v2.31
CPU: sse42 popcnt avx avx2
Args: "bun" "--env-file=./config/.env.production" "run" "apps/relay/src/index.ts"
Features: Bun.stderr(4) Bun.stdout(2) dotenv(3) fetch(16) jsc tsconfig(279) workers_spawned process_dlopen 
Builtins: "abort-controller" "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:crypto" "node:dns" "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:stream" "node:string_decoder" "node:timers" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "node:punycode" "node-fetch" "node:http2" "node:diagnostics_channel" 
Elapsed: 5048326ms | User: 121820ms | Sys: 49302ms
RSS: 0.02ZB | Peak: 0.75GB | Commit: 0.02ZB | Faults: 21

Stack Trace (bun.report)

Bun v1.2.4 (fd9a5ea) on linux x86_64_baseline [RunCommand]

Segmentation fault at address 0x00000040

Features: tsconfig, workers_spawned, process_dlopen, Bun.stderr, Bun.stdout, dotenv, fetch, jsc

@monkfromearth monkfromearth added the crash An issue that could cause a crash label Mar 12, 2025
Copy link
Contributor

@monkfromearth, thank you for reporting this crash. The latest version of Bun is v1.2.5, but this crash was reported on Bun v1.2.4.

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

bun upgrade

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

@github-actions github-actions bot added linux An issue that occurs on Linux runtime labels Mar 12, 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 runtime
Projects
None yet
Development

No branches or pull requests

1 participant