Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Lucy CPAN distribution.

Report information
The Basics
Id: 99171
Status: open
Priority: 0/
Queue: Lucy

People
Owner: Nobody in particular
Requestors: dam [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: dam [...] cpan.org
Subject: [PATCH] misaligned double access on mips
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 <Dejan.Latinovic@imgtec.com> Acked-By: Damyan Ivanov <dmn@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
Here's the patch.

Message body is not shown because sender requested not to inline it.

Thanks for the report. I copied the issue to our bugtracker: https://issues.apache.org/jira/browse/LUCY-271 Nick