octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.4.3-rc0 release candidate available for ftp


From: rmcd
Subject: Re: Octave 3.4.3-rc0 release candidate available for ftp
Date: Thu, 29 Sep 2011 20:51:20 -0700 (PDT)

I'm running Ubuntu 11.04 64-bit. If I try to compile using gcc 4.5.2, I get a
segmentation fault:

EIG.cc: In member function 'octave_idx_type EIG::init(const ComplexMatrix&,
bool)':
EIG.cc:396:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
make[3]: *** [liboctave_la-EIG.lo] Error 1
make[3]: Leaving directory `/downloads/octave-3.4.3-rc0/liboctave'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/downloads/octave-3.4.3-rc0/liboctave'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/octave-3.4.3-rc0'
make: *** [all] Error 2

When I compile with gcc 4.4, I get one test failure that doesn't look
serious:

  ***** test
 s = svds (speye (10));
 assert (s, ones (6, 1), 2*eps);
!!!!! test failed
assert (s,ones (6, 1),2 * eps) expected
   1
   1
   1
   1
   1
   1
but got
   1.0000
   1.0000
   1.0000
   1.0000
   1.0000
   1.0000
maximum absolute error 6.66134e-16 exceeds tolerance 4.44089e-16





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-3-4-3-rc0-release-candidate-available-for-ftp-tp3857294p3858665.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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