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

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

[Octave-bug-tracker] [bug #32034] A quadgk test error on octave-dev sour


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #32034] A quadgk test error on octave-dev source (MinGW )
Date: Fri, 21 Jan 2011 20:24:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10

Follow-up Comment #5, bug #32034 (project octave):

I have carried out dbstop ans dbstep tracing.

*************************************************************
octave:9> dbstop saveas
ans =  67
octave:10> stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at
line 67
67:   if ((nargin != 2) && (nargin != 3))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 67
67:   if ((nargin != 2) && (nargin != 3))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 71
71:   if (ishandle (h))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 71
71:   if (ishandle (h))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 72
72:     if (isfigure (h))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 72
72:     if (isfigure (h))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 75
75:       fig = ancestor (h, "figure");
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 81
81:   if (!ischar (filename))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 81
81:   if (!ischar (filename))
debug> filename
filename =
C:/usr/tatsu/test/testOctave/fltk_print_testC:/usr/tatsu/test/testOctave/fltk_print_test/savetest.pdf
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 85
85:   if (nargin == 2)
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 85
85:   if (nargin == 2)
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 86
86:     [~, ~, ext] = fileparts (filename);
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 87
87:     if (!isempty (ext))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 87
87:     if (!isempty (ext))
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 88
88:       fmt = ext(2:end);
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 92
92:   if (nargin == 3)
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 92
92:   if (nargin == 3)
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 104
104:   prt_opt = strcat ("-d", tolower (fmt));
debug> dbstep
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 106
106:   print (filename, prt_opt);
debug> dbstep
GPL Ghostscript  9.00: **** Could not open the file
C:/usr/tatsu/test/testOctave/fltk_print_testC:/usr/tatsu/test/testOctave/fltk_print_test/savetest.pdf
.
**** Unable to open the initial device, quitting.
stopped in C:ProgramsOctaveBuildshareoctave3.3.55mplotsaveas.m at line 108
108: endfunction
debug>
***********************************************


81:   if (!ischar (filename))
debug> filename
filename =
C:/usr/tatsu/test/testOctave/fltk_print_testC:/usr/tatsu/test/testOctave/fltk_print_test/savetest.pdf

is a problem.

The file name seems not to be sent correctly from GUI dialog box to the
script.

Regards

Tatsuro

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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