Uploaded image for project: 'Lucy'
  1. Lucy
  2. LUCY-271

Misaligned double access on MIPS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.3.3
    • 0.4.0
    • None
    • None

    Description

      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 <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

      Attachments

        1. mips-unaligned-access.patch
          1 kB
          Nikolas Wellnhofer

        Activity

          People

            Unassigned Unassigned
            nwellnhof Nikolas Wellnhofer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: