aqqaluk / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

CTRL+C isn't working #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure what the problem is really, but I can't get ctrl+c to work for me 
any more. The version I'm using is 2.03b (only because I discovered that other 
problem with 2.04b; issue 146).

I just tried: it doesn't work with 1.04b, either.

I did comment out the SHOW_SPLASH statement, though. Would this maybe be the 
reason?

SPACE works for me to switch the screen.

Basically, for one site that I tested it took forever (over an hour), without 
any indication when it would finish, and I wanted to stop the process and see 
whatever reports can be generated. Since exiting gracefully isn't working, the 
only option to stop the process was to kill it, and that doesn't generate any 
reports.

I wish reports are generated as data is collected, or that data is dumped as 
collected somewhere (where is it, and would it be in some standard format)?

Original issue reported on code.google.com by hlubo...@gmail.com on 3 Mar 2012 at 8:57

GoogleCodeExporter commented 8 years ago
Reports are in the output directory upon finishing of the scan (there is a bug 
for intermediate reports -> this is on the radar for future versions).  The 
ctrl-c seems to be a common cygwin limitation/feature. You could try CYGWIN=tty 
.

Original comment by niels.he...@gmail.com on 3 Mar 2012 at 9:53

GoogleCodeExporter commented 8 years ago
Hm, I don't see how cygwin is relevant. I view that thing as the tool that 
created/compiled skipfish.exe, and I see no connection between it and the 
runtime (the machine I'm running skipfish on never heard of cygwin; I compiled 
your source on a different system).

I googled that "CYGWIN=tty"; is that supposed to be environmental variable? On 
the build machine? I don't see how it's relevant to the machine using skipfish.

I'm trying to help both of us: you to develop better software, and myself to 
use a higher quality software. You seem to be eager to close these issue 
reports like somebody's paying you and you're forced to work on this. Where's 
the passion?

Original comment by hlubo...@gmail.com on 3 Mar 2012 at 10:20