[Bug 216206] editors/openoffice-4 and editors/openoffice-devel: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 26 21:03:04 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206
--- Comment #17 from Don Lewis <truckman at FreeBSD.org> ---
(In reply to Pedro F. Giffuni from comment #16)
system alloc turns out not to help. It just replaces the guts of
rtl_allocateMemory() and friends. I previously tried changing that to do the
necessary alignment and it didn't help.
There is also two other memory allocation mechanisms, rtl_cache_alloc() and
rtl_arena_alloc(). The former is an object cache and I think it carves up
larger allocations. It doesn't know about anything bigger than 8 byte
alignment. Fixing it cleanly looks complicated. I haven't looked at the arena
stuff.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list