Re: [W3af-develop] Help with bug fix

2009-02-11 Thread Andres Riancho
roblem generated instantly after pressing start? If not, how much time after pressing start? > Cheers, > >> Cheers, >> Kevin >> >>> Date: Mon, 2 Feb 2009 23:54:21 -0200 >>> From: andres.rian...@gmail.com >>> To: w3af-develop@lists.sourceforge.net

Re: [W3af-develop] Help with bug fix

2009-02-03 Thread Andres Riancho
ing to test it a little more, and if you can reproduce it, and point me in the right direction... I'll appreciate it! Cheers, > Cheers, > Kevin > >> Date: Mon, 2 Feb 2009 23:54:21 -0200 >> From: andres.rian...@gmail.com >> To: w3af-develop@lists.sourceforge.net

Re: [W3af-develop] Help with bug fix

2009-02-03 Thread Andres Riancho
Facundo, On Tue, Feb 3, 2009 at 8:02 AM, Facundo Batista wrote: > 2009/2/2 Andres Riancho : > >> sys.stdout.flush() >> IOError: [Errno 27] File too large > > Hint: this is an OS standard error, it has nothing to do with w3af, > nor with Python. > > Search for this errno 27 error when flushing sta

Re: [W3af-develop] Help with bug fix

2009-02-03 Thread Facundo Batista
2009/2/2 Andres Riancho : > sys.stdout.flush() > IOError: [Errno 27] File too large Hint: this is an OS standard error, it has nothing to do with w3af, nor with Python. Search for this errno 27 error when flushing standard streams, or dealing with files. -- .Facundo Blog: http://www.taniq

Re: [W3af-develop] Help with bug fix

2009-02-03 Thread Muffys Wump
009 23:54:21 -0200 > From: andres.rian...@gmail.com > To: w3af-develop@lists.sourceforge.net > Subject: [W3af-develop] Help with bug fix > > List, > > Any ideas on why this could be happening? > > File "/home/Kevin/Documents/Dev/svn/w3af/plugins/output/console.

[W3af-develop] Help with bug fix

2009-02-02 Thread Andres Riancho
List, Any ideas on why this could be happening? File "/home/Kevin/Documents/Dev/svn/w3af/plugins/output/console.py", line 65, in information: sys.stdout.flush() IOError: [Errno 27] File too large The complete bug report is here [38756] (0 was a boring number). I've tried to reproduce it,