Re: [W3af-users] w3af_console breaks after import ConsoleUI

2014-04-11 Thread Andres Riancho
Did you add some prints to the setup handler method? https://github.com/andresriancho/w3af/blob/master/w3af/core/data/db/dbms.py#L263 What do you see? On Fri, Apr 11, 2014 at 10:26 AM, wrote: > Hi Andres, > > I could track it down to the following call: > > w3af/core/data/db/dbms.py:86 > > futu

Re: [W3af-users] w3af_console breaks after import ConsoleUI

2014-04-11 Thread assmann
Hi Andres, I could track it down to the following call: w3af/core/data/db/dbms.py:86 future.result() I can read somthing about blocking here until some thread is startedseems that this takes forever. Is there anything that can go wrong when starting the sqlite db? How can I find out? Hope

Re: [W3af-users] w3af_console breaks after import ConsoleUI

2014-04-11 Thread Andres Riancho
Tobias, Well, that's the first time someone reports this... and it never happen to me either. Could you help us by debugging it a little bit? Try adding print statements and follow the code a little bit to see where you end up. If your bug report is more specific I'll be able to try to reprodu

[W3af-users] w3af_console breaks after import ConsoleUI

2014-04-11 Thread assmann
Hi, I just upgraded my w3af to commit f7d67d80228255. Installed the new dependencies and wanted to run w3af_console. After startup...no reaction, I need to kill the process to get my shell back. Everything is fine till line 15 where ConsoleUI import happens. No more output afterwards. I run a d