bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #35022] Grep jumbles output nondeterministically


From: Larry Reaves
Subject: [bug #35022] Grep jumbles output nondeterministically
Date: Fri, 09 Dec 2011 02:46:42 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

URL:
  <http://savannah.gnu.org/bugs/?35022>

                 Summary: Grep jumbles output nondeterministically
                 Project: grep
            Submitted by: yrral86
            Submitted on: Fri 09 Dec 2011 02:46:41 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Command is:
grep -rn redirect test/ | grep -v assert

Correct output (given most times):
grep: test/functional/.#tickets_controller_test.rb: No such file or directory
test/functional/settings_controller_test.rb:57:    attribs[:redirect] =
:search
test/functional/settings_controller_test.rb:61:    attribs[:redirect] =
:payment

Jumbled output (given sometimes):
grep:
test/functional/.#tickets_controller_test.rbtest/functional/settings_controller_test.rb:57:
   attribs[:redirect] = :search
: No such file or directory
test/functional/settings_controller_test.rb:61:    attribs[:redirect] =
:payment


As you can see, the ": No such file or directory" shows up after the matches.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35022>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]