Thread overview
[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats
Oct 02, 2017
Justin Whear
Mar 27, 2018
Walter Bright
October 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17874

briancschott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry, wrong-code
            Summary|Segmentation fault when     |Segmentation fault when
                   |constructing a struct with  |constructing a struct with
                   |a static                    |a static array of structs
                   |                            |containing floats

--
October 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17874

Justin Whear <justin@economicmodeling.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin@economicmodeling.com

--
March 27, 2018
https://issues.dlang.org/show_bug.cgi?id=17874

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/8092

--
March 27, 2018
https://issues.dlang.org/show_bug.cgi?id=17874

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5662aa94c091083f004530d7ed77ec42a93414a4 Fix issue 17874 - Static arrays & memset

Hopefully completes what #3784 started.

https://github.com/dlang/dmd/commit/161e2e038a656f8d849967821cb0c35a77386d32 Merge pull request #8092 from LemonBoy/b17874

Fix issue 17874 - Static arrays & memset
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

--
March 27, 2018
https://issues.dlang.org/show_bug.cgi?id=17874

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--