Searched refs:crashed (Results 1 – 4 of 4) sorted by relevance
14 The piped user program may be interested in reading the stack pointers of the crashed process. The15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in45 reads the stack pointers of all threads of crashed processes.
83 crashed: int = 0 variable in TestCounts90 ('crashed', self.crashed), ('skipped', self.skipped),99 return (self.passed + self.failed + self.crashed +114 self.crashed += counts.crashed124 if self.crashed:144 self.crashed += 1
47 "crashed": test_counts.crashed,
207 if len(filter_globs) == 1 and test_counts.crashed > 0:
Completed in 8 milliseconds