Thread overview
[Issue 20052] SIMD 32 bytes causes obscure segfault
[Issue 20052] SIMD 32 bytes causes obscure segfault on windows 64
Jul 15, 2019
Dlang Bot
Aug 01, 2019
Dlang Bot
July 15, 2019
https://issues.dlang.org/show_bug.cgi?id=20052

Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows                     |All

--- Comment #1 from Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> ---
Sorry, I was mistaken It's a cross platform issue.

--
July 15, 2019
https://issues.dlang.org/show_bug.cgi?id=20052

Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|SIMD 32 bytes causes        |SIMD 32 bytes causes
                   |obscure segfault on windows |obscure segfault
                   |64                          |

--
July 15, 2019
https://issues.dlang.org/show_bug.cgi?id=20052

--- Comment #2 from Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> ---
https://github.com/dlang/dmd/pull/10178

--
July 15, 2019
https://issues.dlang.org/show_bug.cgi?id=20052

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10178 "Fix issue 20052 - SIMD 32 bytes segfault" was merged into stable:

- 91ebe293cdfb94eeba2fc6b54eab7eed0347058d by سليمان السهمي  (Suleyman Sahmi):
  issue 20052 - tests

- 402b042b14c618f4f704e9c39fc2204705f6c9ea by سليمان السهمي  (Suleyman Sahmi):
  fix issue 20052 - must reset the stack before return otherwise the return
address is lost

https://github.com/dlang/dmd/pull/10178

--
August 01, 2019
https://issues.dlang.org/show_bug.cgi?id=20052

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10232 "Merge remote-tracking branch 'upstream/stable' into merge_stable" was merged into master:

- b561bf59cad1c829c47e5018a55f49f0dcb095d7 by سليمان السهمي (Suleyman Sahmi):
  Fix issue 20052 - SIMD 32 bytes segfault (#10178)

  Fix issue 20052 - SIMD 32 bytes segfault
  merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

https://github.com/dlang/dmd/pull/10232

--