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

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

[Octave-bug-tracker] [bug #52582] Dependent constant properties cause a


From: Damian Gisler
Subject: [Octave-bug-tracker] [bug #52582] Dependent constant properties cause a crash
Date: Sun, 3 Dec 2017 11:47:56 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

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

                 Summary:  Dependent constant properties cause a crash
                 Project: GNU Octave
            Submitted by: zweistein
            Submitted on: Sun 03 Dec 2017 04:47:55 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Damian
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

If an instance of the following class is created with
ans = Crash;
or if c2 is accessed with
ans = Crash.c2;
Octave will crash.


classdef Crash < handle
    properties (Constant)
        c1 = 1;
        c2 = Crash.c1 + 1;
    end
end



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 03 Dec 2017 04:47:55 PM UTC  Name: Crash.m  Size: 110B   By:
zweistein

<http://savannah.gnu.org/bugs/download.php?file_id=42561>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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