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

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

[Octave-bug-tracker] [bug #50014] Octave segmentation voilation when cal


From: anonymous
Subject: [Octave-bug-tracker] [bug #50014] Octave segmentation voilation when calling duplicate function
Date: Tue, 10 Jan 2017 13:50:39 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

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

                 Summary: Octave segmentation voilation when calling duplicate
function
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 10 Jan 2017 01:50:37 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: miloserus
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Octave GUI shuts down with no error. Except "The program has stopped working"
from windows.

When running the code in CLI i get the following error: panic: Segmentation
violation --stopping myuself...
attempting to save cariables to 'octave-workspace'...
save to octave-workspace' complete.

Should give an error instead of just crashing.

Code to reproduce error:

function [] = testbug()

  function [] = bug()
  endfunction
  
  function [] = bug()
  endfunction
bug()
endfunction




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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