Skip to content
New issue

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

Crash on Windows during hotreloading #13089

Open
aralroca opened this issue Aug 5, 2024 · 0 comments
Open

Crash on Windows during hotreloading #13089

aralroca opened this issue Aug 5, 2024 · 0 comments
Labels
crash An issue that could cause a crash windows An issue that is known to occur on Windows

Comments

@aralroca
Copy link
Contributor

aralroca commented Aug 5, 2024

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

@aralroca aralroca added the crash An issue that could cause a crash label Aug 5, 2024
@github-actions github-actions bot added the windows An issue that is known to occur on Windows label Aug 5, 2024
@aralroca aralroca changed the title Crash on Windows during Crash on Windows during hotreloading Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

1 participant