https://issues.dlang.org/show_bug.cgi?id=13795

Peter Alexander <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #4 from Peter Alexander <[email protected]> ---
I'm also hitting this, same call stack.

Was introduced with this commit to dmd

https://github.com/D-Programming-Language/dmd/commit/262905e4419340e72ffb1514d38f94558a99c357


Looks like it's an unaligned access

-> 0x10002e2bd:  movaps %xmm1, 0x40(%rdi)

%rdi = 0x00007fff5fbfd2e8  <--- movaps requires 16-byte align

--

Reply via email to