[Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Mar 7 03:29:47 PST 2015


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

Temtaime <temtaime at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |temtaime at gmail.com
         Resolution|WORKSFORME                  |---

--- Comment #34 from Temtaime <temtaime at gmail.com> ---
Hi !
I've hit this bug with GIT HEAD dmd and vibe.d built with win32driver.

I've disassembled .exe and it crashes with movdqa, the address is misaligned.
I've changed movdqa opcode to movdqu in dmd's code and all works OK now.

--


More information about the Digitalmars-d-bugs mailing list