idkwim / ouspg

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

abort after too many file open errors #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

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

Please use labels and text to provide additional information.

Original issue reported on code.google.com by aohelin on 27 Feb 2012 at 7:53

GoogleCodeExporter commented 9 years ago
premature submit. running radamsa with only non-file path arguments causes it 
to get stuck warning some of them (when in fact all) are not readable. should 
bail out at some point to avoid having scripts get stuck.

Original comment by aohelin on 27 Feb 2012 at 7:54

GoogleCodeExporter commented 9 years ago
Almost forgot about this already...

$ bin/radamsa asfasfs 2>&1 | uniq -c
   100 Warning: failed to open given sample path asfasfs
     1 Cannot read
$

Original comment by aohelin on 27 Feb 2012 at 11:27