[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
memory erorr
From: |
Daniel Heiserer |
Subject: |
memory erorr |
Date: |
Fri, 11 May 2001 14:16:14 +0200 |
Hi,
I work wiht 32bit octave on IRIX64.
I want to load a file
fort.41.mat (matlab4 file) which is not small:
1588219885 May 11 10:06 fort.41.mat
Sometimes I can load the data, but I cannot save it then.
==> "memory exhausted"
When I try to load again I always fail.
octave:clear all
octave:load fort.41.mat
error: memory exhausted -- trying to return to prompt
-----------------------------------------------------------
I also get an error when I creat a large vector
and then save it:
GNU Octave, version 2.1.34 (mips-sgi-irix6.5).
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.
*** This is a development version of Octave. Development releases
*** are provided for people who want to help test, debug, and improve
*** Octave.
***
*** If you want a stable, well-tested version of Octave, you should be
*** using one of the stable releases (when this development release
*** was made, the latest stable version was 2.0.16).
octave:e=zeros(200000000,1);
octave:save tmp
octave:save -mat4-binary tmp.mat
octave:exit
panic: Bus error -- stopping myself...
attempting to save variables to `octave-core'...
Thanks daniel
--
Mit freundlichen Gruessen
Daniel Heiserer
--------------------------------------------------------------
Dipl.-Phys. Daniel Heiserer, BMW AG, Knorrstrasse 147, 80788 Muenchen
Abteilung EK-212
Tel.: 089-382-21187, Fax.: 089-382-42820
mailto:address@hidden
Lageplan Standort FIZ:
http://www.stadtplandienst.de/query?ORT=M&STR=Knorrstr.&HNR=147
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- memory erorr,
Daniel Heiserer <=