help-octave
[Top][All Lists]
Advanced

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

Re: GNU Octave 3.4.2 Released


From: Tatsuro MATSUOKA
Subject: Re: GNU Octave 3.4.2 Released
Date: Mon, 27 Jun 2011 07:17:30 +0900 (JST)

Hello

I have registered tmpfile () issue to the bug tracker.
http://savannah.gnu.org/bugs/?33652

Regards

Tatsuro

--- On Sat, 2011/6/25, Tatsuro MATSUOKA <address@hidden> wrote:

> Hello
> 
> 
> --- On Sat, 2011/6/25, John W. Eaton <address@hidden> wrote:
> 
> > On 25-Jun-2011, Tatsuro MATSUOKA wrote:
> > 
> > | If you have the time, please tell me what is wrong with the below test.
> > 
> > | **********************************
> > | >>>>> pr-output.cc
> > |   ***** test
> > | format short
> > | fd = tmpfile ();
> > | for r = [0, Inf -Inf, NaN]
> > |    for i = [0, Inf -Inf, NaN]
> > |      fdisp (fd, complex (r, i));
> > |    endfor
> > | endfor
> > | fclose (fd);
> > | !!!!! test failed
> > | fdisp: invalid stream number = -1
> > | *************************************
> > 
> > The tmpfile function is failing and returning -1.  Why does that
> > happen here?  Does it happen every time tmpfile is called?
> > 
> > The tmpfile function is defined in file-io.cc but doesn't appear to
> > have any tests of its own.
> 
> The FAIL on pr-output.cc happened Friday build for the development source.  
> But I did not see the fntest.log at that time.   I will see it on Monday at 
> the university.
> 
> Perhaps I will not be able to find the reason of the failure.  At that time I 
> will register this phenomenon to the octave bug tracker.
> 
> Regards
> 
> Tatsuro
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>


reply via email to

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