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

error: script "start" was terminated by signal SIGILL (Illegal instruction) #11884

Open
mi3lix9 opened this issue Jun 15, 2024 · 0 comments
Open
Labels
crash An issue that could cause a crash linux An issue that only occurs on Linux runtime

Comments

@mi3lix9
Copy link

mi3lix9 commented Jun 15, 2024

How can we reproduce the crash?

I am doing some code with Docker image oven/bun:debian
When I deploy I face this error:

$ NODE_ENV=production bun src/index.ts
============================================================
Bun v1.1.13 (bd6a6051) Linux x64 (baseline)
Args: "bun" "src/index.ts"
Features: jsc fetch tsconfig
Builtins: "abort-controller" "bun:main" "node:child_process" "node:dns" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:net" "node:os" "node:path" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node-fetch"
Elapsed: 166ms | User: 152ms | Sys: 42ms
RSS: 1.07GB | Peak: 71.09MB | Commit: 1.07GB | Faults: 0

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

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

 https://bun.report/1.1.13/Ba1bd6a605AigiggE2+8ukE+1mOkv4v9C6z0w9C_69096D_y4796D69096D_A2AA

error: script "start" was terminated by signal SIGILL (Illegal instruction)
============================================================
Bun v1.1.13 (bd6a6051) Linux x64 (baseline)
Args: "bun" "start"
Features: spawn
Elapsed: 282ms | User: 19ms | Sys: 15ms
RSS: 1.07GB | Peak: 14.42MB | Commit: 1.07GB | Faults: 0

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

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

 https://bun.report/1.1.13/Ba1bd6a605AggggI+1mOwxji5C6vj35C47jo0Cg9vm0CA2AA

https://github.com/mi3lix9/teleseerr

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.13 (bd6a605) on linux x86_64_baseline [AutoCommand]

Segmentation fault at address 0x00000000

@mi3lix9 mi3lix9 added the crash An issue that could cause a crash label Jun 15, 2024
@github-actions github-actions bot added linux An issue that only occurs on Linux runtime labels Jun 15, 2024
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 only occurs on Linux runtime
Projects
None yet
Development

No branches or pull requests

1 participant