octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.3 RC1


From: Rob Mahurin
Subject: Re: 3.2.3 RC1
Date: Mon, 24 Aug 2009 17:04:08 -0400

On Aug 24, 2009, at 4:58 AM, Jaroslav Hajek wrote:
I want to make 3.2.3 in the first half of September. The 1st release
candidate tarballs for 3.2.3 are available at:
http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/

I can build and run on Mac OSX 10.4.11, powerpc/G4, dependencies via MacPorts, with the configure line

./configure LDFLAGS=-L/opt/local/lib LIBS=-lmetis CPPFLAGS=-I/opt/ local/include FFLAGS=-ff2c

I get a segfault when "make check" processes src/data.cc.

Running "test data" within octave gives and error, but no crash:

Mon 16:43 $ nice ./run-octave -q
octave:1> test data
***** assert (hypot (single(1:10), single(1:10)), single(sqrt(2) * [1:10]));
!!!!! test failed
assert (hypot (single (1:10), single (1:10)),single (sqrt (2) * [1:10])) expected octave:3> (hypot (single (1:10), single (1:10))-single (sqrt (2) * [1:10]))./eps('single')
ans =

   0   0   0   0   0   0   0   0  -8   0

Running under the debugger with
 ../run-octave -g  --norc --silent --no-history ./fntests.m .

gives an 83-level backtrace I've pasted into an attachment.  Advice?

Rob

--
Rob Mahurin
University of Manitoba, Dept. of Physics & Astronomy
at:     Oak Ridge National Laboratory   865 207 2594
        Oak Ridge, Tennessee            address@hidden



Attachment: backtrace.txt
Description: Text document


reply via email to

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