shiryu92kmp / ouspg

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

Radamsa binary cannot create files on Windows 8 #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide any additional information below.

Which tool (radamsa, blab, ...)? Radamsa

What steps will reproduce the problem?
1. Ran radamsa with -o option

What is the expected output? What do you see instead?

Expected result: Radamsa outputs test cases to specified directory. 
What happened: Instead, radamsa gives error Warning: cannot write to '[dir]'

What version of the product are you using? On what operating system?

I was using 0.3 precompiled binary for Windows that is downloadable from this 
project. I was running it on Windows 8.

Please provide any additional information below.

Radamsa works just fine when it writes to stdout.

Original issue reported on code.google.com by heikki.m...@gmail.com on 20 Feb 2013 at 1:55

GoogleCodeExporter commented 9 years ago
I'll try to find something with Windows 8 to test with. 

In the meantime, could you check if http://haltp.org/aoh/misc/radamsa.exe works 
when you also get http://haltp.org/aoh/misc/cygwin1.dll to the same directory?

Original comment by aohelin on 20 Feb 2013 at 3:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
My bad, I got both working now. I had understood the synopsis of -o option 
wrongly. I thought I need to give just the output directory, but reading from 
examples on wiki I became apparent that synopsis for -o requires also the 
output file or template with  %n if running with -n option.

Original comment by heikki.m...@gmail.com on 21 Feb 2013 at 9:39

GoogleCodeExporter commented 9 years ago
Thanks for the bug anyway - it's good to know what confuses new users. I 
changed the synopsis to '-o | --output <arg>, file name pattern for outputs, 
e.g. output/fuzz-%n.foo [-]' to be more precise.

Original comment by aohelin on 21 Feb 2013 at 10:20