mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
feat: overhaul the crash handler (#10203)
* some work * linux things * linux things * feat: tracestrings on Windows * bwaa * more work on the crash handler * okay * adgadsgbcxcv * ya * dsafds * a * wuh * a * bru h * ok * yay * window * alright * oops * yeah * a * a * OOM handling * fix on window
This commit is contained in:
20
.github/ISSUE_TEMPLATE/6-crash-report.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/6-crash-report.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Crash
|
||||
description: Crash report
|
||||
labels: [bug, crash]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for submitting a crash report. It helps make Bun better.
|
||||
|
||||
- type: textarea
|
||||
id: remapped_trace
|
||||
attributes:
|
||||
label: Stack Trace
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Any extra info?
|
||||
description: If this is a reproducible bug, please provide a code snippet or list of steps that can reproduce it.
|
||||
Reference in New Issue
Block a user