Open psy0rz opened 1 year ago
1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49
Description: Ubuntu 22.04.3 LTS
Create this test.js:
import freetype from "freetype2"; freetype.NewFace("/usr/share/fonts/truetype/freefont/FreeSans.ttf");
Run bun test.js
Should exit silent and do nothing.
psy@ws2:~/bunbug$ bun test.js Segmentation fault (core dumped)
will add strace output
strace: strace.txt
p.s. bun is awesome, and the rest of my rather unconventional project seems to work flawlessly. ( https://github.com/psy0rz/ledder)
the bug is still present in 1.0.4
What version of Bun is running?
1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49
What platform is your computer?
Description: Ubuntu 22.04.3 LTS
What steps can reproduce the bug?
Create this test.js:
Run bun test.js
What is the expected behavior?
Should exit silent and do nothing.
What do you see instead?
Additional information
will add strace output