oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.61k stars 2.72k forks source link

Segmentation fault when creating project with `bun create` #11514

Closed mavyfaby closed 4 months ago

mavyfaby commented 4 months ago

How can we reproduce the crash?

Run bun create elysia on the terminal and it shows:

image

JavaScript/TypeScript code that reproduces the crash?

No response

Relevant log output

[1]    14551 illegal hardware instruction (core dumped)  bun create elysia

Stack Trace (bun.report)

Bun v1.1.11 (4fb6056) on linux x86_64 [CreateCommand]

Segmentation fault at address 0x000005CC

mavyfaby commented 4 months ago

works on bun version 1.1.10 tho.

mavyfaby commented 4 months ago

works now on 1.1.12, closing.