Alex Hornung <ahornung@gmail.com> added the comment:
>From what I can see this is due to an unaligned access with movdqa, which can
only be used with quad-word aligned addresses:
faulting instruction:
movdqa -0x2c0(%rbp),%xmm0
registers:
rbp 0x7ffffffff3f8 0x7ffffffff3f8
Not sure why gcc is generating an unaligned access with MOVDQA.
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2093>
_____________________________________________________