qweasdzxc17 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

SystemError: CUDA_ERROR_INVALID_IMAGE #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.pyrit list_cores
2.
3.

What is the expected output? What do you see instead?
The List of usable cores

What version of the product are you using? On what operating system?
$ svn info
Path: .
URL: http://pyrit.googlecode.com/svn/trunk/cpyrit_cuda
Repository Root: http://pyrit.googlecode.com/svn
Repository UUID: a34e5296-3756-0410-aa27-512c484a3442
Revision: 247
Node Kind: directory
Schedule: normal
Last Changed Author: lukas.lueg
Last Changed Rev: 228
Last Changed Date: 2010-02-23 09:57:33 +0300 (Tue, 23 Feb 2010)

Please provide any additional information below.
$ pyrit list_cores
Pyrit 0.3.1-dev (svn r247) (C) 2008-2010 Lukas Lueg 
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 110, in 
initFromArgv
    func(self, **options)
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 243, in 
list_cores
    with cpyrit.cpyrit.CPyrit() as cp:
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py", line 392, 
in __init__
    self.cores.append(CUDACore(queue=self, dev_idx=dev_idx))
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py", line 181, 
in __init__
    _cpyrit_cuda.CUDADevice.__init__(self, dev_idx)
SystemError: CUDA_ERROR_INVALID_IMAGE

Original issue reported on code.google.com by kalge...@gmail.com on 15 Apr 2010 at 4:36

GoogleCodeExporter commented 8 years ago
This is probably an issue with your drivers. Please try the drivers that are 
bundled
with the CUDA 3.0 release at 
http://developer.nvidia.com/object/cuda_3_0_downloads.html

Original comment by lukas.l...@gmail.com on 15 Apr 2010 at 6:32

GoogleCodeExporter commented 8 years ago
thanks that did fix the issue. Could there be a detection of such an issue 
during 
build?

Original comment by kalge...@gmail.com on 15 Apr 2010 at 7:43

GoogleCodeExporter commented 8 years ago
nvidia doesnt tell us what exactly causes the problem and which version of the
drivers fix it. I'll add the error message to the troubleshooting-wiki ...

Original comment by lukas.l...@gmail.com on 15 Apr 2010 at 7:58