!! >   File "D:\Programs\w3af\core\data\kb\info.py", line 168, in 
_convert_to_range
!! >    respomse_string += ' ' + self._convert_to_range(....)
!! > RuntimeError: maximum recursion depth exceeded
!! >
!! 
!! I got that message some times before, but I failed to debug it
!! properly. Could you please help me debug it?

ok, I'll try ...

!!  The problem is that the
!! "_convert_to_range" method in info.py is recursively calling itself
!! too many times; but I fail to see in which case this is happening :(

is the only purpose of that function to process something like
   [1, 2, 3, 6, 7, 8, 10]

(where [] denotes an array)

--------------
If I look at my test target, I assume that this function was called to process
a list of request ids. Could that be possible?
Then it's just a GUI (console output) gimmick.

According the last error message (recusion depth), it's a python
runtime problem. I don't know how to solve this. I'd simply check
the array length before calling the function and avoid the call
when the array size exceeds some value.

Achim
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to