oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.4k stars 2.78k forks source link

Segmentation Fault #15145

Open NJordan72 opened 1 week ago

NJordan72 commented 1 week ago

How can we reproduce the crash?

No response

Relevant log output

bun test v1.1.34 (5e5e7c60)

src/index.test.ts:
============================================================
Bun v1.1.34 (5e5e7c60) Linux x64
WSL Kernel v5.15.167 | glibc v2.35
CPU: sse42 popcnt avx avx2
Args: "/home/user/.volta/tools/image/packages/bun/bin/bun" "test"
Features: jsc tsconfig 
Elapsed: 55ms | User: 21ms | Sys: 0ms
RSS: 1.07GB | Peak: 40.20MB | Commit: 1.07GB | Faults: 300

panic(main thread): Segmentation fault at address 0x1
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.34 (5e5e7c6) on linux x86_64 [TestCommand]

Segmentation fault at address 0x00000001

Features: jsc, tsconfig

github-actions[bot] commented 1 week ago

Thank you for reporting this crash.

For Bun's internal tracking, this issue is BUN-8CZ.

github-actions[bot] commented 1 week ago

Hello @NJordan72. 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.