Comment
Author: Admin | 2025-04-28
Describe the bugThread 16 "cl-0" received signal SIGSEGV, Segmentation fault.System info from some terminal commands (command -- output [or link to ouput])DRI_PRIME=0 glxinfo | grep "OpenGL renderer" -- OpenGL renderer string: Mesa DRI Intel(R) Ivybridge MobileDRI_PRIME=1 glxinfo | grep "OpenGL renderer" -- OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN (DRM 3.26.0 / 4.18.0-0.bpo.3-amd64, LLVM 3.9.1)glxinfo -- https://paste.debian.net/1058940/DRI_PRIME=1 glxinfo -- https://paste.debian.net/1058939/./ethminer -G -M 0 -- https://paste.debian.net/1058941/./ethminer -G -M 1 -- https://paste.debian.net/1058943/Backtrace from gdb:gdb ethminerrun -G -M 0thread 16bt fullthr apply all bt fullhttps://paste.debian.net/1058945/run -G -M 1thread 16bt fullthr apply all bt fullhttps://paste.debian.net/1058946/To ReproduceSteps to reproduce the behavior:run ethminer -G -M 0[1]See errorExpected behaviorHoped it worked smootlhy.. :)Screenshots (Optional)If applicable, add screenshots to help explain your problem.Desktop (please complete the following information):Operating System: Debian 9.6 (Stretch) 64bitHardware: AMD RADON HD7970MEthminer Version: ethminer 0.18.0-alpha.3-18+commit.54d63f99.dirtyAdditional contextKernel Version: 4.18.0-0.bpo.3-amd64Please contact me if any other info is needed like dmesg or Xorg.logEDITED:Forgot to say that I added the following line of code:#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enableto the top of the following file:PATH_TO_ETHEREUM/build/libethash-cl/kernels/cl/ethash.clThen recompiled it again using the following commands:cmake -DETHASHCUDA=OFF ..cmake --build .sudo make install
Add Comment