You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2016/02/06 15:57:39 UTC

[lucy-issues] [jira] [Resolved] (LUCY-271) Misaligned double access on MIPS

     [ https://issues.apache.org/jira/browse/LUCY-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Wellnhofer resolved LUCY-271.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.4.0

Should be fixed in 0.4.0.

> Misaligned double access on MIPS
> --------------------------------
>
>                 Key: LUCY-271
>                 URL: https://issues.apache.org/jira/browse/LUCY-271
>             Project: Lucy
>          Issue Type: Bug
>    Affects Versions: 0.3.3
>            Reporter: Nick Wellnhofer
>             Fix For: 0.4.0
>
>         Attachments: mips-unaligned-access.patch
>
>
> Copied from RT #99171 <https://rt.cpan.org/Public/Bug/Display.html?id=99171>:
> In Debian we are currently applying the following patch to Lucy. We thought you might be interested in it too.
> Description: fix misaligned double access on mips
> Mips architecture allows accessing doubles only on 8-byte (sizeof(double)) aligned addresses. The code tries to align these on sizeof(void*) which is 4 on mips.
> Author: Dejan Latinovic <De...@imgtec.com>
> Acked-By: Damyan Ivanov <dm...@debian.org>
> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762958
> The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/liblucy-perl.git/plain/debian/patches/mips-unaligned-access.patch
> Thanks for considering,
> Damyan Ivanov,
> Debian Perl Group



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)