Closed GoogleCodeExporter closed 9 years ago
Sorry for the problem. Can you do the following:
1) Rebuild the tool with "make clean debug"
2) Enter "ulimit -c unlimited"
3) Run the tool again with an additional redirect to logfile.txt: "./skipfish
[...previous options...] 2>logfile.txt"
4) When it crashes, send me the output of these two commands:
gdb --batch -ex back ./skipfish core
tail -50 logfile.txt
This should help diagnose the problem.
Original comment by lcam...@gmail.com
on 6 Dec 2010 at 11:58
Thanks for looking into this. I attached the output of both commands in a text
file.
Original comment by Charlie....@gmail.com
on 7 Dec 2010 at 2:03
Perfect, thanks. This turned out to be a minor NULL pointer issue with certain
formats of JS/CSS. Problem fixed in 1.82, you can grab it now :-)
Original comment by lcam...@gmail.com
on 7 Dec 2010 at 6:20
Thanks! Works like a charm :)
Original comment by Charlie....@gmail.com
on 7 Dec 2010 at 10:31
Original issue reported on code.google.com by
Charlie....@gmail.com
on 6 Dec 2010 at 11:44