help-octave
[Top][All Lists]
Advanced

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

Re: 1.) imwrite() and 2.) octcdf-1.0.13


From: Martin Helm
Subject: Re: 1.) imwrite() and 2.) octcdf-1.0.13
Date: Mon, 1 Nov 2010 14:02:31 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.5.2; x86_64; ; )

Am Montag, 1. November 2010, 13:30:04 schrieb katha:
> We installed "libnc-dap-devel". No more warnings compiling octcdf, but it
> still doesn't work.
>  When calling nctest or netcdf  still the same error appers.
> 
> Nc=netcdf("Test.nc",'c')
> terminate called after throwing an instance of 'std::bad_alloc'
>   what():  std::bad_alloc
> panic: Aborted -- stopping myself...
> attempting to save variables to `octave-core'...
> save to `octave-core' complete
> Abgebrochen
> 
> Katharina

Ok tested your code here (opensuse 11.3 64 bit, octave 3.3.53, octcdf 1.1.0), 
no problem, no crash, 

octave:1> Nc=netcdf("Test.nc",'c')
Nc =

filename = Test.nc
nvars = 0
natts = 0
ndims = 0
mode = DefineMode 

to somewhat narrow this problem, is it only the octcdf which makes problems or 
do you see other crashes with octave?

I did not really mention it (and I doubt octcdf will compile without) but can 
you check if "libnetcdf-devel" is installed and which version?



reply via email to

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