https://bugs.freedesktop.org/show_bug.cgi?id=66094

--- Comment #2 from Julien Nabet <[email protected]> ---
Created attachment 81287
  --> https://bugs.freedesktop.org/attachment.cgi?id=81287&action=edit
Valgrind logs

Valgrind logs:
We can see this line
  11520 ==13105== Invalid read of size 8
  11521 ==13105==    at 0x98A5EAB: PolyPolygon::Count() const (poly2.cxx:382)
  11522 ==13105==    by 0xA70508F: GDIMetaFile::GetSizeBytes() const
(gdimtf.cxx:2710)
(but after the bt, we could guess there was memory problem here:-))

But we've got some interesting parts:
  11461 ==13105== Use of uninitialised value of size 8
  11462 ==13105==    at 0xA746081: MetaAction::ReadMetaAction(SvStream&,
ImplMetaReadData*) (metaact.cxx:161)
  11463 ==13105==    by 0xA7052E6: operator>>(SvStream&, GDIMetaFile&)
(gdimtf.cxx:2770)
  11464 ==13105==    by 0xA72E307: operator>>(SvStream&, ImpGraphic&)
(impgraph.cxx:1687)
  11465 ==13105==    by 0xA719DD5: operator>>(SvStream&, Graphic&)
(graph.cxx:577)

or this one:
  11334 ==13105== Warning: set address range perms: large range [0x100000040,
0x20001896b) (undefined)
  11335 ==13105== Conditional jump or move depends on uninitialised value(s)
  11336 ==13105==    at 0xA74606A: MetaAction::ReadMetaAction(SvStream&,
ImplMetaReadData*) (metaact.cxx:161)
  11337 ==13105==    by 0xA7052E6: operator>>(SvStream&, GDIMetaFile&)
(gdimtf.cxx:2770)
  11338 ==13105==    by 0xA72E307: operator>>(SvStream&, ImpGraphic&)
(impgraph.cxx:1687)
  11339 ==13105==    by 0xA719DD5: operator>>(SvStream&, Graphic&)
(graph.cxx:577)

-- 
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

Reply via email to