Add some info on log parsing
This commit is contained in:
parent
1dd7119094
commit
e0a65630d6
1 changed files with 7 additions and 0 deletions
|
@ -198,3 +198,10 @@ Check if timer's bug occured:
|
|||
```
|
||||
ls | grep -P '^naive-|^rrh-|^rr-|^orig-' | while read n; do echo "$n "; grep 'bug' $n/log/client-measlat-stderr.log; done
|
||||
```
|
||||
|
||||
Check if a free() invalid pointer bug occured:
|
||||
|
||||
```
|
||||
grep 'free' naive-*/log/*-donar-*.log
|
||||
grep -rn 'free()' .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue