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

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

[Octave-bug-tracker] [bug #37713] HDF5 error message on exit


From: Rik
Subject: [Octave-bug-tracker] [bug #37713] HDF5 error message on exit
Date: Thu, 29 Aug 2013 16:20:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

Follow-up Comment #3, bug #37713 (project octave):

I can confirm this with a recent tip (hg id 91691d74845d) and I'm also using
hdf5 version 1.8.4.

Interestingly, if I do any sort of load/save with an HDF5 file during the GUI
session then the error message is not produced.

This code produces an error:


run-octave
exit


This code does not:


run-octave
x = 1;
save -hdf5 junk.hdf5 x
exit


So, it would seem that we are instantiating something, like an instance of the
HDF5 class, which doesn't get initialized until an operation is done on it.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37713>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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