Lines Matching +full:0 +full:x19000
4 # cpuid = 10; apic id = 0a
5 # fault virtual address = 0x0
7 # instruction pointer = 0x20:0xffffffff80e04f35
8 # stack pointer = 0x28:0xfffffe014fd0fbc0
9 # frame pointer = 0x28:0xfffffe014fd0fc00
10 # code segment = base 0x0, limit 0xfffff, type 0x1b
11 # = DPL 0, pres 1, long 1, def32 0, gran 1
12 # processor eflags = interrupt enabled, resume, IOPL = 0
19 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe014fd0f980
20 # vpanic() at vpanic+0x17f/frame 0xfffffe014fd0f9d0
21 # panic() at panic+0x43/frame 0xfffffe014fd0fa30
22 # trap_fatal() at trap_fatal+0x385/frame 0xfffffe014fd0fa90
23 # trap_pfault() at trap_pfault+0xab/frame 0xfffffe014fd0faf0
24 # calltrap() at calltrap+0x8/frame 0xfffffe014fd0faf0
25 # --- trap 0xc, rip = 0xffffffff80e04f35, rsp = 0xfffffe014fd0fbc0, rbp = 0xfffffe014fd0fc00 ---
26 # tcp_usr_rcvd() at tcp_usr_rcvd+0x65/frame 0xfffffe014fd0fc00
27 # soreceive_generic() at soreceive_generic+0xe44/frame 0xfffffe014fd0fcc0
28 # soreceive() at soreceive+0x4b/frame 0xfffffe014fd0fce0
29 # kern_recvit() at kern_recvit+0x1ba/frame 0xfffffe014fd0fd90
30 # sys_recvmsg() at sys_recvmsg+0x6f/frame 0xfffffe014fd0fe00
31 # amd64_syscall() at amd64_syscall+0x145/frame 0xfffffe014fd0ff30
32 # fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe014fd0ff30
33 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x8020e328a, rsp = 0x22f48, rbp = 0x22f70 ---
36 # Stopped at kdb_enter+0x37: movq $0,0x128720e(%rip)
38 # version: FreeBSD 14.0-CURRENT #0 ufs-n251956-c3008785b91: Mon Dec 27 06:11:30 CET 2021
43 [ `id -u` -ne 0 ] && echo "Must be root!" && exit 1
85 int i = 0;
87 if (pthread_create(&th, &attr, fn, arg) == 0) {
108 if (pthread_mutex_init(&ev->mu, 0))
110 if (pthread_cond_init(&ev->cv, 0))
112 ev->state = 0;
117 ev->state = 0;
187 return 0;
193 for (call = 0; call < 6; call++) {
194 for (thread = 0; thread < (int)(sizeof(threads) / sizeof(threads[0]));
214 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
218 uint64_t r[1] = {0xffffffffffffffff};
222 intptr_t res = 0;
224 case 0:
225 res = syscall(SYS_socket, 2ul, 1ul, 0);
227 r[0] = res;
230 *(uint8_t*)0x20000140 = 0x10;
231 *(uint8_t*)0x20000141 = 2;
232 *(uint16_t*)0x20000142 = htobe16(0x4e23);
233 *(uint32_t*)0x20000144 = htobe32(0x7f000001);
234 memset((void*)0x20000148, 0, 8);
235 syscall(SYS_bind, r[0], 0x20000140ul, 0x10ul);
238 *(uint8_t*)0x20000080 = 0x10;
239 *(uint8_t*)0x20000081 = 2;
240 *(uint16_t*)0x20000082 = htobe16(0x4e23);
241 *(uint32_t*)0x20000084 = htobe32(0x7f000001);
242 memset((void*)0x20000088, 0, 8);
243 syscall(SYS_sendto, r[0], 0ul, 0ul, 0ul, 0x20000080ul, 0x10ul);
246 memset((void*)0x20000100, 69, 1);
247 syscall(SYS_sendto, r[0], 0x20000100ul, 0xfda4ul, 0ul, 0ul, 0ul);
250 *(uint64_t*)0x200003c0 = 0;
251 *(uint32_t*)0x200003c8 = 0;
252 *(uint64_t*)0x200003d0 = 0x20000340;
253 *(uint64_t*)0x20000340 = 0x20000680;
254 *(uint64_t*)0x20000348 = 0x19000;
255 *(uint64_t*)0x200003d8 = 1;
256 *(uint64_t*)0x200003e0 = 0;
257 *(uint64_t*)0x200003e8 = 0;
258 *(uint32_t*)0x200003f0 = 0;
259 syscall(SYS_recvmsg, r[0], 0x200003c0ul, 0x40ul);
262 syscall(SYS_shutdown, r[0], 1ul);
268 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
270 return 0;
299 exit 0