Open Daw588 opened 6 days ago
@Daw588, the latest version of Bun is v1.1.37, but this crash was reported on Bun v1.1.36.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
Yes, the crash also occurs on Bun v1.1.37.
This is similar to the crash bun "// /"
(https://github.com/oven-sh/bun/issues/13615), bun occasionally must still have issues with posix /
for root folder.
How can we reproduce the crash?
Relevant log output
Stack Trace (bun.report)
Bun v1.1.36 (
ededc16
) on windows x86_64 [RunCommand]panic: Internal Error: Do not pass posix paths to Windows APIs, was given '/'. Please open an issue on GitHub with a reproduction.
string_immutable.zig:2110
:assertIsValidWindowsPath
sys_uv.zig:43
:open
sys.zig:1329
:open
glob.zig:196
:run
atomic.zig:40
:load
Features: jsc, tsconfig
Sentry Issue: BUN-1CG