#`new Database()` crashes Bun
1 messages · Page 1 of 1 (latest)
Any ideas on how I might fix this? Thanks!
doesn't occur on my cloud server (arm64), does on my physical server (x86_64)
@hollow vale i installed with npm i -g bun, is that the same as baseline?
no thats the main build
ok, do i need to manually install -baseline by downloading/extracting the zip?
all the special builds like baseline, debug, canary, etc are only available on gh releases yes
ok thanks
with the exception of canary being able to be upgraded to with bun upgrade --canary but you still cant directly install it
thanks, i replaced /usr/bin/bun with the bun from bun-linux-x64-baseline.zip
still getting the same error, i'd expect sqlite to work on a 13 year old cpu, is there a way to make it work?
13 years is very old... -baseline builds are already the "fix" for older cpus
it is old but everything else using sqlite3 works, what's specific to bun that doesn't work?
part of bun's speed comes from making use of advanced modern cpu features for performance boosts
so your cpu doesnt support one or more of them, like AVX2 or something (but baseline already removes AVX2 requirement so its something even older)
how do i mark this as solved?