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

rsbuild dev server crashes #12848

Closed
kevnzac opened this issue Jul 26, 2024 · 1 comment
Closed

rsbuild dev server crashes #12848

kevnzac opened this issue Jul 26, 2024 · 1 comment
Labels
crash An issue that could cause a crash runtime windows An issue that is known to occur on Windows

Comments

@kevnzac
Copy link

kevnzac commented Jul 26, 2024

How can we reproduce the crash?

on windows create an rsbuild project:

bun create rsbuild@latest

cd into the project folder and run:

bun i
bun run dev

Relevant log output

$ rsbuild dev --open

  Rsbuild v1.0.1-beta.3

  > Network:  http://192.168.1.7:3000/
  > Local:    http://localhost:3000/

start   Compiling...
============================================================
Bun v1.1.20 (ae194892) Windows x64
CPU: sse42 avx avx2 avx512
Args: "node" "E:\rsbproj\node_modules\@rsbuild\core\bin\rsbuild.js" "dev" "--open"
Features: jsc Bun.stdin(2) http_server spawn transpiler_cache(18) tsconfig(2)
Builtins: "bun:jsc" "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:constants" "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:querystring" "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: 23214ms | User: 2765ms | Sys: 953ms
RSS: 0.47GB | Peak: 0.47GB | Commit: 0.66GB | Faults: 126045

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.20/wn1ae19489Aqggh0Csg5v5B___A2AK

error: script "dev" exited with code 3

Stack Trace (bun.report)

Bun v1.1.20 (ae19489) on windows x86_64 [RunAsNodeCommand]

Segmentation fault at address 0x00000005

@kevnzac kevnzac added the crash An issue that could cause a crash label Jul 26, 2024
@github-actions github-actions bot added runtime windows An issue that is known to occur on Windows labels Jul 26, 2024
@dylan-conway
Copy link
Member

Duplicate of #11628

@dylan-conway dylan-conway marked this as a duplicate of #11628 Jul 26, 2024
@dylan-conway dylan-conway closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 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 runtime windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

2 participants