|
From: Alison Z. <ali...@au...> - 2004-03-24 01:38:26
|
Hi Avery, Thanks for reply. The 'entire' error is: ==1821== Address 0x44FA1BFC is 0 bytes inside a block of size 40 alloc'd ==1821== at 0x4002BD5C: __builtin_vec_new (vg_replace_malloc.c:203) ==1821== by 0x81508E9: CimGraphixLineSet::CimGraphixLineSet(int, Cim3DTransform &) (CimModel/CimGraphix/CimGraphixLineSet.C:241) ==1821== by 0x815A747: CimModelLVPS4x4::getModelImageIntersections(int, int, Cim3DVector *, Cim3DVector *) (CimModel/CimModel/CimModelLVPS4x4.C:1882) ==1821== by 0x816266F: CimModeller::getModelImageIntersections(int, int, int, Cim3DVector *, Cim3DVector *) (CimModel/CimModel/CimModeller.C:1050) np = nPlanes; //nPlanes is a constructor prameter pts = new float*[np]; those lines are in the constructor of CimGraphixLineSet cheers Alison |