Lines Matching +full:0 +full:x10000045
3 # panic: sbflush_internal: ccc 0 mb 0 mbcnt 256
7 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe012b22f8d0
8 # vpanic() at vpanic+0x182/frame 0xfffffe012b22f920
9 # panic() at panic+0x43/frame 0xfffffe012b22f980
10 # sbrelease_internal() at sbrelease_internal+0xbd/frame 0xfffffe012b22f9a0
11 # solisten_proto() at solisten_proto+0xab/frame 0xfffffe012b22fa00
12 # sctp_listen() at sctp_listen+0x2f4/frame 0xfffffe012b22fa60
13 # solisten() at solisten+0x42/frame 0xfffffe012b22fa80
14 # kern_listen() at kern_listen+0x7c/frame 0xfffffe012b22fac0
15 # ia32_syscall() at ia32_syscall+0x150/frame 0xfffffe012b22fbf0
16 # int0x80_syscall_common() at int0x80_syscall_common+0x9c/frame 0xffffdb10
19 # Stopped at kdb_enter+0x37: movq $0,0x10c5456(%rip)
21 # version: FreeBSD 13.0-CURRENT #0 r362171: Sun Jun 14 09:06:12 CEST 2020
25 [ `uname -p` != "amd64" ] && exit 0
73 memset(&sa, 0, sizeof(sa));
83 if (_setjmp(segv_env) == 0) { \
92 while (waitpid(-1, status, 0) != pid) {
111 #define WAIT_FLAGS 0
116 for (iter = 0;; iter++) {
118 if (pid < 0)
120 if (pid == 0) {
122 exit(0);
124 int status = 0;
138 uint64_t r[1] = {0xffffffffffffffff};
142 intptr_t res = 0;
143 res = syscall(SYS_socket, 0x1c, 1, 0x84);
145 r[0] = res;
146 NONFAILING(*(uint8_t*)0x10000040 = 0xc8);
147 NONFAILING(*(uint8_t*)0x10000041 = 0x51);
148 NONFAILING(*(uint8_t*)0x10000042 = 0);
149 NONFAILING(*(uint8_t*)0x10000043 = 0);
150 NONFAILING(*(uint8_t*)0x10000044 = 0);
151 NONFAILING(*(uint8_t*)0x10000045 = 0);
152 NONFAILING(*(uint8_t*)0x10000046 = 0);
153 NONFAILING(*(uint8_t*)0x10000047 = 0);
154 NONFAILING(*(uint8_t*)0x10000048 = 0);
155 NONFAILING(*(uint8_t*)0x10000049 = 0);
156 NONFAILING(*(uint8_t*)0x1000004a = 0);
157 syscall(SYS_setsockopt, (intptr_t)r[0], 0x84, 0xc, 0x10000040, 0xb);
158 NONFAILING(*(uint8_t*)0x10000180 = 0x5f);
159 NONFAILING(*(uint8_t*)0x10000181 = 0x1c);
160 NONFAILING(*(uint16_t*)0x10000182 = htobe16(0x4e22 + procid * 4));
161 NONFAILING(*(uint32_t*)0x10000184 = 0);
162 NONFAILING(*(uint64_t*)0x10000188 = htobe64(0));
163 NONFAILING(*(uint64_t*)0x10000190 = htobe64(1));
164 NONFAILING(*(uint32_t*)0x10000198 = 0);
165 syscall(SYS_connect, (intptr_t)r[0], 0x10000180, 0x1c);
166 syscall(SYS_listen, (intptr_t)r[0], 7);
170 syscall(SYS_mmap, 0x10000000, 0x1000000, 7, 0x1012, -1, 0);
172 for (procid = 0; procid < 4; procid++) {
173 if (fork() == 0) {
178 return 0;
190 exit 0