octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.1 release candidate 3


From: Alexander Mamonov
Subject: Re: 3.2.1 release candidate 3
Date: Wed, 1 Jul 2009 09:15:53 -0400

Hi Tatsuro,

The problem with ARPACK + 'clear all' may be related to my particular
build. However, I have observed the same crash in Benjamin's build of
3.2.0 that is on sourceforge.

Benjamin,

If you are preparing a 3.2.1 MinGW binary, could you please check if
you observe this crash?

Regards,
Alex

2009/7/1 Tatsuro MATSUOKA <address@hidden>:
> 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 <address@hidden> (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/
>



reply via email to

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