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 at address 0x1FBB0A63260 #17999

Open
GTLOLI opened this issue Mar 8, 2025 · 2 comments
Open

Segmentation fault at address 0x1FBB0A63260 #17999

GTLOLI opened this issue Mar 8, 2025 · 2 comments
Labels
crash An issue that could cause a crash needs repro Needs an example to reproduce runtime windows An issue that is known to occur on Windows

Comments

@GTLOLI
Copy link

GTLOLI commented Mar 8, 2025

How can we reproduce the crash?

No response

Relevant log output

Bun v1.2.0 (b0c5a765) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2
Args: "bun" "run" "--hot" "src/index.js"
Features: Bun.stderr(840) Bun.stdout(840) dotenv(841) http_server jsc transpiler_cache(1693) tsconfig(23) workers_spawned(840) workers_terminated(420)
Builtins: "bun:main" "node:assert" "node:async_hooks" "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:process" "node:querystring" "node:stream" "node:string_decoder" "node:timers" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "node:http2"
Elapsed: 12606168ms | User: 478265ms | Sys: 52312ms
RSS: 5.85GB | Peak: 5.89GB | Commit: 25.53GB | Faults: 11078335

panic(thread 24592): Segmentation fault at address 0x1FBB0A63260
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.2.0 (b0c5a76) on windows x86_64 [RunCommand]

Segmentation fault at address 0x1FBB0A63260

  • ??? at 0x16f1056
  • ??? at 0x16f0f02
  • ??? at 0x403179
  • ??? at 0x2cd09c
  • ??? at 0xbdff30
  • ??? at 0x10ce267
  • ??? at 0x140815b
  • ??? at 0x9558a2
  • ??? at 0x17374 in KERNEL32.DLL
  • ??? at 0x4cc91 in ntdll.dll

Features: workers_spawned, workers_terminated, Bun.stderr, Bun.stdout, dotenv, http_server, jsc, transpiler_cache, tsconfig, tsconfig

Sentry Issue: BUN-9WS

@GTLOLI GTLOLI added the crash An issue that could cause a crash label Mar 8, 2025
@github-actions github-actions bot added runtime windows An issue that is known to occur on Windows labels Mar 8, 2025
Copy link
Contributor

github-actions bot commented Mar 8, 2025

@GTLOLI, the latest version of Bun is v1.2.4, but this crash was reported on Bun v1.2.0.

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

bun upgrade

@RiskyMH RiskyMH added the needs repro Needs an example to reproduce label Mar 8, 2025
Copy link
Contributor

github-actions bot commented Mar 8, 2025

Hello @GTLOLI. Please provide a minimal reproduction using a GitHub repository, Replit, CodeSandbox, or provide a bulleted list of commands to run that reproduce this issue. Issues marked with needs repro will be closed if they have no activity within 3 days.

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 needs repro Needs an example to reproduce runtime windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

2 participants