xabortC(caller,"Error while trying to resolve the ID \"%s\" in `%s()`: the value is CDI_UNDEFID (= %d).\n\tThis is most likely the result of a failed earlier call. Please check the IDs returned by CDI.",expressionString,caller,resH);
}
else
{
xabortC(caller,"Error while trying to resolve the ID \"%s\" in `%s()`: the value is garbage (= %d, which resolves to namespace = %d, index = %d).\n\tThis is either the result of using an uninitialized variable,\n\tof using a value as an ID that is not an ID,\n\tor of using an ID after it has been invalidated.",expressionString,caller,resH,nspT.nsp,nspT.idx);
}
}
if(!(listElem&&listElem->res.v.ops==ops))
{
show_stackframe();
xabortC(caller,"Invalid resource handle %d, list element not found!",(int)resH);
xabortC(caller,"Error while trying to resolve the ID \"%s\" in `%s()`: list element not found. The failed ID is %d",expressionString,caller,(int)resH);