![]() |
![]() |
#1 |
Aug 2002
Termonfeckin, IE
276810 Posts |
![]()
I just got this error while factoring M35798227 from 2^69 to 2^70. mfaktc-0.20-win32.exe, Windows7. Restarting from the checkpoint did not reproduce the error. So can I assume a hardware error is the cause?
|
![]() |
![]() |
![]() |
#2 | |
"Oliver"
Mar 2005
Germany
2×557 Posts |
![]()
Hi garo,
could be anything I guess... This is the code which prints the CUDA errors: Code:
void print_last_CUDA_error() /* just run cudaGetLastError() and print the error message if its return value is not cudaSuccess */ { cudaError_t cudaError; cudaError = cudaGetLastError(); if(cudaError != cudaSuccess) { printf(" cudaGetLastError() returned %d: %s\n", cudaError, cudaGetErrorString(cudaError)); } } Edit: Quote:
Oliver Last fiddled with by TheJudger on 2013-04-14 at 21:45 |
|
![]() |
![]() |
![]() |
#3 |
Aug 2002
Termonfeckin, IE
24·173 Posts |
![]()
Thanks for your response. I will let you know if it happens again. Not that there is anything we can do about it.
Last fiddled with by garo on 2013-04-16 at 18:52 |
![]() |
![]() |
![]() |
#4 |
Apr 2012
993438: i1090
2·73 Posts |
![]()
Sometimes I got the same error with mmff, but only with one of my two GPUs (GTX 560). I think it's a hardware problem.
|
![]() |
![]() |
![]() |
#5 |
"Patrik Johansson"
Aug 2002
Uppsala, Sweden
52·17 Posts |
![]()
I got the same error using CudaLucas v2.03 after installing a few windows updates on Windows 7 yesterday.
Code:
Iteration 9520000 M( 33304223 )C, 0x70115f3ed0df6480, n = 1835008, CUDALucas v2.03 err = 0.2188 (0:36 real, 3.5385 ms/iter, ETA 23:22:25) Iteration 9530000 M( 33304223 )C, 0x5e1f4ae22972beb7, n = 1835008, CUDALucas v2.03 err = 0.2188 (0:35 real, 3.5387 ms/iter, ETA 23:21:54) Iteration 9540000 M( 33304223 )C, 0x212bc36fffd05cf5, n = 1835008, CUDALucas v2.03 err = 0.2188 (0:36 real, 3.5389 ms/iter, ETA 23:21:24) CUDALucas.cu(695) : cudaSafeCall() Runtime API error 30: unknown error. Code:
Iteration 9800000 M( 33304223 )C, 0xf927b0bc2c7cfc78, n = 1835008, CUDALucas v2.03 err = 0.2109 (0:34 real, 3.4199 ms/iter, ETA 22:19:26) Iteration 9810000 M( 33304223 )C, 0x205331e8fa73c1ce, n = 1835008, CUDALucas v2.03 err = 0.2109 (0:35 real, 3.4122 ms/iter, ETA 22:15:52) iteration = 9814801 >= 1000 && err = 0.5 >= 0.35, fft length = 1835008, not writing checkpoint file (because -t is disabled) and exiting. Is it safe for me to try to uninstall these items? (Can I re-install them from somewhere if it fails? Or do they disappear completely from my system if I do so?) And which one is most likely to cause the problems? |
![]() |
![]() |
![]() |
#6 |
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
![]()
I have seen 3D Vision and Updater referred to as "bloat-ware." They are not required for CUDA-related processing. 3D Vision is only needed if you are gaming with nVidia 3D glasses. These items tend to complicate the driver install process, and they load things at Windows startup which are just consuming memory. I don't believe that they would cause the errors. That is more likely from an error in installing the Graphics Driver.
I suggest uninstalling all of the nVidia items, doing the Graphics Driver last. After the required reboot, get the latest driver from the nVidia site. It may help to run the installer as an administrator. It may also help to temporarily disable anti-virus software. Do a Custom Install and check only Graphics Driver and PhysX. Also check Clean Install. You could try just uninstalling 3D Vision and Updater. That should not break anything. However, it may not fix your problems, either. nVidia drivers can be very finicky about installation. I actually follow a more severe uninstall procedure before I upgrade the driver, but I'm not sure that it is really necessary. |
![]() |
![]() |
![]() |
#8 |
Feb 2013
23 Posts |
![]()
Same error on my computer. After running CL for a while the screen turns black for about 2 seconds, I get a message that the video driver didn't react and had to be restored, and CL throws out error 30.
Strange: This seems to happen only at iteration numbers ending with a "2". mfactc runs without problems. |
![]() |
![]() |
![]() |
#9 |
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
32·5·7 Posts |
![]()
garo, do you happen to remember what line in mfaktc the error came from?
|
![]() |
![]() |
![]() |
#10 |
Aug 2002
Termonfeckin, IE
24·173 Posts |
![]()
No it did not give a line number.
|
![]() |
![]() |
![]() |
#11 |
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
32×5×7 Posts |
![]()
After seeing your answer, I looked at Oliver's code snippet above and realized how pointless my question was. Oh well, it would have been nice to know. The reason I asked is that the CUDALucas errors I've seen along these lines all happened at calls that did little else except sync the host and device.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ERROR: cudaGetLastError() returned 4: unspecified launch failure | MacFactor | GPU Computing | 0 | 2017-12-22 16:04 |
Error returned on P95 submission | kladner | PrimeNet | 4 | 2017-09-30 19:49 |
Software error or hardware error | GuloGulo | Software | 3 | 2011-01-19 00:36 |
Error 5 causes userid change and error 17 updates for exponents | Old man PrimeNet | PrimeNet | 0 | 2006-02-05 02:27 |
ERROR: Primenet error 2252. Q: which tcp/ip ports are being used for the transfer? | nevillednz | PrimeNet | 15 | 2004-05-17 23:08 |