oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager ā€“ all in one
https://bun.sh
Other
73.66k stars 2.72k forks source link

Bun Crash panic(thread 11372) #12475

Open mrcodings opened 3 months ago

mrcodings commented 3 months ago

How can we reproduce the crash?

when install cube earth animation package using bun

Relevant log output

bun install v1.1.18 (5a0b9352)
  šŸšš graceful-fs [866/875] ============================================================
Bun v1.1.18 (5a0b9352) Windows x64
Args: "C:\Users\PC-DEV-016\AppData\Roaming\npm\node_modules\bun\bin\bun.exe" "i"
Features: extracted_packages(204)
Elapsed: 407309ms | User: 640ms | Sys: 1203ms
RSS: 0.34GB | Peak: 0.48GB | Commit: 0.46GB | Faults: 361549

panic(thread 11372): Segmentation fault at address 0xFFFFFFFFFFFFFFFF
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.18/wi15a0b935AggB+zj1Lm2riU6pw3Zyqi4Zin4uYk4wi+C6v8/3C8gike4/6gegl4geA2DD

Stack Trace (bun.report)

Bun v1.1.18 (5a0b935) on windows x86_64 [InstallCommand]

Segmentation fault at address 0xFFFFFFFFFFFFFFFF

dylan-conway commented 3 months ago

Can you share the package.json you are installing with?

ramsesndame237 commented 1 week ago

Hi there! I'm interested in helping to investigate the panic crash reported here. @mrcodings can you please share the package.json file that caused the issue, it would be helpful for reproducing the error. Also, any additional logs or specific steps to replicate the crash would be greatly appreciated. Looking forward to collaborating on this!