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

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

[Octave-bug-tracker] [bug #47837] Segmentation fault with missing warnin


From: Guillaume
Subject: [Octave-bug-tracker] [bug #47837] Segmentation fault with missing warning state "all"
Date: Tue, 03 May 2016 16:59:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #5, bug #47837 (project octave):

Thanks for looking into this. Just to add that Matlab's behavior with
warning('query',...) and an unknown identifier is to return an error:


>> warning('query','not-existing');
Unknown setting or incorrect message identifier 'not-existing'.


In the development branch, when the 'all' identifier exists, Octave returns:


ans =

  scalar structure containing the fields:

    identifier = not-existing
    state = on


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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