You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not look correct the method captureFFDC throws an sbe_error_t exception object and the method also throws multiple sbe_error_t exceptions this does not look standard or normal.
It does not look correct the method captureFFDC throws an sbe_error_t exception object and the method also throws multiple sbe_error_t exceptions this does not look standard or normal.
Probably the owner choose this mechanism as captureFFDC creates an temporary FFDC file and passes the FD which I guess he could not achieve by using exceptions.
https://github.com/open-power/ipl/blob/main/libphal/phal_sbe.C#L221
The text was updated successfully, but these errors were encountered: