A server crash was reported when attempting to print an execution plan. When SQL_DEBUG ERROR_INFO is specified in ctsrvr.cfg and a SQL query fails, an attempt is made to print the execution plan. An unchecked return code caused an unhandled exception if this function fails. This value is now always checked to ensure safe handling.