[Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii.
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Mar 10 08:58:46 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=9449
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |code at dawg.eu
Resolution|--- |FIXED
--- Comment #35 from Martin Nowak <code at dawg.eu> ---
(In reply to Temtaime from comment #34)
> 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.
Works with 2.067.0-b4, closing this.
Please open a new ticket if you have this problem on a win32 machine.
--
More information about the Digitalmars-d-bugs
mailing list