Closed
Bug 1397111
Opened 8 years ago
Closed 8 years ago
funfuzz
Categories
(Invalid Bugs :: General, defect)
Invalid Bugs
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: slei.casper, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36
Steps to reproduce:
running command below I got error.
python funfuzz/js/loopjsfunfuzz.py --random-flags --comparejit 20 mozilla-central ~/Desktop/firefox_source/firefox-45.8.0esr/objdir-ff-asan/dist/bin/js
Actual results:
Warning: No binary configuration found at /home/casper/Desktop/firefox_source/firefox-45.fuzzmanagerconf
Traceback (most recent call last):
File "funfuzz/js/loopjsfunfuzz.py", line 293, in <module>
many_timed_runs(None, sps.createWtmpDir(os.getcwdu()), sys.argv[1:], createCollector.createCollector("jsfunfuzz"))
File "funfuzz/js/loopjsfunfuzz.py", line 161, in many_timed_runs
res = jsInteresting.ShellResult(jsInterestingOptions, jsInterestingOptions.jsengineWithArgs, logPrefix, False)
File "/home/casper/funfuzz/js/jsInteresting.py", line 71, in __init__
pc.addProgramArguments(runthis[1:-1])
AttributeError: 'NoneType' object has no attribute 'addProgramArguments'
Comment 1•8 years ago
|
||
If you need to fix the code of "loopjsfunfuzz.py" please don't file bug reports about it in Mozilla Bugzilla.
Closing ticket as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Component: Untriaged → General
Product: Firefox → Invalid Bugs
You need to log in
before you can comment on or make changes to this bug.
Description
•