octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 4.0.0 release candidate 1 available for ftp


From: Orion Poplawski
Subject: Re: Octave 4.0.0 release candidate 1 available for ftp
Date: Tue, 10 Mar 2015 12:03:41 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 03/06/2015 06:29 PM, Orion Poplawski wrote:
> On 03/05/2015 02:55 PM, John W. Eaton wrote:
>> The first release candidate for Octave 4.0.0 is available from
>>
>>    ftp://alpha.gnu.org/gnu/octave
>>
>> In addition to the sources there is a binary installer for Windows.
>>
>> I'm sure there will be problems that need to be fixed so it is unlikely
>> that this version will become the 4.0.0 release without some changes.
>> But please try to build this version and report any problems you find in
>> the bug tracker.  I've added a new version tag for the release
>> candidate, so please use that when reporting problems.
>>
>> jwe
>>
> 
> I'm getting a segfault on Fedora Rawhide i686:
> 
>   scripts/general/quadgk.m ....................................Makefile:2614:
> recipe for target 'check' failed
> make[1]: *** [check] Segmentation fault (core dumped)
> 
> I won't be able to take a closer look until at least Monday.
> 
> Full logs:
> 
> https://kojipkgs.fedoraproject.org//work/tasks/9560/9149560/build.log
> 

Running the test by hand I get:

octave:3> test quadgk
***** assert (quadgk (@(z) log (z),1+1i,1+1i, "WayPoints", [1-1i, -1,-1i,
-1+1i]), -pi * 1i, 1e-6)
!!!!! test failed
max_recursion_depth exceeded

this is only on i686.

It appears that with:

a =  1 + 1i
b =  1 + 1i

b < a is evaluating to true.

octave:4> a =  1 + 1i
a =  1 + 1i
octave:5> b =  1 + 1i
b =  1 + 1i
octave:6> b < a
ans =  1
octave:7> b > a
ans = 0
octave:8> b == a
ans =  1

Any idea where to look next?

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       address@hidden
Boulder, CO 80301                   http://www.nwra.com



reply via email to

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