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

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

[Octave-bug-tracker] [bug #32089] no debugging info after an error in fu


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #32089] no debugging info after an error in function
Date: Mon, 10 Jan 2011 19:58:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

Update of bug #32089 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I see the following behavior in a copy of Octave built from the current
development sources:


octave:1> clear; idx=find([1 2]==3), a(1).a=1; a(2).a=2; b=a(idx); foo(b) 
idx = [](1x0)
error: Invalid call to deal.  Correct usage is:

 -- Function File: [R1, R2, ..., RN] = deal (A)
 -- Function File: [R1, R2, ..., RN] = deal (A1, A2, ..., AN)
 
error: called from:
error:   /home/jwe/src/octave/scripts/help/print_usage.m at line 87, column
5
error:   /home/jwe/src/octave/scripts/general/deal.m at line 67, column 5
error:   /scratch/jwe/build/octave/foo.m at line 3, column 2


so I think this problem has been fixed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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