sw-yx / bun-segfault-issue-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bun.sh Segfault repro

Here i was messing around trying to make a static site React generator in Bun. However I ran into this segfault issue and decided to commit it so you can repro.

steps to repro

git clone https://github.com/sw-yx/bun-segfault-issue-repro

bun install

bun run http.js

then head to http://localhost:3000/index

you will see a segfault

image

it does not segfault when you go to the other routes.

tracking issue

oven-sh/bun#216

livestream of process https://www.youtube.com/watch?v=VFKQvdWwuxw&t=8400s

About

License:MIT License


Languages

Language:JavaScript 100.0%