Lines Matching +full:0 +full:x185

3 # panic: refcount 0xfffff8001dd678e8 wraparound
7 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00e56517b0
8 # vpanic() at vpanic+0x185/frame 0xfffffe00e5651810
9 # panic() at panic+0x43/frame 0xfffffe00e5651870
10 # _refcount_update_saturated() at _refcount_update_saturated+0x15/frame 0xfffffe00e5651880
11 # refcount_release_last() at refcount_release_last+0x7c/frame 0xfffffe00e56518a0
12 # closef() at closef+0x1f7/frame 0xfffffe00e5651930
13 # fdescfree_fds() at fdescfree_fds+0x3c/frame 0xfffffe00e5651980
14 # fdescfree() at fdescfree+0x456/frame 0xfffffe00e5651a40
15 # exit1() at exit1+0x4f3/frame 0xfffffe00e5651ab0
16 # sys_sys_exit() at sys_sys_exit+0xd/frame 0xfffffe00e5651ac0
17 # amd64_syscall() at amd64_syscall+0x2f1/frame 0xfffffe00e5651bf0
18 # fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe00e5651bf0
19 # --- syscall (1, FreeBSD ELF64, sys_sys_exit), rip = 0x8003d53ba, rsp = 0x7fffffffe9f8, rbp = 0x7f…
65 for (i = 0; i < 100; i++) {
66 if (pthread_create(&th, &attr, fn, arg) == 0) {
87 if (pthread_mutex_init(&ev->mu, 0))
89 if (pthread_cond_init(&ev->cv, 0))
91 ev->state = 0;
96 ev->state = 0;
166 return 0;
172 for (call = 0; call < 7; call++) {
173 for (thread = 0; thread < (int)(sizeof(threads) / sizeof(threads[0]));
193 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
197 uint64_t r[3] = {0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff};
203 case 0:
204 memcpy((void*)0x20000000, "./file0\000", 8);
205 res = syscall(SYS_open, 0x20000000ul, 0x40000400000002c2ul, 0ul);
207 r[0] = res;
210 res = syscall(SYS_socket, 0x1cul, 1ul, 0ul);
215 syscall(SYS_listen, r[1], 0);
218 syscall(SYS_close, r[0]);
221 syscall(SYS_accept, r[1], 0ul, 0ul);
224 res = syscall(SYS_dup2, r[0], r[1]);
229 syscall(SYS_mmap, 0x20ffd000ul, 0x1000ul, 0ul, 0x10ul, r[2], 0ul);
235 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 3ul, 0x1012ul, -1, 0ul);
237 return 0;
246 exit 0