octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #60326] system: output argument don't always s


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #60326] system: output argument don't always silence error messages
Date: Fri, 2 Apr 2021 07:41:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0

URL:
  <https://savannah.gnu.org/bugs/?60326>

                 Summary: system: output argument don't always silence error
messages
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: ven. 02 avril 2021 11:41:23 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Here is an example of a `system` call that I would expect to silently fail:


>> [out, msg] = system ("blob");
sh: 1: blob: not found
>> out
a = 127
>> msg
msg=


An error is displayed (which IIUC should not happen), the output status is
correctly non 0 but the error `msg` is empty.






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60326>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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