Lines Matching +full:120 +full:- +full:db
17 # --- trap 0xc, rip = 0x8220e08da, rsp = 0x820a211b8, rbp = 0x820a211e0 ---
21 # db> x/s version
22 # FreeBSD 14.0-CURRENT #0 reap-n255780-cbbb27164fa: Tue May 24 13:42:53 CEST 2022
24 # db>
26 [ `uname -p` != "amd64" ] && exit 0
32 // Reported-by: syzbot+e256d42e9b390564530a@syzkaller.appspotmail.com
57 while (waitpid(-1, status, 0) != pid) {
92 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
95 if (current_time_ms() - start < 5000)
109 if (res != -1)
155 if (res != -1)
169 if (res != -1)
177 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
187 mycc -o /tmp/syzkaller55 -Wall -Wextra -O0 /tmp/syzkaller55.c || exit 1
189 kldstat | grep -q sctp || kldload sctp.ko
191 while [ $((`date +%s` - start)) -lt 120 ]; do
195 rm -rf /tmp/syzkaller55 /tmp/syzkaller55.c /tmp/syzkaller55.core \