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
It happens on Windows and Powershell, with the framework I'm doing, during hotreload.
To reproduce it, you can do "bun create brisa@0.0.143", then "bun dev" and refresh the page for hotreloading 2 times (the first time it goes, the second time it crashes).
For more info: Hotreloading in Brisa is implemented with import {watch} from 'node:fs' to build some files before to send the web socket.
Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.21 (70ca2b7) on windows x86_64 [AutoCommand]
panic: access of union field 'entries' while field 'err' is active
How can we reproduce the crash?
It happens on Windows and Powershell, with the framework I'm doing, during hotreload.
To reproduce it, you can do "
bun create brisa@0.0.143
", then "bun dev
" and refresh the page for hotreloading 2 times (the first time it goes, the second time it crashes).For more info: Hotreloading in Brisa is implemented with
import {watch} from 'node:fs'
to build some files before to send the web socket.Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.21 (
70ca2b7
) on windows x86_64 [AutoCommand]panic: access of union field 'entries' while field 'err' is active
resolver.zig:2860
:dirInfoCachedMaybeLog
string_immutable.zig:866
:eqlCaseInsensitiveASCII
0x1257d
in KERNEL32.DLL0x5af28
in ntdll.dllThe text was updated successfully, but these errors were encountered: