OpenHPI encounters the Segmentation fault during the processing of an EVENT raised by the server blade in cClass Chassis.
Segmentation fault is done in the " soap_extraData"module.
The reason for the segmentation fault has been found and it is discovered that the invalid response from the server(which is not in stable state) is passed to soap client parsing.
The solution is to filter the invalid responses from the blade and these responses are not passed to the soap client for parsing purpose.
Fixed in revision 6939
Complete fix in 6943