>>>>> Maxim Sobolev writes: Maxim> I came over a problem that unaligned 64-bits access to a memory (via Maxim> uint8_t or long long pointer) causes SIGBUS. Is it expected behavior or not? The kernel should catch and fixup any unaligned accesses that the hardware does not allow. David