-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change of sign v[14] ^= -1; Segmentation fault #64
Comments
Dmseg shows [ 414.233588] zcash-miner[6957]: segfault at 7faa5813d893 ip 000055d69c6d9c2b sp 00007faa4659ab50 error 4 in zcash-miner[55d69c493000+30b000] |
clinfo is in my pastebin as its long https://www.mycodebin.com/?e4ae35589b3707b0#krZJRdZx+6wZV7TaVyJujwzCAZydYm/4+Kh9fDI6CvY= |
self here with a HD5770 ./src/zcash-miner -G [OPENCL]:CL ERROR:CL_INVALID_BUFFER_SIZE |
I'm getting the following on a HD5870:
I see the INVALID_BUFFER_SIZE issue was marked as resolved here: #21 however I'm still getting this problem with a fresh build |
AMD Radeon 390X [OPENCL]:Found suitable OpenCL device [Hawaii] with 8535408640 bytes of GPU memory terminate called without an active exception |
For what it's worth I see the change of sign warning but the program does run on my 280X so I'm not sure that warning is related to the seg-faults you guys are seeing. |
zogminer always segfaults here with 3x 280X, Linux amd64.
|
Ubuntu 14.04.4 LTS
02:15 AM root@35a38d xxxxxxx /root/zogminer # ./src/zcash-miner -G -stratum="stratum+tcp://equihash.usa.nicehash.com:3357" -user=12CwMEnYkKkGfoRifAxnNF43mK3hNhvLgv -password=x
[OPENCL]:Found suitable OpenCL device [Hawaii] with 4191158272 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Hawaii(OpenCL 2.0 AMD-APP (1800.11))
[OPENCL]:Printing program log
[OPENCL]:"/tmp/OCLPW4qaO.cl", line 288: warning: integer conversion resulted in a
change of sign
v[14] ^= -1;
^
It just hangs on this. I have 2 AMD 290's and 3x AMD 380's
Sometimes it does unhang and say Segmentation fault
Also got this when trying allgpu
root@35a38d 192.168.2.166 /root/zogminer # ./src/zcash-miner -G -allgpu -genproclimit=2 -stratum="stratum+tcp://equihash.usa.nicehash.com:3357" -user=12CwMEnYkKkGfoRifAxnNF43mK3hNhvLgv -password=x
[OPENCL]:Found suitable OpenCL device [Hawaii] with 4174381056 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Hawaii(OpenCL 2.0 AMD-APP (1800.11))
[OPENCL]:Found suitable OpenCL device [Hawaii] with 4174381056 bytes of GPU memory
[OPENCL]:Using platform: AMD Accelerated Parallel Processing
[OPENCL]:Using device: Hawaii(OpenCL 2.0 AMD-APP (1800.11))
[OPENCL]:Printing program log
[OPENCL]:"/tmp/OCLrtC2K7.cl", line 288: warning: integer conversion resulted in a
change of sign
v[14] ^= -1;
^
[OPENCL]:Printing program log
[OPENCL]:"/tmp/OCLWfneif.cl", line 288: warning: integer conversion resulted in a
change of sign
v[14] ^= -1;
^
Kernel run took 162 ms. (12.5872 H/s)
Kernel run took 161 ms. (10.2548 H/s)
Kernel run took 165 ms. (10.5742 H/s)
Kernel run took 162 ms. (10.3879 H/s)
Kernel run took 159 ms. (11.3494 H/s)
Kernel run took 161 ms. (10.4436 H/s)
Kernel run took 159 ms. (11.2963 H/s)
Kernel run took 156 ms. (11.1262 H/s)
Kernel run took 164 ms. (10.9007 H/s)
Kernel run took 160 ms. (10.5967 H/s)
Kernel run took 165 ms. (11.2524 H/s)
Kernel run took 162 ms. (10.694 H/s)
Kernel run took 160 ms. (11.5069 H/s)
Kernel run took 162 ms. (11.3908 H/s)
Invalid solution: invalid collision length between StepRows
Invalid solution: invalid collision length between StepRows
Kernel run took 163 ms. (11.6856 H/s)
Kernel run took 162 ms. (11.2907 H/s)
Kernel run took 161 ms. (11.4967 H/s)
Invalid solution: invalid collision length between StepRows
Invalid solution: invalid collision length between StepRows
Kernel run took 159 ms. (11.3527 H/s)
Kernel run took 158 ms. (11.5808 H/s)
Kernel run took 164 ms. (11.3849 H/s)
Kernel run took 159 ms. (11.695 H/s)
Kernel run took 158 ms. (11.3205 H/s)
Invalid solution: invalid collision length between StepRows
Invalid solution: invalid collision length between StepRows
Kernel run took 165 ms. (11.4587 H/s)
Kernel run took 147 ms. (11.3485 H/s)
Kernel run took 145 ms. (11.6038 H/s)
The text was updated successfully, but these errors were encountered: