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

Fatal error during long run: panic(main thread): Illegal instruction at address 0x55FF53D18D88 #16111

Open
DanielKucal opened this issue Jan 2, 2025 · 1 comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux runtime

Comments

@DanielKucal
Copy link

How can we reproduce the crash?

Proxy app utilizing Bun's HTTP server running for a few months on a server experienced panic error and crashed

Relevant log output

warn: Could not decode sourcemap in '/usr/src/app/main.js': InvalidOriginalLineValue
============================================================
Bun v1.1.17 (bb66bba1) Linux x64 (baseline)
Linux Kernel v5.15.143 | glibc v2.31
Args: "bun" "run" "main.js"
Features: jsc Bun.stdin(2) dotenv fetch(74) http_server
Builtins: "bun:main" "node:buffer" "node:child_process" "node:crypto" "node:fs" "node:fs/promises" "node:http" "node:https" "node:os" "node:path" "node:process" "node:stream" "node:string_decoder" "node:url" "node:util" "node:util/types"
Elapsed: 1879699656ms | User: 153356ms | Sys: 107905ms
RSS: 1.05GB | Peak: 0.16GB | Commit: 1.05GB | Faults: 1097

panic(main thread): Illegal instruction at address 0x55FF53D18D88
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.17 (bb66bba) on linux x86_64_baseline [RunCommand]

Illegal instruction at address 0x55FF53D18D88

@DanielKucal DanielKucal added the crash An issue that could cause a crash label Jan 2, 2025
@github-actions github-actions bot added linux An issue that occurs on Linux runtime labels Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

@DanielKucal, thank you for reporting this crash. The latest version of Bun is v1.1.41, but this crash was reported on Bun v1.1.17.

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

bun upgrade

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

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