Dustmite always reduced to empty set after two iterations

Jacob Carlborg doob at me.com
Thu Oct 12 06:40:12 UTC 2017


On 2017-10-11 22:36, Nordlöw wrote:

> My first idea is to make stderr "core dumped" the invariant. Therefore 
> my first try becomes to redirect stderr to stdout (in bash) and grep for 
> the pattern 'core dumped' as follows

IIRC, segmentation faults are printed by the shell and not the 
application. There you cannot grep on it because it's not the 
application that prints it. You would need to wrap it in a shell script 
or similar. Although, I'm not sure if that changes when you go through DUB.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list