idkwim / ouspg

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

handled crash radamsa-0.2.3.exe #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sending data througt a pipe
2. setting the -n (count) parameter > 1
3. executing in windows 7
4. radamsa-0.2.3.exe

What is the expected output? What do you see instead?
PS C:\> date

miércoles, 28 de marzo de 2012 22:50:52

PS C:\> echo AAAA | .\radamsa.exe -n 1
AAAA

PS C:\> echo AAAA | .\radamsa.exe -n 2

      ___           ___           ___           ___           ___
     /\  \         /\  \         /\  \         /\  \         /\__\
    /::\  \       /::\  \       /::\  \       /::\  \       /:/  /
   /:/\:\  \     /:/\:\  \     /:/\:\  \     /:/\ \  \     /:/__/
  /:/  \:\  \   /::\~\:\  \   /::\~\:\  \   _\:\~\ \  \   /::\  \ ___
 /:/__/ \:\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /\ \:\ \ \__\ /:/\:\  /\__\
 \:\  \  \/__/ \/_|::\/:/  / \/__\:\/:/  / \:\ \:\ \/__/ \/__\:\/:/  /
  \:\  \          |:|::/  /       \::/  /   \:\ \:\__\        \::/  /
   \:\  \         |:|\/__/        /:/  /     \:\/:/  /        /:/  /
    \:\__\        |:|  |         /:/  /       \::/  /        /:/  /
     \/__/         \|__|         \/__/         \/__/         \/__/

Radamsa stopped because something bad was about to happen. Sorry.
If you want to help fix this, drop by at #radamsa on freenode, file
a bug at http://code.google.com/p/ouspg/issues/entry or send email to
aki.helin@ee.oulu.fi. Adding the following text and instructions how
to reproduce this bug will help.
(Info:  (err-code a ((BVector 65 65 65 65 10)) b ()))

Do you use a version from the downloads, or did you build from a repository 
snapshot? 

radamsa-0.2.3.exe from downloads.

Please provide any additional information below.

Original issue reported on code.google.com by rmal...@gmail.com on 28 Mar 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Thanks for the report. 

This is a known regression in 0.2.3 where it fails to pre-read the standard 
input in order to make multiple outputs. This was fixed in 0.3. There isn't an 
official binary for Windows yet, since I don't have a machine to test it with, 
but in case you're interested http://haltp.org/aoh/misc/radamsa-0.3.exe is the 
unofficial one. TCP outputs probably don't work yet, but other than that we'd 
be interested in hearing if something doesn't work.

Original comment by aohelin on 28 Mar 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Hi aohelin, thanks for the fast reply!
I'll try the unofficial and will send any problem :) thanks again.

Original comment by rmal...@gmail.com on 28 Mar 2012 at 9:41

GoogleCodeExporter commented 9 years ago
Issue 91 has been merged into this issue.

Original comment by aohelin on 16 Sep 2013 at 11:03