wip post
This commit is contained in:
parent
c8a2913172
commit
5a1c98d8a4
8 changed files with 170 additions and 0 deletions
7
content/posts/debugging-rr-children/crasher.c
Normal file
7
content/posts/debugging-rr-children/crasher.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
printf("[crasher] about to crash\n");
|
||||
abort();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue