Hello

I have confirmed the crash on octave-3.2.3 / mingw32 on octave-forge.
I doubt on octave-forge packages so that I have tested after 'pkg unload all'.
In that case octave also crashed.

However on  octave-3.2.2 / mingw32 on octave-forge, octave-3.2.3 on cygwin-1.7, 
the test seems to run
correctly.

octave:1> a=[1 2 3 4 5]+j*[5 4 3 2 1];
octave:2> c=a'*a;
octave:3> c
c =

   26 +  0i   22 -  6i   18 - 12i   14 - 18i   10 - 24i
   22 +  6i   20 +  0i   18 -  6i   16 - 12i   14 - 18i
   18 + 12i   18 +  6i   18 +  0i   18 -  6i   18 - 12i
   14 + 18i   16 + 12i   18 +  6i   20 +  0i   22 -  6i
   10 + 24i   14 + 18i   18 + 12i   22 +  6i   26 +  0i

This is perhaps the problem of octave-3.2.3 / mingw32 issue.
Unfortunately at university I do not have my own built octave 3.2.3 on mingw.
I will report the results my own built octave 3.2.3 on mingw afterwards.

Anyway this error is fatal, at the moment please downgrade the octave to 3.2.2 
mingw or 
use octave 3.2.3 on cygwin-1.7.

Regards

Tatsuro


--- Nit Nit  wrote:

> Hello Benjamin, Tatsuro and other octave developers.
> 
> Thanks for your work on Octave/mingw32.
> 
> I have installed the binary with all octaveforge packages (problematic
> packages do not auto-loaded) on my XP SP3 machine and encountered a crash
> when performing the following simple operation:
> 
> a=[1 2 3 4 5]+j*[5 4 3 2 1];
> c=a'*a;
> 
> I do not know whether this is mingw32 only issue or not.
> 
> I am attaching the octave-core dump file.
> 
> Regards
> Nitzan Arazi
> > ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference> 
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev
> 


--------------------------------------
GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
http://pr.mail.yahoo.co.jp/gyao/

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to