You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Richardson Douglas\Documents\Verttice\vrtc_checklist_back> bun -v
1.1.42
PS C:\Users\Richardson Douglas\Documents\Verttice\vrtc_checklist_back> bun dev
$ bun --watch src/infrastructure/fastify/app.ts
Iniciando
Interal address http://127.0.0.1:3000
Server listening on http://0.0.0.0:3000
Worker created for job: teste
prisma:info Starting a postgresql pool with 21 connections.
Worker for job "teste" online {
worker: {
isMainThread: undefined,
resourceLimits: undefined,
threadId: 2,
},
}
Worker for job "teste" exited with code 0 {
worker: {
isMainThread: undefined,
resourceLimits: undefined,
threadId: 2,
},
}
Worker deleted for job: teste
============================================================
Bun Canary v1.1.42-canary.10 (774e30d3) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2
Args: "C:\Users\Richardson Douglas\.bun\bin\bun.exe""--watch""src/infrastructure/fastify/app.ts"
Features: dotenv(3) http_server jsc transpiler_cache(14) tsconfig(2) tsconfig_paths workers_spawned workers_terminated process_dlopen(2)
Builtins: "bun:main""node:assert""node:async_hooks""node:buffer""node:child_process""node:crypto""node:dns""node:events""node:fs""node:fs/promises""node:http""node:https""node:os""node:path""node:stream""node:string_decoder""node:tty""node:url""node:util""node:util/types""node:zlib""node:worker_threads""node:diagnostics_channel"
Elapsed: 20760ms | User: 625ms | Sys: 484ms
RSS: 0.50GB | Peak: 0.50GB | Commit: 0.64GB | Faults: 144248
panic(thread 10620): Segmentation fault at address 0x3B900000232
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,please file a GitHub issue using the link below: https://bun.report/1.1.42/wa2774e30d6Chw/6//B_0rw9jCwlq7rBy1u9rB+n1isB4u40sBg6gypB4nv8dggz5f2m+mmBA2y7BkjB--- Bun is auto-restarting due to crash [time: 1734970205698] ---IniciandoEADDRINUSE: Failed to start server. Is port 3000 in use? syscall: "listen" at serve (node:http:541:41)error: script "dev" exited with code 1
Stack Trace (bun.report)
Bun v1.1.42-canary (774e30d) on windows x86_64 [AutoCommand]
How can we reproduce the crash?
Bun Version: 1.1.42
System: Windows 11 24H2 26100.2605
Codes:
app.js (fastify):
jobs (bree):
Job test:
Before the test JOB it was like this at the end:
However, I modified it so that it is an await
Relevant log output
Stack Trace (bun.report)
Bun v1.1.42-canary (
774e30d
) on windows x86_64 [AutoCommand]Segmentation fault at address 0xFFFFFFFFFFFFFFFF
napi.cpp:154
:Zig::NapiFinalizer::call
WeakSetInlines.h:54
:JSC::WeakBlock::finalize
WeakSet.h:71
:JSC::WeakSet::forEachBlock
MarkedSpace.cpp:215
:JSC::MarkedSpace::lastChanceToFinalize
Vector.h:824
:WTF::Vector<JSC::WeakBlock *,0,WTF::CrashOnOverflow,16,WTF::FastMalloc>::isEmpty
VM.cpp:501
:JSC::VM::~VM
VM.h:298
:JSC::VM::operator delete
web_worker.zig:513
:exitAndDeinit
web_worker.zig:407
:spin
bindings.cpp:5105
:JSC__VM__holdAPILock
Features: tsconfig_paths, workers_spawned, workers_terminated, process_dlopen, dotenv, http_server, jsc, transpiler_cache, tsconfig, tsconfig
Sentry Issue: BUN-854
The text was updated successfully, but these errors were encountered: