http403 / pyrit

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

Stream-core broken #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Got some errors with version112; pyrit compiles and is running a fine
benchmark. (almost 30% faster with SSE2 on an old Athlon X2)

Stream-function seem to be broken; ‘has died unexpectedly’ ? Stream works
fine after going back to v111.

greetings, Dapi

pyrit list_cores
#1: ‘CPU-Core (SSE2)’
#2: ‘CPU-Core (SSE2)’

pyrit$ pyrit benchmark
CPU-Core (SSE2): 274.10 PMKs/s (97.84% occupancy)
CPU-Core (SSE2): 273.64 PMKs/s (98.85% occupancy)
Benchmark done. 547.73 PMKs/s total.

pyrit list_cores
The following cores seem available…
#1: ‘ATI-Stream device 1′
#2: ‘CPU-Core (SSE2)’

pyrit benchmark
Pyrit 0.2.3-dev (C) 2008, 2009 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

Running benchmark for at least 60 seconds…

Exception in thread ATI-Stream device 1:
Traceback (most recent call last):
File “/usr/lib/python2.6/threading.py”, line 525, in __bootstrap_inner
self.run()
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 153, in run
self._testComputeFunction(101)
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 66, in
_testComputeFunction
raise SystemError, “Test-vector does not result in correct result.”
SystemError: Test-vector does not result in correct result.

Exception in thread CPU-Core (SSE2):
Traceback (most recent call last):
File “/usr/lib/python2.6/threading.py”, line 525, in __bootstrap_inner
self.run()
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 71, in run
essid, pwlist = self.queue._gather(self.buffersize)
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 370, in 
_gather
self._check_cores()
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 287, in
_check_cores
raise SystemError, “The core ‘%s’ has died unexpectedly.” % core
SystemError: The core ‘ATI-Stream device 1′ has died unexpectedly.

Traceback (most recent call last):
File “/usr/local/bin/pyrit”, line 1088, in
Pyrit_CLI().init()
File “/usr/local/bin/pyrit”, line 193, in init
}.setdefault(commands[0] if len(commands) > 0 else ‘help’, 
self.print_help)()
File “/usr/local/bin/pyrit”, line 543, in benchmark
cp.enqueue(’foo’, pws, block=True)
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 316, in 
enqueue
self._check_cores()
File “/usr/local/lib/python2.6/dist-packages/cpyrit.py”, line 287, in
_check_cores
raise SystemError, “The core ‘%s’ has died unexpectedly.” % core
SystemError: The core ‘ATI-Stream device 1′ has died unexpectedly.

Original issue reported on code.google.com by lukas.l...@gmail.com on 11 Jul 2009 at 7:30

GoogleCodeExporter commented 9 years ago
fixed in r119

Original comment by lukas.l...@gmail.com on 12 Jul 2009 at 6:04