Project

General

Profile

Actions

Feature #2421

closed

Add a verifier specific header for each error traces

Added by Evgeny Novikov over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Urgent
Category:
Statistics server
Start date:
02/10/2012
Due date:
% Done:

0%

Estimated time:
Published in build:
e1279b7

Description

We have missed this earlier indeed. I found a hard-coded 'blast' verifier engine in KB routines that helped to process BLAST error traces and use such the circumstance:

return 1 if (call_stacks_ne($et, $kb_et));

while the correct one should be like this:
return 1 if (call_stacks_ne($et, 'engine1', $kb_et, 'engine2'));

('engine1' may equal to 'engine2').
This completely fails when an engine used isn't blast.
By means of a header specified for a error trace processed it'll be clear what engine should be used.


Related issues 1 (0 open1 closed)

Related to Linux Driver Verification - Bug #2463: By some reason kb-recalculator dies sometimes or works not so goodClosedEvgeny Novikov02/20/2012

Actions
Actions

Also available in: Atom PDF