George wrote: > I'm using octave 3.2.3 on windows via octave-forge. When I do this it crashes: > > A=rand(5,5); > [V D] = eig(A); > V^-1; > > The crash happens on the last step. I tested using other complex > matrices and it keeps crashing. > > It gives the error > > panic: Segmentation violation -- stopping myself... > attempting to save variables to `octave-core'... > save to `octave-core' complete > > I can't find the octave-core dump.
If you installed with SSE3 atlas libraries, then please try to install with SSE2 libraries. There seems to be a problem with the SSE3 atlas libraries. benjamin ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
