Software Archive
Read-only legacy content
17061 Discussions

False Positive?

bayesiam_matrix
Beginner
164 Views

Hi.

Allcation site at,
-----------------------------------------
n = _num_vect * _dim;

v = new Vect_d[_num_vect]; <<<
v[0].d = new double;

v[0].Dim(dim);

for ( i = 1; i < _num_vect; i++){
v.d = &v[0].d[_dim*i];
v.Dim(_dim);
}
-------------------------------------
caused error at,
-------------------------------------
for_p( _vects.Vectors() ){
Pred( _vects.v

) <<
}
-------------------------------------
dose iterror?

best regurd.


0 Kudos
2 Replies
Ravi_V_Intel
Employee
164 Views

Can you please provide some more information:

* Which Intel tool (including version of the tool) were you trying to use when the error happened?

* Can you please provide a small self-contained code snippet which demonstrates the problem so that I can attempt to reproduce the issue or pass it along to the right people? Also, please provide steps to reproduce the issue.

Thank you!

Ravi

0 Kudos
bayesiam_matrix
Beginner
164 Views

Thank you for your attention.

My Intel tool is Inter Parallel Inspector Update 2.

I will send you an extracted package that causes uninitialized memory access.

Thank You very mutch.

Yamane

0 Kudos
Reply