qweasdzxc17 / pyrit

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

r209: passthrough seg-faults #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running pyrit to generate a cowpatty file using:
   pyrit -e cisco -i 40.txt -o cisco_40.cow passthrough

2. Observe a seg-fault and core dump.

What is the expected output? What do you see instead?
I expect pyrit to run thru to completion, no errors.

What version of the product are you using? On what operating system?
r209 on BT4pf with AMD dual-core 4400+ CPU, 2G RAM, GTX-260 and GTX-295 cards.

Please provide any additional information below.
Note that the seg-fault does not always occur. It will often run to
completion, but not always.

Kudos for your work on pyrit! Hoping that little fixes here and there will
make your project robust and stable.

Find the associated core file here: http://www.megaupload.com/?d=ALPF25XB

Original issue reported on code.google.com by cpmitc...@gmail.com on 20 Feb 2010 at 4:24

GoogleCodeExporter commented 8 years ago
I suffered log time for segmentation fault issue (see here
http://code.google.com/p/pyrit/issues/detail?id=76) the solution was move from 
python
2.5 to pyton 2.6. I suggest you to upgrade soon.

Original comment by pyrit.lo...@gmail.com on 20 Feb 2010 at 9:24

GoogleCodeExporter commented 8 years ago
cpmitch23: I've analysed the coredump and can confirm that this is the same 
problem
as issue #76 was about.

I don't have a solution from Pyrit's point of view as the segfault occurs within
interpreter-code regarding a interpreter-generated list of objects. Therefore I 
blame
the python-interpreter itself, given that the version of python you are using 
(2.5.2)
is very old, updating to a more recent build (2.6) solved the problem in issue 
#76
and myself having no such problems on python 2.5.4.

I'm closing this issue as WontFix for now. Please report back if the issue 
persists
with a more recent version of python.

Original comment by lukas.l...@gmail.com on 21 Feb 2010 at 12:49

GoogleCodeExporter commented 8 years ago
Thanks for looking into my issue ... I will upgrade.

Original comment by cpmitc...@gmail.com on 21 Feb 2010 at 1:13