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
idrk if its the best to reproduce but here are the steps anyways.
yarn start
it died after ~20 mins.
#message0 TimeoutError: The operation timed out TimeoutError: The operation timed out TimeoutError: The operation timed out #message0 #message0 #message0 #message0 #message0 ============================================================ Bun v1.1.18 (5a0b9352) Linux x64 Linux Kernel v5.15.0 | glibc v2.35 Args: "bun" "run" "src/index.ts" Features: jsc dotenv fetch(48) http_server transpiler_cache(2) tsconfig(8) Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:crypto" "node:events" "node:fs" "node:http" "node:https" "node:net" "node:os" "node:path" "node:querystring" "node:stream" "node:string_decoder" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "ws" Elapsed: 3062806ms | User: 1788ms | Sys: 410ms RSS: 0.90GB | Peak: 110.61MB | Commit: 0.90GB | Faults: 6 panic(main thread): Segmentation fault at address 0x12
Bun v1.1.18 (5a0b935) on linux x86_64 [RunCommand]
5a0b935
Segmentation fault at address 0x00000000
response.zig:0
src.bun.js.webcore.response.Fetch.FetchTasklet.onProgressUpdate
event_loop.zig:977
src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_116927
event_loop.zig:1249
src.bun.js.event_loop.EventLoop.tick
javascript.zig:1336
src.bun.js.javascript.OpaqueWrap__anon_51537__struct_81881.callback
bindings.cpp:4825
JSC__VM__holdAPILock
shimmer.zig:197
src.bun_js.Run.boot
run_command.zig:1399
src.cli.run_command.RunCommand.exec__anon_72440
cli.zig:1801
src.cli.Cli.start
Sentry Issue: BUN-9SP
The text was updated successfully, but these errors were encountered:
@NeonGamerBot-QK, the latest version of Bun is v1.1.38, but this crash was reported on Bun v1.1.18.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
Sorry, something went wrong.
it was the bun version, sorry
No branches or pull requests
How can we reproduce the crash?
idrk if its the best to reproduce but here are the steps anyways.
yarn start
it died after ~20 mins.
Relevant log output
Stack Trace (bun.report)
Bun v1.1.18 (
5a0b935
) on linux x86_64 [RunCommand]Segmentation fault at address 0x00000000
response.zig:0
:src.bun.js.webcore.response.Fetch.FetchTasklet.onProgressUpdate
event_loop.zig:977
:src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_116927
event_loop.zig:1249
:src.bun.js.event_loop.EventLoop.tick
javascript.zig:1336
:src.bun.js.javascript.OpaqueWrap__anon_51537__struct_81881.callback
bindings.cpp:4825
:JSC__VM__holdAPILock
shimmer.zig:197
:src.bun_js.Run.boot
run_command.zig:1399
:src.cli.run_command.RunCommand.exec__anon_72440
cli.zig:1801
:src.cli.Cli.start
Sentry Issue: BUN-9SP
The text was updated successfully, but these errors were encountered: