Closed gitblit closed 2 months ago
Bun v1.1.5 (#10527) on windows x86_64 [RunCommand]
Segmentation fault at address 0x00000068
event_loop.zig:2168
: loop
Allocator.zig:86
: rawAlloc
types.zig:1086
: eat
xcall_once.h:94
](https://github.com/oven-sh/bun/blob/b257a309772db2e9dfb745f97068aea6a32ca151/C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/xcall_once.h#L94): std::_Init_once_completer::~_Init_once_completer
llint_entry
Bun v1.1.8 (89d2580
) on windows x86_64 [RunCommand]
Segmentation fault at address 0x00000078
process.zig:1519
: spawnProcessWindows
process.zig:1189
: spawnProcess
base.zig:1501
: method
LLIntEntrypoint.cpp:70
: JSC::LLInt::setFunctionEntrypoint
This appears to have been resolved sometime between version1.1.8 and 1.1.26.
What version of Bun is running?
1.1.4+fbe2fe0c3
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
index.ts
utils.ts
console
What is the expected behavior?
Console should display:
What do you see instead?
Additional information
If I remove the syntax
with { type: "macro" }
, then it succeeds.