Andy1978

Joined 8 January 2013
758 bytes removed ,  24 November 2013
→‎GUI: mark hdf5 infinite loop as done
(→‎GUI: mark hdf5 infinite loop as done)
Line 11: Line 11:


=== GUI ===
=== GUI ===
 
<strike>When opening and closing the GUI HDF5: infinite loop closing library</strike>
When opening and closing the GUI
  HDF5: infinite loop closing library
  D,T,F,FD,P,FD,P,FD,P,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
 
is printed. If you actually use hdf5 to load a [http://www.tech-chat.de/files/mystub.h5 hdf5-file] (which is not generated with octave)
  d=load("mystub.h5")
  d =
  scalar structure containing the fields:
    pattern =
      100  100  100  100  100  100
        0  120  240  360  480  600
        0    0    0    90    90    90
 
There is no message on exit.Also if you create it inside octave:
  a = magic(3);
  save("-hdf5", "mout.h5", "a")
 
So I think its more a problem "Trying to close/terminate libhdf5 without previous initialization"


=== Forge ===
=== Forge ===
219

edits