Quincey Koziol wrote:
Hi John,

On Aug 24, 2010, at 1:13 PM, John Knutson wrote:

I'm having some odd problems with a single-threaded application that has a 
single file open and is writing to multiple data sets.  Each data set has its 
own file hid_t, even though the file is the same.  Are there any known problems 
with doing this?

        Nope, this should work.

        Nothing comes to mind for that stack or behavior.  Can you run with 
valgrind or some other memory debugger?
Thanks for the response. The problem appears to have been user error (attempts to read/write from one data set using two completely different memory types). Copy/paste was the culprit, really.

Still, I did try and run the program using bcheck (maybe Sun-exclusive tool), and the HDF library would report an initialization failure and terminate when I did so, unfortunately.

Good to know my approach isn't fundamentally flawed, at least :-)


_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to