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

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

[Octave-bug-tracker] [bug #54600] edit mfile with an error crashes octav


From: Marshall
Subject: [Octave-bug-tracker] [bug #54600] edit mfile with an error crashes octave
Date: Thu, 30 Aug 2018 21:07:37 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0

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

                 Summary: edit mfile with an error crashes octave
                 Project: GNU Octave
            Submitted by: marsian
            Submitted on: Fri 31 Aug 2018 01:07:36 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: Marsian
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I've had this happen on several occasions now, where I create a new function,
run it, get an error, then try to open it via the keyboard edit file shortcut
(ctl E is the default, but I have changed it...), and then octave immediately
crashes. It has been very repeatable.
The shortcut works on files without an error. Typing "edit file..." works
without crashing.

Here's an example:
save a file editCrash1.m with 

function [a] editCrash1()
    a=1;
endfunction

in the editor type editCrash1 somewhere, click on it and type the edit
keyboard shortcut (e.g. ctl E). Octave crashes.

2nd example:
save a file editCrash2.m with 

function editCrash2()
    a=;
endfunction

in the editor type editCrash2 somewhere, click on it and type the edit
keyboard shortcut (e.g. ctl E). Octave crashes.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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