[Issue 13795] DMD ICE segfault compiling druntime

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 9 13:58:56 PST 2014


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

Peter Alexander <peter.alexander.au at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.alexander.au at gmail.co
                   |                            |m

--- Comment #4 from Peter Alexander <peter.alexander.au at gmail.com> ---
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

--


More information about the Digitalmars-d-bugs mailing list