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

Segmentation fault when using Rsbuild #15046

Closed
askareija opened this issue Nov 8, 2024 · 1 comment
Closed

Segmentation fault when using Rsbuild #15046

askareija opened this issue Nov 8, 2024 · 1 comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux runtime

Comments

@askareija
Copy link

askareija commented Nov 8, 2024

How can we reproduce the crash?

  1. bun create rsbuild@latest
  2. Options:
    • Use Typescript
    • Use Biome
  3. Run bun run dev

I'm running this on VSCode Dev container, using latest Bun 1.1.34 with oven/bun:debian image

Relevant log output

bun:/workspaces/react-boilerplate$ bun run dev
$ rsbuild dev
  Rsbuild v1.1.0

  ➜ Local:    http://localhost:3000/
  ➜ Network:  http://172.18.0.9:3000/
  ➜ press h + enter to show shortcuts

start   Building...
============================================================
Bun v1.1.34 (5e5e7c60) Linux x64 (baseline)
Linux Kernel v6.9.3 | glibc v2.31
CPU: sse42 popcnt avx avx2 avx512
Args: "node" "/workspaces/react-boilerplate/node_modules/.bin/rsbuild" "dev"
Features: Bun.stdin(2) http_server jsc tsconfig 
Builtins: "bun:jsc" "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:constants" "node:crypto" "node:events" "node:fs" "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:vm" "node:zlib" "node:v8" "node:inspector" 
Elapsed: 460ms | User: 494ms | Sys: 87ms
RSS: 1.04GB | Peak: 0.27GB | Commit: 1.04GB | Faults: 0

panic(main thread): Segmentation fault at address 0x5
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.34/Bn15e5e7c6AkgglggCu0g2jE+8mO__msq35Dyvgt4E2g5nmF41ht7D__A2AK

error: script "dev" was terminated by signal SIGILL (Illegal instruction)
Illegal instruction (core dumped)

Stack Trace (bun.report)

Bun v1.1.34 (5e5e7c6) on linux x86_64_baseline [RunAsNodeCommand]

Segmentation fault at address 0x00000005

Features: Bun.stdin, http_server, jsc, tsconfig

Sentry Issue: BUN-5R4

@askareija askareija added the crash An issue that could cause a crash label Nov 8, 2024
@github-actions github-actions bot added linux An issue that occurs on Linux runtime labels Nov 8, 2024
@nektro
Copy link
Member

nektro commented Nov 8, 2024

duplicate of #11628

@nektro nektro closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 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 occurs on Linux runtime
Projects
None yet
Development

No branches or pull requests

2 participants