[gs-bugs] [Bug 689822] Memory leaks during rendering clist.
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Mon May 5 09:49:09 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689822
------- Additional Comments From ray.johnston at artifex.com 2008-05-05 09:49 -------
Note that -dNumRenderingThreads=1 is adequate to track the leaks and is easier
to debug since there is only a single instance of the 'chunk' memory wrapper,
so breakpoints are less confusing.
The 'sequence' value is useful for setting conditional breakpoints. Run once to
get the sequence numbers of the allocation that was leaked, then set conditional
breakpoints in chunk_obj_alloc around line 351 (after cmem is set) for the value
matching cmem->sequence_counter.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list