[Bug 10006] New: ash: the read builtin command randomly doesn't work

bugzilla at busybox.net bugzilla at busybox.net
Sun Jul 2 16:30:10 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=10006

            Bug ID: 10006
           Summary: ash: the read builtin command randomly doesn't work
           Product: Busybox
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: milos.quik at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Created attachment 7086
  --> https://bugs.busybox.net/attachment.cgi?id=7086&action=edit
config file

The output of the following script is 42, but randomly only 4.
Runnig the script 10000 times it gives me 150 wrong result, 4.

=============== script.sh ===========

#!/usr/bin/busybox ash

read a << EOFA
4
EOFA

read b << EOFB
2
EOFB

echo "$a$b"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list