-
FenderQndorf: do you use monero-wallet-cli on OpenBSD?
-
ndorfnot really, why?
-
FenderQwas just curious if you did, wondering if it was stable for you
-
ndorfi do have it readily available if you want me to try to reproduce something
-
ndorfi run a daemon on openbsd but not usually the wallet
-
FenderQI am able to run monerod and monero-wallet-rpc ok, yet when I run monero-wallet-cli I find it segfaults
-
FenderQwith corrupted text displayed in the term
-
FenderQv0.17.3.0 with OpenBSD 7.0 amd64
-
ndorfsounds like some readline issue
-
FenderQyep, it is when input is entered
-
» FenderQ wonders if it is related to libiconv and LC_CTYPE=en_US.UTF-8
-
FenderQoh maybe not, it's not in ldd
-
ndorfno crash yet, but i am getting a bunch of illegal chars on almost every line
-
FenderQI am also running with sysctl vm.malloc_conf=S
-
FenderQextra heap checking
-
FenderQthanks for taking a look
-
ndorfwhich readline does ldd say you're linked against? mine says /usr/lib/libreadline.so.4.0
-
FenderQsame /usr/lib/libreadline.so.4.0
-
FenderQboost-1.76.0v0 (matching the default with OpenBSD 7.0)
-
ndorfGNU readline is in the ports, i would try that
-
FenderQk thx
-
ndorfnote that they changed the lib name to ereadline, so you'll have to link against that name
-
FenderQok
-
hycis libeareadline really gnu readline? they also have a libedit-based readline emulator
-
sp00kymuld3r[m].
-
ndorflibereadline, not ea. but yes