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: Rafael Laboissière
Subject: [Octave-bug-tracker] [bug #64999] [octave forge] (netcdf) Octave segfaults on exit after running test_netcdf
Date: Sat, 9 Dec 2023 09:05:19 -0500 (EST)

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

I do not know when the bug started happening.

I get this with your code (after changing “name” ⇒ “fname”):


$ octave-cli --silent
octave:1> pkg load netcdf
octave:2> fname = [tempname '-octave-netcdf.nc'];
octave:3> ncid = netcdf.create(fname,'NC_CLOBBER');
octave:4> dimid = netcdf.defDim(ncid,'time',0);
octave:5> varidd = netcdf.defVar(ncid,'time','double',[dimid]);
octave:6> netcdf.close(ncid)
octave:7> exit
fatal: caught signal Segmentation fault -- stopping myself...
Segmentation fault




    _______________________________________________________

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]