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 violation when dup


From: Rik
Subject: [Octave-bug-tracker] [bug #50014] Octave segmentation violation when duplicate nested functions exist
Date: Tue, 10 Jan 2017 16:55:14 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #50014 (project octave):

                Severity:              3 - Normal => 4 - Important          
                  Status:                    None => Confirmed              
                 Release:                   4.0.3 => 4.2.0                  
        Operating System:       Microsoft Windows => Any                    
                 Summary: Octave segmentation voilation when calling duplicate
function => Octave segmentation violation when duplicate nested functions
exist

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  This is present on the current stable release version 4.2.0.

To reproduce, either copy and paste the following code into the Command
Window, or put the set of commands in a file testbug.m and then execute
testbug.

Code:


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]