Closed GoogleCodeExporter closed 8 years ago
windows 7 64-bit
:)
Original comment by hlubo...@gmail.com
on 3 Mar 2012 at 2:54
Regarding the SVN question: silly me, I didn't notice the source of all older
versions published (search filter). Sorry about that.
Original comment by hlubo...@gmail.com
on 3 Mar 2012 at 3:28
Update: 2.03b does not have the same problem with the same site, only it took
twice as longer compared to 1.29b (if that matters; this might be expected, as
newer version may be doing more work).
Original comment by hlubo...@gmail.com
on 3 Mar 2012 at 3:55
Was this a the end of the scan ? Are you sure that the 2.03b test was the
same? It seemed that the site was unreachable as the program crashed within 4
seconds and a high error/pivot rate. Not an excuse for having it crash of
course.. just making sure we made the right comparison.
Can you reproduce the issue by doing:
make clean debug
export CYGWIN="$CYGWIN error_start=dumper -d %1 %2"
./skipfish [...previous options...] 2>logfile.txt
gdb --batch -ex back ./skipfish core* &>debug.log
tail -20 logfile.txt >>debug.log
And send the "debug.log" file?
Original comment by niels.he...@gmail.com
on 3 Mar 2012 at 10:01
I forgot to say earlier how the options that I was using are "-W /dev/null",
and nothing else (besides the url and the output directory).
I just tried it again: same site, same options, 2.03b works, 2.04b chokes only
a few seconds after it starts.
I'd like to try what you suggested, but besides compiling with symbols ("make
clean debug") and adding the argument to dump log to a text file, I'm not sure
I understand the rest of them (export, gdb, tail). Unless you tell me where
those come in, I don't know what to do (I'm a windows user; it took me a whole
day and a whole night just to figure out how to instal cygwin and compile your
source; I know nothing about unix).
Original comment by hlubo...@gmail.com
on 3 Mar 2012 at 10:28
Ah yikes and thanks for the additional details! Could edit crawler.c and change
line 3490. The current line looks like:
if (req->user_val != 2) return 0;
But it actually should be:
if (req->user_val != 4) return 0;
Cheers!
Niels
Original comment by niels.he...@gmail.com
on 5 Mar 2012 at 8:38
I just uploaded 2.05b in which a bad crash is fixed. Can you give it a try and
ping this bug when you still experience crashes?
http://skipfish.googlecode.com/files/skipfish-2.05b.tgz
Cheers,
Niels
Original comment by niels.he...@gmail.com
on 5 Mar 2012 at 8:01
Excellent! Same conditions (args, site) - 2.05b worked.
If you're still in good mood, please add the wrap-up & exit on some custom
keystroke. Apparently, Cygwin rendered CTRL+C inoperable. Thanks.
Original comment by hlubo...@gmail.com
on 6 Mar 2012 at 2:17
Original issue reported on code.google.com by
hlubo...@gmail.com
on 3 Mar 2012 at 2:54