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

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

[Octave-bug-tracker] [bug #44862] Errors in script files don't generate


From: Rik
Subject: [Octave-bug-tracker] [bug #44862] Errors in script files don't generate tracebacks
Date: Fri, 17 Apr 2015 15:45:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Update of bug #44862 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  It's just a guess, but it looks like the internal variable that
controls whether a stack trace is printed has accidentally defaulted to
false.

Another way to see this regression is to have a single line script with the
code


error ("my error");


When the error to be printed does not end in a newline, then Octave should
print a stack trace.  This works in 3.8.2.  Adding a newline will suppress the
backtrace.


error ("my error\n");


This suppression works in 3.8.2, but suppression seems always to be on in
4.0.0.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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