|
Scott, Welcome to using HDF5. How do you normally approach debugging a segmentation fault? Have you run the code under a debugger to determine the line on which the seg fault is occurring? If you are attempting to read a 1051200x 2 array I would expect to see an array of that size declared in your code, but I don't see it. That might be a problem. It has been a long while since I've written used C++, so perhaps I'm missing something but hasn't the malloc function been superceded by the new statement in C++? Cheers, --dan Scott Mishra wrote: Hi, -- Daniel Kahn Science Systems and Applications Inc. 301-867-2162 |
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
