October 07, 2014 [Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii. | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=9449 David Nadlinger <code@klickverbot.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |code@klickverbot.at Resolution|--- |WORKSFORME --- Comment #32 from David Nadlinger <code@klickverbot.at> --- Can't reproduce on the auto-tester (Git master). Please open a new issue with more details about your system configuration if the problem still persists. -- | ||||
February 18, 2015 [Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii. | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=9449 --- Comment #33 from github-bugzilla@puremagic.com --- Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/30b689c4ddeefe73bff05caba181447329621d57 add test case for Issue 9449 https://github.com/D-Programming-Language/dmd/commit/e308d06df5cb6447728f3a3e05259fc835acf677 Merge pull request #4049 from WalterBright/fix9449 -- | ||||
March 07, 2015 [Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii. | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=9449 Temtaime <temtaime@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |temtaime@gmail.com Resolution|WORKSFORME |--- --- Comment #34 from Temtaime <temtaime@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. -- | ||||
March 10, 2015 [Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii. | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=9449 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |code@dawg.eu Resolution|--- |FIXED --- Comment #35 from Martin Nowak <code@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. -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply