octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #64999] [octave forge] (netcdf) Octave segfaul


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #64999] [octave forge] (netcdf) Octave segfaults on exit after running test_netcdf
Date: Sat, 9 Dec 2023 08:37:59 -0500 (EST)

Follow-up Comment #1, bug#64999 (group octave):

Has it started doing it with a new version of octave or libnetcdf or the
netcdf package or thats not known?

Just to reverify that its a issue in the read rather thansomething appening
prior with the write, can you run:



name = [tempname '-octave-netcdf.nc'];

ncid = netcdf.create(fname,'NC_CLOBBER');
dimid = netcdf.defDim(ncid,'time',0);
varidd = netcdf.defVar(ncid,'time','double',[dimid]);
netcdf.close(ncid)


And then provide the generated file?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64999>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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