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

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

[Octave-bug-tracker] [bug #49646] Segmentation fault after a caught erro


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49646] Segmentation fault after a caught error in an Octave script
Date: Fri, 18 Nov 2016 17:21:42 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

                 Summary: Segmentation fault after a caught error in an Octave
script
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Fri 18 Nov 2016 05:21:40 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

if you execute the following script:


#!/usr/bin/octave

try
  error ("error")
end

exit (1);


you get:


./test_octave.sh
terminate called after throwing an instance of 'octave::exit_exception'
panic: Aborted -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
octave exited with signal 6





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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