We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I waited for a long time. My laptop went to sleep, and when I woke it up, I saw the terminal.
Bun v1.1.8 (89d25807) Windows x64 Args: "C:\Users\dell\.bun\bin\bun.exe", "--hot", ".\server.ts" Features: jsc fetch(7) http_server transpiler_cache(52) tsconfig(14) Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:crypto" "node:events" "node:fs" "node:http" "node:https" "node:net" "node:path" "node:querystring" "node:stream" "node:string_decoder" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "undici" Elapsed: 7078531ms | User: 6453ms | Sys: 1515ms RSS: 0.16GB | Peak: 0.42GB | Commit: 0.48GB | Faults: 277967
Bun v1.1.8 (89d2580) on windows x86_64 [AutoCommand]
89d2580
panic: reached unreachable code
http.zig:1615
isCompressed
??
uv__process_poll_req
uv_run
http.zig:834
processEvents
http.zig:763
onStart
The text was updated successfully, but these errors were encountered:
@Kedar200, thank you for reporting this crash. The latest version of Bun is v1.1.41, but this crash was reported on Bun v1.1.8.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
For Bun's internal tracking, this issue is BUN-2EQ.
Sorry, something went wrong.
No branches or pull requests
How can we reproduce the crash?
I waited for a long time. My laptop went to sleep, and when I woke it up, I saw the terminal.
Relevant log output
Stack Trace (bun.report)
Bun v1.1.8 (
89d2580
) on windows x86_64 [AutoCommand]panic: reached unreachable code
http.zig:1615
:isCompressed
??
uv__process_poll_req
??
uv_run
http.zig:834
:processEvents
http.zig:763
:onStart
The text was updated successfully, but these errors were encountered: