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
Hi friends, I'm sure I'm holding it wrong, but I'm seeing a Bus Error upon attempting to open a transaction in pessimistic mode on 27226d9.
Erlang/OTP26[erts-14.1.1][source][64-bit][smp:10:10][ds:10:10:10][async-threads:1][jit]Interactive Elixir (1.16.0)-pressCtrl+Ctoexit(typeh() ENTER for help)iex(1)>{:ok,db}=:rocksdb.open('abcd',[create_if_missing: true]){:ok,#Reference<0.3067529985.887488542.124224>}iex(2)>:rocksdb.transaction(db,[])[1]66041 bus error iex -S mix
However, opening the db in optimistic mode seems to work:
Hi friends, I'm sure I'm holding it wrong, but I'm seeing a Bus Error upon attempting to open a transaction in pessimistic mode on 27226d9.
However, opening the db in optimistic mode seems to work:
Versions:
❯ uname -a Darwin dax.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 arm64
(MacOS 13.5.1 ARM M2)
Thanks for maintaining the library, I really appreciate it! :)
The text was updated successfully, but these errors were encountered: