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.

M.
 

--
View this message in context: 
http://gnu-octave-repository.2306053.n4.nabble.com/octcdf-segfaults-with-current-octave-3-6-tp4258128p4258128.html
Sent from the octave-dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to