BaseType::val2buf(void *, bool) encounters alignment errors when evaluated using ASAN in the BES. For an example error message (from the BES fileout_netcdf handler) see below.
In the fileout_netcdf regression tests this is the underlying cause of 5 test failures (via ASAN):
BaseType::val2buf(void *, bool)
encounters alignment errors when evaluated using ASAN in the BES. For an example error message (from the BESfileout_netcdf
handler) see below.In the fileout_netcdf regression tests this is the underlying cause of 5 test failures (via ASAN):
Is this a design issue arising from using
void *
or is this a usage issue in the way that the fileout_netcdf is allocating memory?Examine and fix if feasible.
Example ASAN error for memory alignment issue.