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
JavaScript/TypeScript code that reproduces the crash?
const{ Level }=require('level')// Create a databaseconstdb=newLevel('./db',{valueEncoding: 'json'})// Add an entry with key 'a' and value 1awaitdb.put('a',1)// Add multiple entriesawaitdb.batch([{type: 'put',key: 'b',value: 2}])// Get value of key 'a': 1constvalue=awaitdb.get('a')// Iterate entries with keys that are greater than 'a'forawait(const[key,value]ofdb.iterator({gt: 'a'})){console.log(value)// 2}
Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.8 (89d2580) on windows x86_64 [AutoCommand]
error: No native build was found for platform=linux arch=x64 runtime=node abi=115 uv=1 libc=glibc node=22.3.0
loaded from: /root/windvane2/F:\Project\NodeScript\node_modules\classic-level
How can we reproduce the crash?
when i write bun index.ts
JavaScript/TypeScript code that reproduces the crash?
Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.8 (
89d2580
) on windows x86_64 [AutoCommand]Segmentation fault at address 0x7FFD57FABAE0
0x5deb5
in ntdll.dll0x5dbab
in ntdll.dll0x5da8d
in ntdll.dll0x1e3bb
in KERNEL32.DLL0x205bc
in ucrtbase.dll0x2045f
in ucrtbase.dllGlobal.zig:123
:exitWide
Global.zig:106
:exit
javascript.zig:941
:eventLoop
The text was updated successfully, but these errors were encountered: