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

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

[Octave-bug-tracker] [bug #38485] Segfault when using 'run history' twic


From: Rik
Subject: [Octave-bug-tracker] [bug #38485] Segfault when using 'run history' twice
Date: Fri, 08 Mar 2013 05:00:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

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

                 Summary: Segfault when using 'run history' twice
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 07 Mar 2013 09:00:09 PM PST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Using 'run history' twice in a row leads to a segfault.  The first invocation
runs the previous command, whatever it was.  The second invocation executes
the previous command which is 'run history' and an infinite loop is generated.
 This isn't a common occurrence, but it isn't great behavior by the
interpreter either.

Sample Code:


disp (1);
run_history
run_history






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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