On Wed, Jul 11, 2018 at 2:02 PM, Stephen John Smoogen <smooge@gmail.com> wrote:
On 11 July 2018 at 13:46, Adam Williamson <adamwill@fedoraproject.org> wrote:
> On Thu, 2018-06-28 at 13:22 -0400, Jeff Backus wrote:
>> Hi folks,
>>
>> I'm going to take a whack at triaging x86-related bugs. I see a few listed
>> on the x86 tracker bug and the x86 exclude arch bug, which I'll take a
>> closer look at.
>>
>> Before I start searching for anything i686-related, are there any issues
>> you'd like us to take a look at first?
>
> Here's a new one: libreoffice build for Rawhide (which is needed as it
> needs rebuilding for Python 3.7) worked on all arches but i686:
>
> https://koji.fedoraproject.org/koji/taskinfo?taskID=28114253
> https://kojipkgs.fedoraproject.org//work/tasks/4253/28114253/build.log
>
> So we're stuck with libreoffice not being installable on Rawhide...

So looking at the errors that start showing up before the core dumps..
and using stackoverflow

https://stackoverflow.com/questions/49628615/understanding-corrupted-size-vs-prev-size-glibc-error
As for the cause for this memory leak - structure mapping done in the
Java/JNA layer implied different #pragma related padding/alignment
from what dll/so was compiled with.

but could also be an access outside of memory array... but I would
think it would hit arm also.

Nice catch. Do we know if this is related to recent updates to LibreOffice or to Java? Or could it be related to this: https://bugzilla.redhat.com/show_bug.cgi?id=1468436

jeff

--