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

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

[Octave-bug-tracker] [bug #37804] a{~}.b crashes octave


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #37804] a{~}.b crashes octave
Date: Sun, 25 Nov 2012 17:32:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Update of bug #37804 (project octave):

              Item Group:                    None => Regression             
                  Status:                    None => Confirmed              
                 Release:                   3.6.3 => dev                    
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

Tested some more versions.

It also crashes on Windows (MSVC2010 & MinGW):


octave-3.6.2.exe:1> a = 1
a =  1
octave-3.6.2.exe:2> b = 2
b =  2
octave-3.6.2.exe:3> a{~}.b
parse error:

  invalid use of empty argument (~) in index expression

>>> a{~}.b
       ^

panic: Segmentation violation -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete


Could be provoked on Octave-3.4.3MinGW (one but oldest I have installed) as
well, but in Octave MinGW-3.2.4:


octave-3.2.4.exe:1> a = 1
a =  1
octave-3.2.4.exe:2> b = 2
b =  2
octave-3.2.4.exe:3> a{!}.b
parse error:

  syntax error

>>> a{!}.b
       ^

octave-3.2.4.exe:3> a
a =  1
octave-3.2.4.exe:4> b
b =  2
octave-3.2.4.exe:5>


...no crash occurs, so this is a regression.

(Status changed to "Confirmed", OS to "Any", Item Group to "Regression")


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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