Hi,
> Your commit r32459 fixed the bus error by correcting
> opal/dss/dss_copy.c. It's OK for trunk because mca_dstore_hash
> calls dss to copy data. But it's insufficient for v1.8 because
> mca_db_hash doesn't call dss and copies data itself.
>
> The attached patch is the minimum patch to fix it
Hi Ralph,
Your commit r32459 fixed the bus error by correcting
opal/dss/dss_copy.c. It's OK for trunk because mca_dstore_hash
calls dss to copy data. But it's insufficient for v1.8 because
mca_db_hash doesn't call dss and copies data itself.
The attached patch is the minimum patch to fix it in v1