http://bugs.freedesktop.org/show_bug.cgi?id=16627

           Summary: unaligned access(bus error) in
                    drivers/dri/common/utils.c
           Product: Mesa
           Version: 7.1
          Platform: SPARC
               URL: https://bugs.gentoo.org/show_bug.cgi?id=230953
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


When using GLX on an architecture that can't do unaligned memory access(sparc64
in this case) Xorg fails to start.

GDB shows a SIGBUS(bus error) in src/mesa/drivers/dri/common/utils.c line 840
which is:

    default:
    *value = *(unsigned int *)
        ((char *) &config->modes + attribMap[index].offset);

    break;

sizeof(unsigned int) is 4
sizeof(char) is 1

If you need further information or testing please let me know.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to