sp-hash / TeamBlackMiner

Fast and stable mining software for Ethereum POW, Ethereum Classic, Zilliqa, Ravencoin (KAWPOW), Firo (FIROPOW), MEOWPOW, EVRPROGPOW , Vertcoin and Hypra.
91 stars 28 forks source link

Unable to launch on Ubuntu 22.04.01 (Ryzen) #336

Open MattF42 opened 1 year ago

MattF42 commented 1 year ago
root@ubuntu-miner:/home/pi/tbm/TeamBlackMiner_1_80_Ubuntu_18_04_Cuda_11_6# ./TBMiner --version
Segmentation fault (core dumped)
root@ubuntu-miner:/home/pi/tbm/TeamBlackMiner_1_80_Ubuntu_18_04_Cuda_11_6# uname -a
Linux ubuntu-miner 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu-miner:/home/pi/tbm/TeamBlackMiner_1_80_Ubuntu_18_04_Cuda_11_6# dmesg | tail -1
[ 3398.391644] traps: TBMiner[35634] general protection fault ip:7f01f5c0bce3 sp:7ffe018821b8 error:0 in TBMiner[7f01f5b6a000+a3000]
root@ubuntu-miner:/home/pi/tbm/TeamBlackMiner_1_80_Ubuntu_18_04_Cuda_11_6# 
MattF42 commented 1 year ago

After updating to 1.82 we have a different, and hopefully more solvable problem:

root@ubuntu-miner:/home/pi/TeamBlackMiner_1_82_Ubuntu_18_04_Cuda_11_6# ./TBMiner --help
./TBMiner: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by ./TBMiner)
root@ubuntu-miner:/home/pi/TeamBlackMiner_1_82_Ubuntu_18_04_Cuda_11_6# dpkg -S /lib/x86_64-linux-gnu/libpthread.so.0
libc6:amd64: /lib/x86_64-linux-gnu/libpthread.so.0
root@ubuntu-miner:/home/pi/TeamBlackMiner_1_82_Ubuntu_18_04_Cuda_11_6# 
jimduchek commented 1 year ago

Same on a newish Arch install. Really shouldn't be built partially statically linked.