https://issues.dlang.org/show_bug.cgi?id=21042
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mathias LANG <[email protected]> --- 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.... ``` --
