oven-sh / bun

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

Kuzco Worker error #12720

Open Bo0tstrap opened 1 month ago

Bo0tstrap commented 1 month ago

How can we reproduce the crash?

https://kuzco.xyz/ run a worker in vps , Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-116-generic x86_64)

Relevant log output

[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:25.970Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:28.507Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:31.505Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:31.870Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:34.507Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:34.927Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:37.506Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:37.891Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:40.506Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:40.985Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:43.514Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:43.870Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:46.508Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:46.983Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:49.507Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:49.892Z 1 Instance is initializing, skipping reconcile
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:52.508Z 1 Heartbeat
[Mai8wf1qZe3rOdr7By5gY]: 2024-07-22T11:28:52.979Z 1 Instance is initializing, skipping reconcile
============================================================
Bun v1.1.18 (5a0b9352) Linux x64 (baseline)
Linux Kernel v5.15.0 | glibc v2.35
Args: "kuzco" "worker" "start" "--worker" "Mai8wf1qZe3rOdr7By5gY" "--code" "4c7f01e5-9ce0-4cff-9b4f-dcf237557120"
Features: jsc Bun.stderr Bun.stdin(2) fetch(9) spawn(1957) WebSocket(2)
Builtins: "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:readline" "node:stream" "node:string_decoder" "node:timers" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "node:diagnostics_channel"
Elapsed: 458411ms | User: 10800ms | Sys: 2671ms
RSS: 1.07GB | Peak: 0.14GB | Commit: 1.07GB | Faults: 42

panic: 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.18/B_15a0b935AugigoQ2uw3mE+xyQ8gvyvD2t9yvD8qulwDk46p/Ds8xxvDgjh0rDksllBA2AA

Illegal instruction (core dumped)

Stack Trace (bun.report)

Bun v1.1.18 (5a0b935) on linux x86_64baseline []

Segmentation fault at address 0x00000000

github-actions[bot] commented 1 month ago

@Bo0tstrap, the latest version of Bun is v1.1.20, but this crash was reported on Bun v1.1.18.

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

bun upgrade
Bo0tstrap commented 1 month ago

@Bo0tstrap, the latest version of Bun is v1.1.20, but this crash was reported on Bun v1.1.18.

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

bun upgrade

version 1.1.20 but same error