Thread overview
[Issue 21042] Deactivating CFGalwaysframe causes Memstomp test failure on Darwin_64_64
[Issue 21042] Darwin_64_64 fails autotester, but no clue in log file when CFGalwaysframe is turned off
Jul 12, 2020
Walter Bright
Jul 13, 2020
Mathias LANG
Dec 17, 2022
Iain Buclaw
July 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21042

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TestSuite

--
July 13, 2020
https://issues.dlang.org/show_bug.cgi?id=21042

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Just grep for error, and sure enough:
```
Testing memstomp
timelimit -t 10 ./generated/osx/debug/64/memstomp
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: linker command failed due to signal (use -v to see invocation)
make[2]: *** [generated/osx/release/64/allocator] Error 254
make[1]: *** [test/stdcpp/.run] Error 2
make: *** [unittest-release] Error 2
make: *** Waiting for unfinished jobs....
```

--
August 06, 2020
https://issues.dlang.org/show_bug.cgi?id=21042

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
            Summary|Darwin_64_64 fails          |Deactivating CFGalwaysframe
                   |autotester, but no clue in  |causes Memstomp test
                   |log file when               |failure on Darwin_64_64
                   |CFGalwaysframe is turned    |
                   |off                         |

--
August 06, 2020
https://issues.dlang.org/show_bug.cgi?id=21042

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|TestSuite                   |

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21042

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--