Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elysia and bun crush when use in wndows #10736

Open
hcasalderrey opened this issue May 1, 2024 · 0 comments
Open

Elysia and bun crush when use in wndows #10736

hcasalderrey opened this issue May 1, 2024 · 0 comments
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@hcasalderrey
Copy link

How can we reproduce the crash?

export const userRouter = new Elysia({prefix: '/users'})
.post('/', ()=>createUserController.run.bind(createUserController), createUserDTO)

Relevant log output

Features: dotenv http_server transpiler_cache(2) tsconfig(2)
Builtins: "bun:main" "node:async_hooks" "node:child_process" "node:events" "node:fs" "node:fs/promises" "node:os" "node:path" "node:string_decoder" "node:tty" "node:util" "node:util/types"
Elapsed: 149880ms | User: 250ms | Sys: 156ms
RSS: 0.17GB | Peak: 0.19GB | Commit: 0.21GB | Faults: 69231

Stack Trace (bun.report)

Bun v1.1.6 (e58d67b) on windows x86_64 [RunCommand]

Segmentation fault at address 0xFFFFFFFFFFFFFFFF

@hcasalderrey hcasalderrey added bug Something isn't working crash An issue that could cause a crash labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

1 participant