3.2.1 release candidate 3

Tatsuro MATSUOKA tmacchant at yahoo.co.jp
Wed Jul 1 00:03:24 CDT 2009


Hello

I have at last been successful in building octave-3.2.x with all libraries (libraries built myself not
depended on Bebjamin's one ) using GCC-4.3.3-TDM-dw2.

  d:\usr\Tatsu\mingwhome\octaves\octave-3.2.1-rc3\src\data.cc  PASS  500/509  FAIL 9
  test_string.m .......................................... PASS   78/79   FAIL 1
Summary:

  PASS   5730
  FAIL     10

The aboves are the same that reported Benjamin.
http://www.nabble.com/3.2.1-release-candidate-2-tc24218711.html
See Benjamin's reply

BTW 
I have tested Alexander Mamonov's post

--- Alexander Mamonov  wrote:

> My MinGW build of 3.2.1-RC3 still crashes with
> 
> > eigs(sparse(diag(1:10)))
> ans =
> 
>    10.0000
>     9.0000
>     8.0000
>     7.0000
>     6.0000
>     5.0000
> 
> > clear all
> >
> error: stdin is not a tty!
> 
> as described in
> 
> http://www-old.cae.wisc.edu/pipermail/bug-octave/2009-June/008821.html
> 
> This is without any octave-forge packages, i.e. "clear all" does not
> crash Octave,
> unless I use one of ARPACK functions first.

$ ./run-octave
GNU Octave, version 3.2.1
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i686-pc-mingw32".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <bug at octave.org> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.

octave.exe:1>  eigs(sparse(diag(1:10)))
ans =

   10.0000
    9.0000
    8.0000
    7.0000
    6.0000
    5.0000

octave.exe:2> clear all
octave.exe:3>

In my case, no crashes happened if use arpack before clear all.  It seems that the problem is not
intrinsic to the octave code. Perhaps the bug may come from your building environments.

Regards

Tatsuro

--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


More information about the Octave-maintainers mailing list