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:
dave caruso
2024-04-17 15:32:25 -07:00
committed by GitHub
parent f764c1233b
commit c99d7ed331
48 changed files with 1575 additions and 1020 deletions

View 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.