https://bugs.freedesktop.org/show_bug.cgi?id=61558
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #17 from Michael Meeks <[email protected]> --- It is an unusual problem; the document has no large images in it (that I can see) which would be the obvious causes of leaks. If someone has a build with symbols they can reproduce this in, then running under valgrind like this: cd /path/to/program export OOO_DISABLE_RECOVERY=1 valgrind --leak-check=full --show-reachable=yes --leak-resolution=high soffice.bin -writer >& /tmp/val-log please be aware this will run 80x slower or so; when it's done (do a bit of scrolling etc.) then gzip and attach the /tmp/val-log Hopefully that shows us where the issue is quite easily :-) NB. you need a build with symbols [ on a distro just installing the debuginfo prolly does it ]. Thanks ! -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
