Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-26 Thread Dimitris Servis
Of josha Sent: Tuesday, May 24, 2011 8:43 AM To: hdf-forum@hdfgroup.org Subject: Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6) Thanks for the response. I've placed a breakpoint on the one location that I call the H5F.close() HDFDotNet wrapper method (that calls

Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-26 Thread josha
I recently attempted an upgrade to HDF5 1.8.7 (as well as the latest HDF5DotNet wrapper library). After a number of issues with PInvokeStackImbalance MDA's (which ended with me changing all wrapper calls back to their original CallingConvention::Cdecl... hmmm...) - I put an H5.Close() call in

Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-24 Thread Gerd Heber
...@hdfgroup.org] On Behalf Of josha Sent: Friday, May 20, 2011 5:28 PM To: hdf-forum@hdfgroup.org Subject: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6) Hi all. I'm using HDF5 1.8.6 on a Windows7 32-bit system from a data acquisition C#/.Net application (using the HDFDotNet wrappers

Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-24 Thread josha
Thanks for the response. I've placed a breakpoint on the one location that I call the H5F.close() HDFDotNet wrapper method (that calls H5F_close) and the application only seems to hit it the one time, so its surprising to hear this. Are you telling me that I shouldn't call close on the file

Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-24 Thread Gerd Heber
Of josha Sent: Tuesday, May 24, 2011 8:43 AM To: hdf-forum@hdfgroup.org Subject: Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6) Thanks for the response. I've placed a breakpoint on the one location that I call the H5F.close() HDFDotNet wrapper method (that calls

Re: [Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-23 Thread josha
One additional note: Our application consists of 2 separate processes, both utilizing the HDF5 library (for 2 separate purposes). I have been making an assumption that there would be no interactions between the separate instances of the HDF5 library, correct? Thanks a lot! -- View this

[Hdf-forum] Assertion failed! error when exiting program (HDF5 1.8.6)

2011-05-20 Thread josha
Hi all. I'm using HDF5 1.8.6 on a Windows7 32-bit system from a data acquisition C#/.Net application (using the HDFDotNet wrappers). I've noticed a runtime error(AssertionFailed) popup when I exit my application after the following behavior: 1.) I open an HDF5 file on a USB drive (or network