查看单个帖子
旧 2009-05-06, 05:39 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】memory leaks when loading a polyfacemesh

memory leaks when loading a polyfacemesh
memory leaks when loading a polyfacemesh
when i load a drawing that contains a polyfacemesh and then exit intellicad,i
have 120 or 144 bytes for each vertex memory leak. this memory is allocated
probably from the oddbpolyfacemeshvertex object and its destructor doesn't free the memory.
this is the stack where i believe the leak is:
malloc(unsigned int 144) line 130
operator new(unsigned int) + 11 bytes
odobjectwithimpl<class oddbpolyfacemeshvertex,class oddbpolyfacemeshverteximpl>::createobject(void) + 43 bytes
oddbpolyfacemeshvertex:seudoconstructor(void) + 58 bytes
oddbclass::create(void) + 41 bytes
oddwgfileloader::loadobject(class odobjectdwginstream &,class odsmartptr<class oddbobject> &) + 138 bytes
oddwgfileloader::loadobject(unsigned long) + 480 bytes
odobjloadresolver::queryx(class odrxclass const *) + 59 bytes
oddbobject::cast(class odrxobject const *) + 28 bytes
oddbobjectidenobject(enum oddb:penmode,bool) + 205 bytes
odentitycontainer::closeinput(class oddbdwgfiler *) + 154 bytes
odentitycontainer::loadac15list(class oddbdwgfiler *) + 105 bytes
odentitycontainer::dwginfields(class oddbdwgfiler *) + 237 bytes
odentityseqendcontainer::dwginfields(class oddbdwgfiler *) + 14 bytes
oddbpolyfacemesh::dwginfields(class oddbdwgfiler *) + 65 bytes
oddwgfileloader::loadobject(class odobjectdwginstream &,class odsmartptr<class oddbobject> &) + 608 bytes
oddwgfileloader::loadobject(unsigned long) + 480 bytes
odobjloadresolver::queryx(class odrxclass const *) + 59 bytes
oddbobject::cast(class odrxobject const *) + 28 bytes
oddbobjectidenobject(enum oddb:penmode,bool) + 205 bytes
odentitycontainer::closeinput(class oddbdwgfiler *) + 154 bytes
odentitycontainer::loadac15list(class oddbdwgfiler *) + 105 bytes
odentitycontainer::dwginfields(class oddbdwgfiler *) + 237 bytes
oddbblocktablerecord::dwginfields(class oddbdwgfiler *) + 438 bytes
oddwgfileloader::loadobject(class odobjectdwginstream &,class odsmartptr<class oddbobject> &) + 608 bytes
oddwgfileloader::loadobject(unsigned long) + 480 bytes
odobjloadresolver::queryx(class odrxclass const *) + 59 bytes
oddbobject::cast(class odrxobject const *) + 28 bytes
oddbobjectidenobject(enum oddb:penmode,bool) + 205 bytes
oddwgfileloader::enddbloading(void) + 167 bytes
oddbdatabase::closeinput(void) + 21 bytes
oddbdatabase::readfile(class odstreambuf *,bool,class oddbauditinfo *,class odwstring const &,bool) + 590 bytes
oddbhostappservices::readfile(class odstreambuf *,bool,bool,class odwstring const &) + 86 bytes
oddbhostappservices::readfile(const char * 0x01000000, unsigned char 212,
attached files
we do not have intellicad. is it possible to reproduce the situation in one of dwgdirect samples (probably modified)?
sergey slezkin
i'm afraid i don't have a debug version of odamfcapp or singledoc to be able to monitor the memory leaks. is there another way to check the memory leaks (if any) that are produced from this dwg file during load??
thanks in advance.
debug dwgdirect libraries and samples sources are available together with project files.....
sergey slezkin
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)