On Wed, 9 Oct 2013 17:31:08 -0400, Michael Jackson said: > Is there a public web site to take a look at that bug?
Hi Mike! Not to my knowledge. Basically, clang's undefined behaviour checker (ubsan) identifies lots of bugs in the HDF5 codebase/test suite. You can read about ubsan and other 'sanitize' flags here: <http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation> and see an example complaint here: <http://cdash.hdfgroup.uiuc.edu/testDetails.php?test=298977&build=9449> /Users/builder/external/hdf5_1_8_cmake/test/dt_arith.c:1780:9: runtime error: left shift of negative value -1 Cheers, -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
