Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camc314/chrome-error-code-repro
https://github.com/camc314/chrome-error-code-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/camc314/chrome-error-code-repro
- Owner: camc314
- Created: 2024-08-16T10:18:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T10:29:29.000Z (3 months ago)
- Last Synced: 2024-08-16T11:46:17.014Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is designed to reproduce a crash in V8
the crash specifically relates to a new V8 feature (V8ProfileGuidedOptimization).
To reproduce this crash:
1. `npm ci`
2. `npm run start`
3. launch chrome, and navigate to `http://localhost:3000/`
4. open dev tools
5. click Sources
6. click `_N_E` (Next.js)
7. click `pages`
8. click `index.tsx`
9. add a breakpoint on line 3 (`const queue = [1,2,3];`)
10. in the console, run: `xx()`
11. keep on pressing the down arrow key until the render crashes