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
You can reproduce the error by running the following repo inside of a WSL machine https://github.com/alexkahndev/elysia-oauth2-example.git
--- Bun is auto-restarting due to crash [time: 1721156865607] --- ============================================================ Bun v1.1.20 (ae194892) Linux x64 WSL Kernel v5.15.133 | glibc v2.35 CPU: sse42 popcnt avx avx2 Args: "bun" "run" "--watch" "src/server.ts" Features: jsc dotenv transpiler_cache(3) tsconfig(2) Builtins: "bun:main" "node:fs/promises" "node:path" Elapsed: 88ms | User: 7438ms | Sys: 2635ms RSS: 1.04GB | Peak: 0.15GB | Commit: 1.04GB | Faults: 7 panic(main thread): Segmentation fault at address 0x1A oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Bun v1.1.20 (ae19489) on linux x86_64 [RunCommand]
ae19489
Segmentation fault at address 0x0000001A
ld-temp.o:0
WTF::Unicode::convertReplacingInvalidSequences
??
llint_relativePCBase
JSC::Interpreter::executeCall
JSC::JSModuleEnvironment::getOwnPropertySlot
JSC::VM::drainMicrotasks
unbounded_queue.zig:129
src.bun.js.module_loader.RuntimeTranspilerStore.drain
event_loop.zig:1211
src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_117904
fifo.zig:245
src.bun.js.event_loop.EventLoop.tick
The text was updated successfully, but these errors were encountered:
chore: use export type (maybe cause elysiajs/elysia#725 and oven-sh/b…
eb553b8
…un#12606)
Can you try it with elysia-oauth2@v1.3.0?
Sorry, something went wrong.
No branches or pull requests
How can we reproduce the crash?
You can reproduce the error by running the following repo inside of a WSL machine https://github.com/alexkahndev/elysia-oauth2-example.git
Relevant log output
Stack Trace (bun.report)
Bun v1.1.20 (
ae19489
) on linux x86_64 [RunCommand]Segmentation fault at address 0x0000001A
ld-temp.o:0
:WTF::Unicode::convertReplacingInvalidSequences
??
ld-temp.o:0
:llint_relativePCBase
ld-temp.o:0
:JSC::Interpreter::executeCall
ld-temp.o:0
:JSC::JSModuleEnvironment::getOwnPropertySlot
ld-temp.o:0
:JSC::VM::drainMicrotasks
unbounded_queue.zig:129
:src.bun.js.module_loader.RuntimeTranspilerStore.drain
event_loop.zig:1211
:src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_117904
fifo.zig:245
:src.bun.js.event_loop.EventLoop.tick
The text was updated successfully, but these errors were encountered: