[gs-bugs] [Bug 690313] memory leak in clist playback
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Mon Mar 2 20:15:26 PST 2009
http://bugs.ghostscript.com/show_bug.cgi?id=690313
------- Additional Comments From henry.stiles at artifex.com 2009-03-02 20:15 -------
FWIW, I know the output is cryptic but:
18352'th allocation client color_space indexed table
means you can put a breakpoint on pl_alloc then continue skipping the next 18351
calls to pl_alloc like this:
(gdb) c 18351
then the debugger puts you at the leaked allocation.
------- 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