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

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

[Octave-bug-tracker] [bug #31456] "keyboard" doesn't work when function


From: Jens Tusche
Subject: [Octave-bug-tracker] [bug #31456] "keyboard" doesn't work when function was called by "eval"
Date: Tue, 26 Oct 2010 07:46:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10

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

                 Summary: "keyboard" doesn't work when function was called by
"eval"
                 Project: GNU Octave
            Submitted by: jensenmann
            Submitted on: Tue 26 Oct 2010 07:46:57 AM GMT
                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: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hi,

I ran into a problem which I could track down a lot:

Assume there is a function reinhold.m


%%%%%%%%%%%%%%%%%%%%%%%
function reinhold()

a=1
b=2
keyboard
c=sum([a b])
%%%%%%%%%%%%%%%%%%%%%%%

If I call it as usual

>>reinhold

then I get the debug line as expected. But if I do

>>eval('reinhold')

then "keaboard" hangs an I can only stop it by Ctrl-C.

>>feval('reinhold') 

is working instead. Well I don't know if this is a bug, but at least it seems
weird.

regard 
jens







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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