On Tue, 2011-05-24 at 13:45 +0200, Bjoern Michaelsen wrote:
The subsequenttest:
complex.sfx2.DocumentProperties
fails.
The new binaryurp bridge for out-of-process uno isn't allocating enough
space for small structs, DateTime is 14bytes, and the crasher in sfx2 is
a return of one of those. The x86_64 bridge which the binaryurp stuff
dispatches to assumes that return area will be 16bytes as the returned
structure fits into two registers, so there's definitely 16bytes
available in the normal case. Arguable the called code should be more
forgiving, but I threw my hat at it and just rounded up to a size_t
bytes in the binaryurp and sfx2 should now work again.
C.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.