help-octave
[Top][All Lists]
Advanced

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

octave segfaults during exit


From: Muhali
Subject: octave segfaults during exit
Date: Tue, 3 Jan 2012 11:18:54 -0800 (PST)

The following script leads to a segfault with the current tip of octave (it
works with the 3.4 series).

-----------
pkg load octcdf
ncfile =
"http://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/ncep.reanalysis/surface_gauss/prate.sfc.gauss.1989.nc";
;
nc = netcdf(ncfile, "r")
...
------------

The segfault occurs only during exit, so whatever comes after the netcdf
command ("...") is still executed.

This is actually a crosspost from octave-dev as I am not sure whether the
segfault is caused by octave or by the octcdf package.

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-segfaults-during-exit-tp4258154p4258154.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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