oven-sh / bun

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

Segmentation Fault in Bun v1.1.25 #13547

Open Paul-Okello opened 2 weeks ago

Paul-Okello commented 2 weeks ago

How can we reproduce the crash?

Title: Segmentation Fault in Bun v1.1.25

Description: I encountered a segmentation fault while running a command with Bun v1.1.25. Below are the details:

Relevant log output

- **Performance Metrics**:
- Elapsed time: 17544ms
- User time: 6894ms
- System time: 745ms
- RSS: 1.02GB
- Peak memory usage: 0.40GB
- Commit memory: 1.02GB
- Page faults: 282
- **Crash Details**:
- The crash occurred due to a segmentation fault at address 0x18.

Please let me know if you need any additional information to help diagnose this issue.

Stack Trace (bun.report)

Bun v1.1.25 (fe62a61) on linux x86_64 [AutoCommand]

Segmentation fault at address 0x00000018

github-actions[bot] commented 2 weeks ago

@Paul-Okello, the latest version of Bun is v1.1.26, but this crash was reported on Bun v1.1.25.

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

bun upgrade