Re: [F4-users] opcode debugging on Valgrind..
Status: Pre-Alpha
Brought to you by:
starkos
From: Pierre T. <p.t...@wa...> - 2002-08-29 15:35:27
|
(What is Valgrind ?) > Use of uninitialised value of size 4 > ==29438== at 0x438843CA: IceMaths::InvertPRMatrix(IceMaths::Matrix4x4 &, > IceMaths::Matrix4x4 const &) (plugins/collide/opcode/OPC_Matrix4x4.cpp:69) > > .... > > Use of uninitialised value of size 4 > ==29438== at 0x43897C5B: ??? (plugins/collide/opcode/OPC_Matrix4x4.h:297) > ==29438== by 0x43891D12: > Opcode::AABBTreeCollider::InitQuery(IceMaths::Matrix4x4 const *, > IceMaths::Matrix4x4 const *) > (plugins/collide/opcode/OPC_TreeCollider.cpp:265) > > > and at destruction i get also some of these: > > Mismatched free() / delete / delete [] > ==29438== at 0x40046819: __builtin_vec_delete (vg_clientfuncs.c:201) > ==29438== > > > What do you think Pierre? Errr, change your compiler ? I don't know what to say without more infos, except I doubt there are some bugs here. A delete / delete [] mismatch is still possible anyway. Do you know where it's supposed to happen, exactly ? Pierre |