(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Installation : (Category) Platform Hints : (Category) Linux : (Category) Linux/Alpha : (Answer) Should I worry about unaligned access errors?
Linux/Alpha

The Alpha is a 64 bit CPU, and so has certain restrictions on how it accesses memory. Specifically, instructions and data must be aligned on certain byte boundaries.

OpenLDAP is not yet "64 bit clean", in that it does not always align its memory accesses on byte boundaries, causing the Linux kernel to catch "unaligned access" traps, such as:

Dec 17 08:52:48 dt09q1nd7 kernel: slapd(14160): unaligned trap at 0000000120016780: 000003ffffdffc4c 2d 9

This does not affect utilty: all actions will be properly completed. However, it will affect performance.
morrill@crd.ge.com

[Append to This Answer]
Previous: (Answer) config.guess fails on my Alpha SX164, what do I do?
This document is: http://www.openldap.org/faq/index.cgi?file=249
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org