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

Submitting Automated Crash report. #12208

Open
Kazumasan opened this issue Jun 27, 2024 · 2 comments
Open

Submitting Automated Crash report. #12208

Kazumasan opened this issue Jun 27, 2024 · 2 comments
Labels
crash An issue that could cause a crash windows An issue that only occurs on Windows

Comments

@Kazumasan
Copy link

How can we reproduce the crash?

run bunx shadcn-svelte@latest init
in an empty sveltekit skeleton project.

If you think this issue is related to something else, close it.

Relevant log output

============================================================                                                            Bun v1.1.10 (5102a944) Windows x64                                                                                      Args: "bun" "C:\Users\Bastian\AppData\Local\Temp\bunx-2969596043-shadcn-svelte@latest\node_modules\shadcn-svelte\dist\index.js" "init"                                                                                                          Features: jsc Bun.stdin(2) Bun.stdout fetch spawn(2) transpiler_cache(3) tsconfig_paths tsconfig(2)                     Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:console" "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:zlib" "node:worker_threads" "node:http2" "node:diagnostics_channel"                          Elapsed: 8785ms | User: 78ms | Sys: 0ms                                                                                 RSS: 0.27GB | Peak: 0.27GB | Commit: 4.64GB | Faults: 68720                                                                                                                                                                                     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:

Stack Trace (bun.report)

Bun v1.1.10 (5102a94) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x00000005

  • 5 unknown/js code
  • ??
  • 4 unknown/js code
@Kazumasan Kazumasan added the crash An issue that could cause a crash label Jun 27, 2024
@github-actions github-actions bot added the windows An issue that only occurs on Windows label Jun 27, 2024
Copy link
Contributor

@Kazumasan, the latest version of Bun is v1.1.16, but this crash was reported on Bun v1.1.10.

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

bun upgrade

@Kazumasan
Copy link
Author

that headsup is nice.

yes issue persists:

Bun v1.1.17 (bb66bba1) Windows x64
Args: "bun" "C:\Users\Bastian\AppData\Local\Temp\bunx-2969596043-shadcn-svelte@latest\node_modules\shadcn-svelte\dist\index.js" "init"
Features: jsc Bun.stdin(2) Bun.stdout dotenv fetch spawn(2) tsconfig_paths tsconfig(2) 
Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:console" "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:zlib" "node:worker_threads" "node:http2" "node:diagnostics_channel" 
Elapsed: 7018ms | User: 62ms | Sys: 0ms
RSS: 0.29GB | Peak: 0.29GB | Commit: 4.69GB | Faults: 75385

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:

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 windows An issue that only occurs on Windows
Projects
None yet
Development

No branches or pull requests

1 participant