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
1.1.43+76800b049
Microsoft Windows NT 10.0.19045.0 x64, seems to happen on linux too
Using a bun FileSystemRouter and Bun.serve make a request with a query like ?real=rea ; causes bun to crash Repo
FileSystemRouter
Bun.serve
?real=rea ;
The query string should be parsed or rejected gracefully without causing the server to crash
Seems just using Bun.serve causes it to crash too
Bun v1.1.43 (76800b0) on windows x86_64 [RunCommand]
76800b0
panic: @memcpy arguments alias
Writer.zig:19
writeAll
filesystem_router.zig:1196
match
JSCJSValue.h:753
JSC::ensureStillAliveHere
llint_entry
Features: tsconfig_paths, abort_signal, dotenv, http_server, jsc, transpiler_cache, tsconfig, tsconfig
Sentry Issue: BUN-2AF
The text was updated successfully, but these errors were encountered:
I'm able to recreate this inconsistently, might be something deeper?
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.1.43+76800b049
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64, seems to happen on linux too
What steps can reproduce the bug?
Using a bun
FileSystemRouter
andBun.serve
make a request with a query like?real=rea ;
causes bun to crashRepo
What is the expected behavior?
The query string should be parsed or rejected gracefully without causing the server to crash
What do you see instead?
Additional information
Seems just using
Bun.serve
causes it to crash tooStack Trace
Bun v1.1.43 (
76800b0
) on windows x86_64 [RunCommand]panic: @memcpy arguments alias
Writer.zig:19
:writeAll
filesystem_router.zig:1196
:match
JSCJSValue.h:753
:JSC::ensureStillAliveHere
llint_entry
Features: tsconfig_paths, abort_signal, dotenv, http_server, jsc, transpiler_cache, tsconfig, tsconfig
Sentry Issue: BUN-2AF
The text was updated successfully, but these errors were encountered: