ethereum-mining / ethminer

Ethereum miner with OpenCL, CUDA and stratum support
GNU General Public License v3.0
5.97k stars 2.28k forks source link

Segmentation Fault #2383

Open xvegax opened 2 years ago

xvegax commented 2 years ago

When I try to start Ethminer 18 (or 19 alpha) on a Linux box (Debian 64 bit with ATI card), I get an error:

ethminer19/bin/ethminer -G -P stratum1+tcp://#######@eth.2miners.com:2020

ethminer 0.19.0-alpha.0
Build: linux/release/gnu

Segmentation fault

sudo journalctl -f tells me:

ethminer[1729]: segfault at 0 ip 00007fe7543eab47 sp 00007ffc513a1ec0 error 4 in libamdocl64.so[7fe753976000+38ed000]
Dec 02 11:42:27 exp kernel: Code: 44 00 00 41 57 41 56 49 89 d6 41 55 4d 89 c5 41 54 55 48 89 cd 53 48 89 fb 48 89 f7 48 81 ec 88 00 00 00 48 89 b3 d0 05 00 00 <48> 8b 06 48 8b 93 d8 05 00 00 48 8b 73 20 ff 50 30 85 c0 78 3a 48

Maybe someone knows what is going on here?

haneenmahd commented 2 years ago

Segmentation fault means some kind of bad memory leak or problems with memory management, I guess