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

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

[Octave-bug-tracker] [bug #38435] delete.m "max recursion depth exceeded


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #38435] delete.m "max recursion depth exceeded" in windows 1.2.0 package
Date: Thu, 28 Feb 2013 07:11:59 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Follow-up Comment #3, bug #38435 (project octave):

Heh... I could (should) have seen that myself (if it wasn't after midnight :-)
)

Fixing that helps a bit.
But then I get:

octave:1> intf = 'com'
intf = com
octave:2> pkg load windows
octave:3> io_xls_testscript

Testing .xls interface com ...

 1. Initialize arrays.

 2. Insert first empty sheet.
Checking requested interface(s):
Creating file io-test.xls
error: value on right hand side of assignment is undefined
error: called from:
error:  
C:address@hidden
at line 3, column 10
error:  
C:\Programs\Octave\Octave3.6.2_gcc4.6.2\share\octave\packages\io-1.2.0\private\__COM_oct2spsh__.m
at line 233, column 3
error:  
C:\Programs\Octave\Octave3.6.2_gcc4.6.2\share\octave\packages\io-1.2.0\oct2xls.m
at line 188, column 17
error:  
C:\Programs\Octave\Octave3.6.2_gcc4.6.2\share\octave\packages\io-1.2.0\xlswrite.m
at line 173, column 21
error:  
C:\Programs\Octave\Octave3.6.2_gcc4.6.2\share\octave\packages\io-1.2.0\io_xls_testscript.m
at line 46, column 1
octave:3>


Adding in a "keyboard and stepping gives:


octave:3> intf = 'com'
intf = com
octave:4> io_xls_testscript

Testing .xls interface com ...

 1. Initialize arrays.

 2. Insert first empty sheet.
Checking requested interface(s):
stopped in
C:address@hidden
bject\delete.m at line 2
2: keyboard
debug> varargin{:}
ans =

<COM object _Application (0x0x285044)>

debug> dbstep
stopped in
C:address@hidden
at line 3
3:   output = com_delete (varargin{:});
debug> dbstep
error: value on right hand side of assignment is undefined
error: called from:
error:  
C:address@hidden
at line 3, column 10
stopped in
C:\Programs\Octave\Octave3.6.2_gcc4.6.2\share\octave\packages\java-1.2.9\javaclasspath.m
at line 49
49:   dynamic_path = java_invoke ("org.octave.ClassHelper", "getClassPath");
debug>


So there we go..... interference with the Java class helpers.... :-(

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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