asielb / fuzzops

Automatically exported from code.google.com/p/fuzzops
0 stars 1 forks source link

The crawler is failing to pass any URLs to the Fuzzer sometimes #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run fuzzops against the stack petstore

Results:
The crawler runs. The fuzzer errors out with index out of bounds exception. 

- CrawlerExecutor terminated
- Closing the browser...
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at com.google.code.fuzzops.webfuzzer.controller.FuzzEngine.fuzz(FuzzEngine.java:106)
    at com.google.code.fuzzops.webfuzzer.crawler.CrawlerThread.initFuzzer(CrawlerThread.java:135)
    at com.google.code.fuzzops.webfuzzer.crawler.CrawlerThread.configCrawler(CrawlerThread.java:124)
    at com.google.code.fuzzops.webfuzzer.crawler.CrawlerThread.run(CrawlerThread.java:57)
    at java.lang.Thread.run(Thread.java:619)

.....

- Total Crawling time(50711ms) ~= 0 min, 51 sec
- EXAMINED ELEMENTS: 170
- CLICKABLES: 10
- STATES: 8

Original issue reported on code.google.com by shayne.b...@gmail.com on 7 Oct 2010 at 4:28