Amaury Aubel (aubel++at++lig.di.epfl.ch)
Wed, 9 Jul 1997 11:01:22 -0600
I have a library where I suspect memory leaks occur.
Sometimes the program terminates on:
texture[i] = pfuNewSharedTex(tex_name,pfGetSharedArena());
or
index = (ushort *)pfMalloc(n*sizeof(ushort),pfGetSharedArena());
(where n is reasonably small)
causes corruption of pfGeoSets which are stored elsewhere.
Would anyone know a piece of software that can monitor memory so as to track
down erratic pointers for example? (Even if the memory is pfMalloc'd and not
malloc'd of course)
I have heard of "purify" but will it work in conjunction with Performer?
Thanks in advance,
Amaury.
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:35 PDT