Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 21:03:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 216206] editors/openoffice-4 and editors/openoffice-devel: fails to build with clang 4.0
Message-ID:  <bug-216206-25061-6HsDwS97zM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216206-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216206-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216206

--- Comment #17 from Don Lewis <truckman@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 t=
he
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 a=
rena
stuff.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216206-25061-6HsDwS97zM>