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

Get this crash when running bun run dev #15989

Closed
fikurimax opened this issue Dec 25, 2024 · 1 comment
Closed

Get this crash when running bun run dev #15989

fikurimax opened this issue Dec 25, 2024 · 1 comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux runtime

Comments

@fikurimax
Copy link

How can we reproduce the crash?

Tbh, I don't really understand what the problem is, on my terminal said that the error is a bug and could be report it. So, here it is.

I m running bun run dev inside Laravel app

Relevant log output

Bun v1.1.38 (bf2f153f) Linux x64
Linux Kernel v6.8.0 | glibc v2.39
CPU: sse42 popcnt avx avx2
Args: "node" "/home/user1/Development/myapp/node_modules/.bin/vite"
Features: Bun.stdin(2) Bun.stdout dotenv http_server jsc spawn transpiler_cache(6) 
Builtins: "bun:jsc" "bun:main" "node:assert" "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:readline" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "ws" "node:v8" 
Elapsed: 23519312ms | User: 416286ms | Sys: 137359ms
RSS: 0.69GB | Peak: 0.70GB | Commit: 0.69GB | Faults: 1

panic(main thread): Segmentation fault at address 0x0

Stack Trace (bun.report)

Bun v1.1.38 (bf2f153) on linux x86_64 [RunAsNodeCommand]

Segmentation fault at address 0x00000000

Features: Bun.stdin, Bun.stdout, dotenv, http_server, jsc, spawn, transpiler_cache

@fikurimax fikurimax added the crash An issue that could cause a crash label Dec 25, 2024
@github-actions github-actions bot added linux An issue that occurs on Linux runtime labels Dec 25, 2024
Copy link
Contributor

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

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

bun upgrade

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

@RiskyMH RiskyMH closed this as completed Feb 9, 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

2 participants