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
When using `--watch` a little more output is generated:
107 |return opts[p] || p;
108 | })
109 | );
110 | tries.push(n);
111 | try {
112 | b = opts.path ? requireFunc.resolve(n) : requireFunc(n);
^
TypeError: LoadLibrary failed: A dynamic link library (DLL) in
at bindings (.\node_modules\bindings\bindings.js:112:48)
at new Database (.\node_modules\better-sqlite3\lib\database.js:48:29)
Stack Trace (bun.report)
Bun v1.1.29 (6d43b36) on windows x86_64 [RunCommand]
How can we reproduce the crash?
All you need to call is the following:
Relevant log output
Stack Trace (bun.report)
Bun v1.1.29 (
6d43b36
) on windows x86_64 [RunCommand]Segmentation fault at address 0x7FFA56F14D80
0x5175c
in ntdll.dll0x514b7
in ntdll.dll0x5115d
in ntdll.dll0x17fab
in KERNEL32.DLLexit.cpp:137
:exit_or_terminate_process
exit.cpp:274
:common_exit
Global.zig:121
:exit
javascript.zig:1316
:globalExit
javascript.zig:1228
:eventLoop
Features: jsc, tsconfig
The text was updated successfully, but these errors were encountered: