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
I was running
bun index.html
where the html file referenced a .scss file. But since bun doesn't support sass I renamed it to .css, which triggered this crash.
.scss
.css
The code I ran it on is open source so you can try it for yourself to reproduce:
[x2] Reloaded in 3ms: index.html error: File not found "C:\Users\bme\projects\brianevans-tech\src\styles\index.scss" at C:\Users\bme\projects\brianevans-tech\src\styles\index.scss ============================================================ Bun v1.2.4 (fd9a5ea6) Windows x64 Windows v.win10_cu CPU: sse42 avx avx2 Args: "C:\Users\bme\.bun\bin\bun.exe" ".\index.html" Features: Bun.stdin(2) http_server jsc dev_server tsconfig(8) Builtins: "node:buffer" "node:string_decoder" "node:util/types" Elapsed: 64823ms | User: 328ms | Sys: 125ms RSS: 0.15GB | Peak: 0.17GB | Commit: 0.21GB | Faults: 53115 panic(main thread): Internal assertion failure oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Bun v1.2.4 (fd9a5ea) on windows x86_64 [AutoCommand]
fd9a5ea
panic: Internal assertion failure
bundle_v2.zig:1225
enqueueEntryPoints
DevServer.zig:2614
startNextBundleIfPresent
DevServer.zig:2008
finalizeBundle
bundle_v2.zig:2726
finishFromBakeDevServer
memory_allocator.zig:31
mimalloc_free
event_loop.zig:1377
tickConcurrent
javascript.zig:1329
eventLoop
Features: tsconfig, tsconfig_paths, Bun.stdin, http_server, jsc, dev_server
Sentry Issue: BUN-D1V
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can we reproduce the crash?
I was running
where the html file referenced a
.scss
file. But since bun doesn't support sass I renamed it to.css
, which triggered this crash.The code I ran it on is open source so you can try it for yourself to reproduce:
Relevant log output
Stack Trace (bun.report)
Bun v1.2.4 (
fd9a5ea
) on windows x86_64 [AutoCommand]panic: Internal assertion failure
bundle_v2.zig:1225
:enqueueEntryPoints
DevServer.zig:2614
:startNextBundleIfPresent
DevServer.zig:2008
:finalizeBundle
bundle_v2.zig:2726
:finishFromBakeDevServer
memory_allocator.zig:31
:mimalloc_free
memory_allocator.zig:31
:mimalloc_free
event_loop.zig:1377
:tickConcurrent
javascript.zig:1329
:eventLoop
Features: tsconfig, tsconfig_paths, Bun.stdin, http_server, jsc, dev_server
Sentry Issue: BUN-D1V
The text was updated successfully, but these errors were encountered: