FreeBSD Bugzilla – Attachment 223516 Details for
Bug 254496
kernel panic when destroying interface with ECMP route
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Core text dump
core.txt.5 (text/plain), 64.06 KB, created by
Zhenlei Huang
on 2021-03-23 10:03:06 UTC
(
hide
)
Description:
Core text dump
Filename:
MIME Type:
Creator:
Zhenlei Huang
Created:
2021-03-23 10:03:06 UTC
Size:
64.06 KB
patch
obsolete
> dumped core - see /var/crash/vmcore.5 > >Wed Mar 24 01:58:37 CST 2021 > >FreeBSD 13.0-RC3 FreeBSD 13.0-RC3 #0 releng/13.0-n244696-8f731a397ad: Fri Mar 19 04:00:20 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > >panic: page fault > >GNU gdb (GDB) 10.1 [GDB v10.1 for FreeBSD] >Copyright (C) 2020 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. >Type "show copying" and "show warranty" for details. >This GDB was configured as "x86_64-portbld-freebsd13.0". >Type "show configuration" for configuration details. >For bug reporting instructions, please see: ><https://www.gnu.org/software/gdb/bugs/>. >Find the GDB manual and other documentation resources online at: > <http://www.gnu.org/software/gdb/documentation/>. > >For help, type "help". >Type "apropos word" to search for commands related to "word"... >Reading symbols from /boot/kernel/kernel... >Reading symbols from /usr/lib/debug//boot/kernel/kernel.debug... > >Unread portion of the kernel message buffer: > > >Fatal trap 12: page fault while in kernel mode >cpuid = 0; apic id = 00 >fault virtual address = 0x38 >fault code = supervisor read data, page not present >instruction pointer = 0x20:0xffffffff80d48f38 >stack pointer = 0x28:0xfffffe0044dd6a80 >frame pointer = 0x28:0xfffffe0044dd6a80 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 >processor eflags = interrupt enabled, resume, IOPL = 0 >current process = 0 (softirq_0) >trap number = 12 >panic: page fault >cpuid = 0 >time = 1616522291 >KDB: stack backtrace: >#0 0xffffffff80c570b5 at kdb_backtrace+0x65 >#1 0xffffffff80c09cd1 at vpanic+0x181 >#2 0xffffffff80c09b43 at panic+0x43 >#3 0xffffffff8108a187 at trap_fatal+0x387 >#4 0xffffffff8108a1df at trap_pfault+0x4f >#5 0xffffffff8108983d at trap+0x27d >#6 0xffffffff810612c8 at calltrap+0x8 >#7 0xffffffff80d4b1de at destroy_rtentry_epoch+0x2e >#8 0xffffffff80c51e2a at epoch_call_task+0x16a >#9 0xffffffff80c55b1d at gtaskqueue_run_locked+0x15d >#10 0xffffffff80c557bc at gtaskqueue_thread_loop+0xac >#11 0xffffffff80bc7c0e at fork_exit+0x7e >#12 0xffffffff8106234e at fork_trampoline+0xe >Uptime: 18s >Dumping 137 out of 472 MB:..12%..24%..36%..47%..59%..71%..82%..94% > >__curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 >55 __asm("movq %%gs:%P1,%0" : "=r" (td) : "n" (offsetof(struct pcpu, >(kgdb) #0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 >#1 doadump (textdump=<optimized out>) > at /usr/src/sys/kern/kern_shutdown.c:399 >#2 0xffffffff80c098c6 in kern_reboot (howto=260) > at /usr/src/sys/kern/kern_shutdown.c:486 >#3 0xffffffff80c09d40 in vpanic (fmt=<optimized out>, ap=<optimized out>) > at /usr/src/sys/kern/kern_shutdown.c:919 >#4 0xffffffff80c09b43 in panic (fmt=<unavailable>) > at /usr/src/sys/kern/kern_shutdown.c:843 >#5 0xffffffff8108a187 in trap_fatal (frame=0xfffffe0044dd69c0, eva=56) > at /usr/src/sys/amd64/amd64/trap.c:915 >#6 0xffffffff8108a1df in trap_pfault (frame=frame@entry=0xfffffe0044dd69c0, > usermode=false, signo=<optimized out>, signo@entry=0x0, > ucode=<optimized out>, ucode@entry=0x0) > at /usr/src/sys/amd64/amd64/trap.c:732 >#7 0xffffffff8108983d in trap (frame=0xfffffe0044dd69c0) > at /usr/src/sys/amd64/amd64/trap.c:398 >#8 <signal handler called> >#9 0xffffffff80d48f38 in nhop_get_vnet (nh=0xfffff8001458b980) > at /usr/src/sys/net/route/nhop_ctl.c:761 >#10 0xffffffff80d4b1de in destroy_rtentry (rt=0xfffff80014627840) > at /usr/src/sys/net/route/route_ctl.c:139 >#11 destroy_rtentry_epoch (ctx=0xfffff800146278e0) > at /usr/src/sys/net/route/route_ctl.c:159 >#12 0xffffffff80c51e2a in epoch_call_task (arg=<optimized out>) > at /usr/src/sys/kern/subr_epoch.c:816 >#13 0xffffffff80c55b1d in gtaskqueue_run_locked ( > queue=queue@entry=0xfffff8000332b900) > at /usr/src/sys/kern/subr_gtaskqueue.c:371 >#14 0xffffffff80c557bc in gtaskqueue_thread_loop (arg=<optimized out>, > arg@entry=0xfffffe0044f09008) at /usr/src/sys/kern/subr_gtaskqueue.c:547 >#15 0xffffffff80bc7c0e in fork_exit ( > callout=0xffffffff80c55710 <gtaskqueue_thread_loop>, > arg=0xfffffe0044f09008, frame=0xfffffe0044dd6c00) > at /usr/src/sys/kern/kern_fork.c:1069 >#16 <signal handler called> >(kgdb) > >------------------------------------------------------------------------ >ps -axlww > >UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND > 0 0 0 1 -16 0 0 0 swapin DLs - 0:00.25 [kernel] > 0 1 0 1 52 0 11824 1104 wait DLs - 0:00.11 [init] > 0 2 0 0 -16 0 0 0 - DL - 0:00.00 [KTLS] > 0 3 0 0 -16 0 0 0 crypto_w DL - 0:00.00 [crypto] > 0 4 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 0] > 0 5 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 1] > 0 6 0 0 -16 0 0 0 - DL - 0:01.13 [cam] > 0 7 0 0 -16 0 0 0 idle DL - 0:00.00 [mpt_recovery0] > 0 8 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod1] > 0 9 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod2] > 0 10 0 1 -16 0 0 0 audit_wo DL - 0:00.00 [audit] > 0 11 0 0 155 0 0 0 - RL - 0:10.27 [idle] > 0 12 0 1 -52 0 0 0 - WL - 0:00.08 [intr] > 0 13 0 0 -8 0 0 0 - DL - 0:00.01 [geom] > 0 14 0 0 -16 0 0 0 seqstate DL - 0:00.00 [sequencer 00] > 0 15 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod3] > 0 16 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod4] > 0 17 0 0 -8 0 0 0 t->zthr_ DL - 0:00.08 [zfskern] > 0 18 0 0 -16 0 0 0 - DL - 0:00.01 [rand_harvestq] > 0 19 0 1 -16 0 0 0 psleep DL - 0:00.01 [pagedaemon] > 0 20 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon] > 0 21 0 0 -16 0 0 0 qsleep DL - 0:00.00 [bufdaemon] > 0 22 0 1 -16 0 0 0 vlruwt DL - 0:00.00 [vnlru] > 0 23 0 0 16 0 0 0 syncer DL - 0:00.00 [syncer] > 0 349 1 0 52 0 13192 2708 select Ds - 0:00.00 [dhclient] > 0 352 1 0 4 0 13192 2784 select Ds - 0:00.00 [dhclient] > 65 418 1 0 20 0 13196 2908 select DCs - 0:00.00 [dhclient] > 0 499 1 0 24 0 11492 1460 select Ds - 0:00.00 [devd] > 0 696 1 1 22 0 12920 2788 select Ds - 0:00.00 [syslogd] > 0 791 1 1 52 0 20948 8120 select Ds - 0:00.00 [sshd] > 0 801 1 0 52 0 12964 2604 nanslp Ds - 0:00.00 [cron] > 0 811 1 0 52 0 13624 2820 wait D - 0:00.00 [sh] > 0 812 811 0 52 0 12768 2172 nanslp DC - 0:00.00 [sleep] > 0 813 1 0 52 0 12932 2520 piperd DC - 0:00.00 [logger] > 0 817 1 0 25 0 13736 3116 wait Ds - 0:00.01 [login] > 0 818 1 0 52 0 12932 2400 select Ds - 0:00.00 [logger] > 0 819 1 0 52 0 12892 2336 ttyin Ds+ - 0:00.01 [getty] > 0 820 1 0 52 0 12892 2336 ttyin Ds+ - 0:00.01 [getty] > 0 821 1 0 52 0 12892 2336 ttyin Ds+ - 0:00.02 [getty] > 0 822 1 1 52 0 12892 2336 ttyin Ds+ - 0:00.01 [getty] > 0 823 1 1 52 0 12892 2336 ttyin Ds+ - 0:00.02 [getty] > 0 824 1 1 52 0 12892 2336 ttyin Ds+ - 0:00.01 [getty] > 0 825 1 0 52 0 12892 2336 ttyin Ds+ - 0:00.02 [getty] > 0 826 817 0 38 0 13980 3928 ttyin D+ - 0:00.02 [csh] > >------------------------------------------------------------------------ >vmstat -s > > 33512 cpu context switches > 1640 device interrupts > 385 software interrupts > 83332 traps > 86262 system calls > 23 kernel threads created > 585 fork() calls > 211 vfork() calls > 22 rfork() calls > 0 swap pager pageins > 0 swap pager pages paged in > 0 swap pager pageouts > 0 swap pager pages paged out > 537 vnode pager pageins > 3397 vnode pager pages paged in > 0 vnode pager pageouts > 0 vnode pager pages paged out > 0 page daemon wakeups > 0 pages examined by the page daemon > 0 clean page reclamation shortfalls > 0 pages reactivated by the page daemon > 29132 copy-on-write faults > 86 copy-on-write optimized faults > 44098 zero fill pages zeroed > 0 zero fill pages prezeroed > 53 intransit blocking page faults > 83271 total VM faults taken > 405 page faults requiring I/O > 0 pages affected by kernel thread creation > 37889 pages affected by fork() > 7383 pages affected by vfork() > 776 pages affected by rfork() > 193151 pages freed > 0 pages freed by daemon > 0 pages freed by exiting processes > 0 pages active > 0 pages inactive > 0 pages in the laundry queue > 0 pages wired down > 0 virtual user pages wired down > 0 pages free > 0 bytes per page > 0 total name lookups > cache hits (0% pos + 0% neg) system 0% per-directory > deletions 0%, falsehits 0%, toolong 0% > >------------------------------------------------------------------------ >vmstat -m > >vmstat: memstat_kvm_malloc: > Type InUse MemUse Requests Size(s) > >------------------------------------------------------------------------ >vmstat -z > >ITEM SIZE LIMIT USED FREE REQ FAILSLEEP XDOMAIN >UMA Kegs: 384, 0, 169, 0, 169, 0, 0, 0 >UMA Zones: 768, 0, 180, 0, 180, 0, 0, 0 >UMA Slabs 0: 80, 0, 5243, 0, 5243, 0, 0, 0 >UMA Slabs 1: 112, 0, 6, 0, 6, 0, 0, 0 >UMA Hash: 256, 0, 0, 0, 0, 0, 0, 0 >2 Bucket: 32, 0, 134, 244, 4638, 0, 0, 0 >4 Bucket: 48, 0, 19, 149, 595, 0, 0, 0 >8 Bucket: 80, 0, 34, 116, 575, 0, 0, 0 >16 Bucket: 144, 0, 36, 48, 4319,4347, 0, 0 >32 Bucket: 256, 0, 48, 27, 591, 1, 0, 0 >64 Bucket: 512, 0, 29, 3, 3029, 15, 0, 0 >128 Bucket: 1024, 0, 25, 14, 729, 0, 0, 0 >256 Bucket: 2048, 0, 57, 7, 1457, 0, 0, 0 >SMR SHARED: 24, 0, 2, 61, 2, 0, 0, 0 >SMR CPU: 32, 0, 2, 61, 2, 0, 0, 0 >vmem: 1856, 0, 1, 1, 1, 0, 0, 0 >vmem btag: 56, 0, 10568, 76, 10568, 294, 0, 0 >VM OBJECT: 264, 0, 813, 72, 11725, 0, 0, 0 >RADIX NODE: 144, 0, 2177, 200, 32769, 0, 0, 0 >KMAP ENTRY: 96, 0, 12, 0, 12, 0, 0, 0 >MAP ENTRY: 96, 0, 689, 235, 35572, 0, 0, 0 >VMSPACE: 2544, 0, 21, 9, 820, 0, 0, 0 >fakepg: 104, 0, 0, 0, 0, 0, 0, 0 >pcpu-4: 4, 0, 0, 0, 0, 0, 0, 0 >pcpu-8: 8, 0, 3047, 279, 3108, 0, 0, 0 >pcpu-16: 16, 0, 14, 240, 14, 0, 0, 0 >pcpu-32: 32, 0, 0, 0, 0, 0, 0, 0 >pcpu-64: 64, 0, 449, 63, 449, 0, 0, 0 >malloc-16: 16, 0, 13037, 319, 98398, 0, 0, 0 >malloc-32: 32, 0, 7230, 456, 30030, 0, 0, 0 >malloc-64: 64, 0, 19370, 916, 79277, 0, 0, 0 >malloc-128: 128, 0, 18142, 241, 144397, 0, 0, 0 >malloc-256: 256, 0, 1305, 75, 5307, 0, 0, 0 >malloc-384: 384, 0, 912, 8, 60190, 0, 0, 0 >malloc-512: 512, 0, 30, 106, 911, 0, 0, 0 >malloc-1024: 1024, 0, 430, 42, 8939, 0, 0, 0 >malloc-2048: 2048, 0, 70, 8, 3227, 0, 0, 0 >malloc-4096: 4096, 0, 563, 4, 4566, 0, 0, 0 >malloc-8192: 8192, 0, 29, 3, 664, 0, 0, 0 >malloc-16384: 16384, 0, 9, 4, 1110, 0, 0, 0 >malloc-32768: 32768, 0, 9, 2, 627, 0, 0, 0 >malloc-65536: 65536, 0, 8, 2, 624, 0, 0, 0 >SLEEPQUEUE: 80, 0, 514, 30, 514, 0, 0, 0 >kenv: 258, 0, 20, 25, 7681, 0, 0, 0 >Files: 80, 0, 66, 34, 7048, 0, 0, 0 >filedesc0: 1072, 0, 44, 19, 842, 0, 0, 0 >PWD: 32, 0, 9, 243, 85, 0, 0, 0 >rl_entry: 40, 0, 31, 171, 31, 0, 0, 0 >TURNSTILE: 136, 0, 514, 11, 514, 0, 0, 0 >rangeset pctrie nodes: 144, 0, 0, 0, 0, 0, 0, 0 >umtx pi: 96, 0, 0, 0, 0, 0, 0, 0 >umtx_shm: 88, 0, 0, 0, 0, 0, 0, 0 >swrbuf: 2368, 128, 0, 0, 0, 0, 0, 0 >swwbuf: 2368, 64, 0, 0, 0, 0, 0, 0 >nfspbuf: 2368, 128, 0, 0, 0, 0, 0, 0 >mdpbuf: 2368, 25, 0, 0, 0, 0, 0, 0 >clpbuf: 2368, 128, 0, 0, 0, 0, 0, 0 >vnpbuf: 2368, 512, 0, 0, 0, 0, 0, 0 >pbuf: 2368, 16, 0, 0, 0, 0, 0, 0 >MAC labels: 40, 0, 0, 0, 0, 0, 0, 0 >PROC: 1320, 0, 43, 11, 841, 0, 0, 0 >PGRP: 88, 0, 19, 73, 33, 0, 0, 0 >THREAD: 1792, 0, 506, 6, 534, 0, 0, 0 >cpuset: 104, 0, 9, 53, 9, 0, 0, 0 >domainset: 40, 0, 0, 0, 0, 0, 0, 0 >audit_record: 1280, 0, 0, 0, 0, 0, 0, 0 >mbuf_packet: 256, 0, 1, 29, 27, 0, 0, 0 >mbuf: 256, 187307, 1025, 70, 1397, 0, 0, 0 >mbuf_cluster: 2048, 29266, 1053, 3, 1054, 0, 0, 0 >mbuf_jumbo_page: 4096, 14633, 0, 0, 0, 0, 0, 0 >mbuf_jumbo_9k: 9216, 4335, 0, 0, 0, 0, 0, 0 >mbuf_jumbo_16k: 16384, 2438, 0, 0, 0, 0, 0, 0 >epoch_record pcpu: 256, 0, 4, 12, 4, 0, 0, 0 >ktls_session: 192, 0, 0, 0, 0, 0, 0, 0 >ttyinq: 160, 0, 120, 5, 255, 0, 0, 0 >ttyoutq: 256, 0, 64, 11, 136, 0, 0, 0 >FPU_save_area: 832, 0, 1, 8, 1, 0, 0, 0 >DEVCTL: 1024, 1000, 0, 0, 167, 0, 0, 0 >IOMMU_MAP_ENTRY: 120, 0, 0, 0, 0, 0, 0, 0 >g_bio: 376, 0, 0, 80, 5177, 0, 0, 0 >linux_dma_pctrie: 144, 0, 0, 0, 0, 0, 0, 0 >linux_dma_object: 24, 0, 0, 0, 0, 0, 0, 0 >cryptop: 280, 0, 0, 0, 0, 0, 0, 0 >vtnet_tx_hdr: 24, 0, 0, 0, 0, 0, 0, 0 >taskq_zone: 192, 0, 0, 105, 351, 0, 0, 0 >VNODE: 488, 0, 573, 43, 849, 0, 0, 0 >BUF TRIE: 144, 0, 0, 0, 0, 0, 0, 0 >NAMEI: 1024, 0, 0, 16, 13783, 0, 0, 0 >S VFS Cache: 104, 0, 998, 94, 1049, 0, 0, 0 >STS VFS Cache: 144, 0, 0, 0, 0, 0, 0, 0 >L VFS Cache: 320, 0, 0, 12, 1, 0, 0, 0 >LTS VFS Cache: 360, 0, 0, 0, 0, 0, 0, 0 >TMPFS node: 224, 0, 0, 0, 0, 0, 0, 0 >DIRHASH: 1024, 0, 0, 0, 0, 0, 0, 0 >NCLNODE: 592, 0, 0, 0, 0, 0, 0, 0 >pipe: 744, 0, 3, 12, 275, 0, 0, 0 >Mountpoints: 2752, 0, 12, 2, 12, 0, 0, 0 >AIO: 208, 0, 0, 0, 0, 0, 0, 0 >AIOP: 32, 0, 0, 0, 0, 0, 0, 0 >AIOCB: 552, 0, 0, 0, 0, 0, 0, 0 >AIOLIO: 272, 0, 0, 0, 0, 0, 0, 0 >zfs_btree_leaf_cache: 4096, 0, 81, 22, 318, 0, 0, 0 >metaslab_alloc_trace_cache: 72, 0, 0, 0, 0, 0, 0, 0 >ddt_cache: 24840, 0, 13, 0, 13, 0, 0, 0 >ddt_entry_cache: 392, 0, 0, 0, 0, 0, 0, 0 >zio_cache: 1232, 0, 6, 87, 29140, 0, 0, 0 >zio_link_cache: 48, 0, 0, 504, 12730, 0, 0, 0 >zio_buf_comb_512: 512, 0, 87, 217, 18114, 0, 0, 0 >zio_buf_comb_1024: 1024, 0, 69, 7, 105, 0, 0, 0 >zio_buf_comb_1536: 1536, 0, 43, 12, 78, 0, 0, 0 >zio_buf_comb_2048: 2048, 0, 24, 0, 33, 0, 0, 0 >zio_buf_comb_2560: 2560, 0, 20, 1, 20, 0, 0, 0 >zio_buf_comb_3072: 3072, 0, 13, 3, 18, 0, 0, 0 >zio_buf_comb_3584: 3584, 0, 9, 1, 10, 0, 0, 0 >zio_buf_comb_4096: 4096, 0, 343, 13, 1228, 0, 0, 0 >zio_buf_comb_5120: 5120, 0, 2, 5, 28, 0, 0, 0 >zio_buf_comb_6144: 6144, 0, 1, 3, 14, 0, 0, 0 >zio_buf_comb_7168: 7168, 0, 2, 4, 21, 0, 0, 0 >zio_buf_comb_8192: 8192, 0, 3, 6, 203, 0, 0, 0 >zio_buf_comb_10240: 10240, 0, 3, 3, 25, 0, 0, 0 >zio_buf_comb_12288: 12288, 0, 2, 5, 108, 0, 0, 0 >zio_buf_comb_14336: 14336, 0, 2, 3, 17, 0, 0, 0 >zio_buf_comb_16384: 16384, 0, 129, 10, 405, 0, 0, 0 >zio_buf_comb_20480: 20480, 0, 1, 5, 62, 0, 0, 0 >zio_buf_comb_24576: 24576, 0, 0, 5, 34, 0, 0, 0 >zio_buf_comb_28672: 28672, 0, 0, 6, 39, 0, 0, 0 >zio_buf_comb_32768: 32768, 0, 1, 5, 35, 0, 0, 0 >zio_buf_comb_40960: 40960, 0, 3, 4, 61, 0, 0, 0 >zio_buf_comb_49152: 49152, 0, 1, 6, 36, 0, 0, 0 >zio_buf_comb_57344: 57344, 0, 1, 6, 44, 0, 0, 0 >zio_buf_comb_65536: 65536, 0, 0, 5, 37, 0, 0, 0 >zio_buf_comb_81920: 81920, 0, 1, 6, 104, 0, 0, 0 >zio_buf_comb_98304: 98304, 0, 0, 5, 107, 0, 0, 0 >zio_buf_comb_114688: 114688, 0, 0, 7, 44, 0, 0, 0 >zio_buf_comb_131072: 131072, 0, 73, 13, 467, 0, 0, 0 >zio_buf_comb_163840: 163840, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_196608: 196608, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_229376: 229376, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_262144: 262144, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_327680: 327680, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_393216: 393216, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_458752: 458752, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_524288: 524288, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_655360: 655360, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_786432: 786432, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_917504: 917504, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_1048576: 1048576, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_1310720: 1310720, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_1572864: 1572864, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_1835008: 1835008, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_2097152: 2097152, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_2621440: 2621440, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_3145728: 3145728, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_3670016: 3670016, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_4194304: 4194304, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_5242880: 5242880, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_6291456: 6291456, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_7340032: 7340032, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_8388608: 8388608, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_10485760: 10485760, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_12582912: 12582912, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_14680064: 14680064, 0, 0, 0, 0, 0, 0, 0 >zio_buf_comb_16777216: 16777216, 0, 0, 0, 0, 0, 0, 0 >abd_chunk: 4096, 0, 2744, 35, 3736, 0, 0, 0 >sa_cache: 288, 0, 532, 14, 563, 0, 0, 0 >dnode_t: 816, 0, 797, 8, 1548, 0, 0, 0 >arc_buf_hdr_t_full: 248, 0, 859, 21, 9779, 0, 0, 0 >arc_buf_hdr_t_full_crypt: 312, 0, 0, 0, 0, 0, 0, 0 >arc_buf_hdr_t_l2only: 96, 0, 0, 0, 0, 0, 0, 0 >arc_buf_t: 64, 0, 263, 367, 10647, 0, 0, 0 >dmu_buf_impl_t: 296, 0, 861, 101, 10948, 0, 0, 0 >zil_lwb_cache: 360, 0, 3, 19, 9, 0, 0, 0 >zil_zcw_cache: 80, 0, 0, 100, 7, 0, 0, 0 >sio_cache_0: 136, 0, 0, 0, 0, 0, 0, 0 >sio_cache_1: 152, 0, 0, 0, 0, 0, 0, 0 >sio_cache_2: 168, 0, 0, 0, 0, 0, 0, 0 >zfs_znode_cache: 472, 0, 532, 36, 563, 0, 0, 0 >ksiginfo: 112, 0, 37, 215, 68, 0, 0, 0 >itimer: 352, 0, 0, 0, 0, 0, 0, 0 >KNOTE: 160, 0, 0, 0, 0, 0, 0, 0 >socket: 944, 15118, 16, 12, 1533, 0, 0, 0 >ipq: 56, 914, 0, 0, 0, 0, 0, 0 >udp_inpcb: 488, 15118, 4, 12, 45, 0, 0, 0 >udpcb: 32, 15118, 2, 250, 45, 0, 0, 0 >tcp_inpcb: 488, 15118, 2, 6, 2, 0, 0, 0 >tcpcb: 1048, 15118, 2, 9, 2, 0, 0, 0 >tcptw: 88, 3023, 0, 0, 0, 0, 0, 0 >syncache: 168, 15360, 0, 0, 0, 0, 0, 0 >hostcache: 96, 15360, 0, 0, 0, 0, 0, 0 >sackhole: 32, 0, 0, 0, 0, 0, 0, 0 >tfo: 4, 0, 0, 0, 0, 0, 0, 0 >tfo_ccache_entries: 80, 0, 0, 0, 0, 0, 0, 0 >tcpreass: 48, 1829, 0, 0, 0, 0, 0, 0 >tcp_log: 408, 5000000, 0, 0, 0, 0, 0, 0 >tcp_log_bucket: 176, 0, 0, 0, 0, 0, 0, 0 >tcp_log_node: 120, 0, 0, 0, 0, 0, 0, 0 >udplite_inpcb: 488, 15118, 0, 0, 0, 0, 0, 0 >ripcb: 488, 15118, 1, 7, 1, 0, 0, 0 >IPsec SA lft_c: 16, 0, 0, 0, 0, 0, 0, 0 >unpcb: 256, 15118, 10, 35, 1472, 0, 0, 0 >routing nhops: 256, 0, 12, 18, 18, 0, 0, 0 >rtentry: 176, 0, 12, 34, 18, 0, 0, 0 >swpctrie: 144, 58576, 0, 0, 0, 0, 0, 0 >swblk: 136, 58551, 0, 0, 0, 0, 0, 0 > >------------------------------------------------------------------------ >vmstat -i > >interrupt total rate >irq1: atkbd0 57 3 >irq15: ata1 115 6 >irq17: mpt0 19 1 >irq18: em0:irq0 3 0 >cpu0:timer 3700 188 >cpu1:timer 2965 151 >irq25: nvme0:admin 10 1 >irq26: nvme0:io0 847 43 >irq27: nvme0:io1 589 30 >Total 8305 422 > >------------------------------------------------------------------------ >pstat -T > > 66/15118 files >0M/0M swap space > >------------------------------------------------------------------------ >pstat -s > >Device 1K-blocks Used Avail Capacity > >------------------------------------------------------------------------ >iostat > > tty nvd0 cd0 pass0 cpu > tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id > 2 207 14.2 91 1.3 18.4 3 0.1 0.0 0 0.0 1 0 12 1 85 > >------------------------------------------------------------------------ >ipcs -a > >Message Queues: >T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME > >Shared Memory: >T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME > >Semaphores: >T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME > > >------------------------------------------------------------------------ >ipcs -T > >msginfo: > msgmax: 16384 (max characters in a message) > msgmni: 40 (# of message queues) > msgmnb: 2048 (max characters in a message queue) > msgtql: 40 (max # of messages in system) > msgssz: 8 (size of a message segment) > msgseg: 2048 (# of message segments in system) > >shminfo: > shmmax: 536870912 (max shared memory segment size) > shmmin: 1 (min shared memory segment size) > shmmni: 192 (max number of shared memory identifiers) > shmseg: 128 (max shared memory segments per process) > shmall: 131072 (max amount of shared memory in pages) > >seminfo: > semmni: 50 (# of semaphore identifiers) > semmns: 340 (# of semaphores in system) > semmnu: 150 (# of undo structures in system) > semmsl: 340 (max # of semaphores per id) > semopm: 100 (max # of operations per semop call) > semume: 50 (max # of undo entries per process) > semusz: 632 (size in bytes of undo structure) > semvmx: 32767 (semaphore maximum value) > semaem: 16384 (adjust on exit max value) > > >------------------------------------------------------------------------ >netstat -s > >tcp: > 0 packets sent > 0 data packets (0 bytes) > 0 data packets (0 bytes) retransmitted > 0 data packets unnecessarily retransmitted > 0 resends initiated by MTU discovery > 0 ack-only packets (0 delayed) > 0 URG only packets > 0 window probe packets > 0 window update packets > 0 control packets > 0 packets received > 0 acks (for 0 bytes) > 0 duplicate acks > 0 acks for unsent data > 0 packets (0 bytes) received in-sequence > 0 completely duplicate packets (0 bytes) > 0 old duplicate packets > 0 packets with some dup. data (0 bytes duped) > 0 out-of-order packets (0 bytes) > 0 packets (0 bytes) of data after window > 0 window probes > 0 window update packets > 0 packets received after close > 0 discarded for bad checksums > 0 discarded for bad header offset fields > 0 discarded because packet too short > 0 discarded due to full reassembly queue > 0 connection requests > 0 connection accepts > 0 bad connection attempts > 0 listen queue overflows > 0 ignored RSTs in the windows > 0 connections established (including accepts) > 0 times used RTT from hostcache > 0 times used RTT variance from hostcache > 0 times used slow-start threshold from hostcache > 0 connections closed (including 0 drops) > 0 connections updated cached RTT on close > 0 connections updated cached RTT variance on close > 0 connections updated cached ssthresh on close > 0 embryonic connections dropped > 0 segments updated rtt (of 0 attempts) > 0 retransmit timeouts > 0 connections dropped by rexmit timeout > 0 persist timeouts > 0 connections dropped by persist timeout > 0 Connections (fin_wait_2) dropped because of timeout > 0 keepalive timeouts > 0 keepalive probes sent > 0 connections dropped by keepalive > 0 correct ACK header predictions > 0 correct data packet header predictions > 0 syncache entries added > 0 retransmitted > 0 dupsyn > 0 dropped > 0 completed > 0 bucket overflow > 0 cache overflow > 0 reset > 0 stale > 0 aborted > 0 badack > 0 unreach > 0 zone failures > 0 cookies sent > 0 cookies received > 0 hostcache entries added > 0 bucket overflow > 0 SACK recovery episodes > 0 segment rexmits in SACK recovery episodes > 0 byte rexmits in SACK recovery episodes > 0 SACK options (SACK blocks) received > 0 SACK options (SACK blocks) sent > 0 SACK scoreboard overflow > 0 packets with ECN CE bit set > 0 packets with ECN ECT(0) bit set > 0 packets with ECN ECT(1) bit set > 0 successful ECN handshakes > 0 times ECN reduced the congestion window > 0 packets with matching signature received > 0 packets with bad signature received > 0 times failed to make signature due to no SA > 0 times unexpected signature received > 0 times no signature provided by segment > 0 Path MTU discovery black hole detection activations > 0 Path MTU discovery black hole detection min MSS activations > 0 Path MTU discovery black hole detection failures >TCP connection count by state: > 0 connections in CLOSED state > 2 connections in LISTEN state > 0 connections in SYN_SENT state > 0 connections in SYN_RCVD state > 0 connections in ESTABLISHED state > 0 connections in CLOSE_WAIT state > 0 connections in FIN_WAIT_1 state > 0 connections in CLOSING state > 0 connections in LAST_ACK state > 0 connections in FIN_WAIT_2 state > 0 connections in TIME_WAIT state >udp: > 0 datagrams received > 0 with incomplete header > 0 with bad data length field > 0 with bad checksum > 0 with no checksum > 0 dropped due to no socket > 0 broadcast/multicast datagrams undelivered > 0 dropped due to full socket buffers > 0 not for hashed pcb > 0 delivered > 0 datagrams output > 0 times multicast source filter matched >ip: > 1 total packet received > 0 bad header checksums > 0 with size smaller than minimum > 0 with data size < data length > 0 with ip length > max ip packet size > 0 with header length < data size > 0 with data length < header length > 0 with bad options > 0 with incorrect version number > 0 fragments received > 0 fragments dropped (dup or out of space) > 0 fragments dropped after timeout > 0 packets reassembled ok > 0 packets for this host > 0 packets for unknown/unsupported protocol > 0 packets forwarded (0 packets fast forwarded) > 1 packet not forwardable > 0 packets received for unknown multicast group > 0 redirects sent > 0 packets sent from this host > 0 packets sent with fabricated ip header > 0 output packets dropped due to no bufs, etc. > 0 output packets discarded due to no route > 0 output datagrams fragmented > 0 fragments created > 0 datagrams that can't be fragmented > 0 tunneling packets that can't find gif > 0 datagrams with bad address in header >icmp: > 0 calls to icmp_error > 0 errors not generated in response to an icmp message > 0 messages with bad code fields > 0 messages less than the minimum length > 0 messages with bad checksum > 0 messages with bad length > 0 multicast echo requests ignored > 0 multicast timestamp requests ignored > 0 message responses generated > 0 invalid return addresses > 0 no return routes >arp: > 2 ARP requests sent > 0 ARP requests failed to sent > 0 ARP replies sent > 0 ARP requests received > 0 ARP replies received > 0 ARP packets received > 0 total packets dropped due to no ARP entry > 0 ARP entrys timed out > 0 Duplicate IPs seen >ip6: > 0 total packets received > 0 with size smaller than minimum > 0 with data size < data length > 0 with bad options > 0 with incorrect version number > 0 fragments received > 0 fragments dropped (dup or out of space) > 0 fragments dropped after timeout > 0 fragments that exceeded limit > 0 atomic fragments > 0 packets reassembled ok > 0 packets for this host > 0 packets forwarded > 0 packets not forwardable > 0 redirects sent > 0 packets sent from this host > 0 packets sent with fabricated ip header > 0 output packets dropped due to no bufs, etc. > 0 output packets discarded due to no route > 0 output datagrams fragmented > 0 fragments created > 0 datagrams that can't be fragmented > 0 packets that violated scope rules > 0 multicast packets which we don't join > Mbuf statistics: > 0 one mbuf > 0 one ext mbuf > 0 two or more ext mbuf > 0 packets whose headers are not contiguous > 0 tunneling packets that can't find gif > 0 packets discarded because of too many headers > 0 failures of source address selection >icmp6: > 0 calls to icmp6_error > 0 errors not generated in response to an icmp6 message > 0 errors not generated because of rate limitation > 0 messages with bad code fields > 0 messages < minimum length > 0 bad checksums > 0 messages with bad length > Histogram of error messages to be generated: > 0 no route > 0 administratively prohibited > 0 beyond scope > 0 address unreachable > 0 port unreachable > 0 packet too big > 0 time exceed transit > 0 time exceed reassembly > 0 erroneous header field > 0 unrecognized next header > 0 unrecognized option > 0 redirect > 0 unknown > 0 message responses generated > 0 messages with too many ND options > 0 messages with bad ND options > 0 bad neighbor solicitation messages > 0 bad neighbor advertisement messages > 0 bad router solicitation messages > 0 bad router advertisement messages > 0 bad redirect messages > 0 default routers overflows > 0 prefix overflows > 0 neighbour entries overflows > 0 redirect overflows > 0 messages with invalid hop limit > 0 path MTU changes >rip6: > 0 messages received > 0 checksum calculations on inbound > 0 messages with bad checksum > 0 messages dropped due to no socket > 0 multicast messages dropped due to no socket > 0 messages dropped due to full socket buffers > 0 delivered > 0 datagrams output >pfkey: > 0 requests sent from userland > 0 bytes sent from userland > 0 messages with invalid length field > 0 messages with invalid version field > 0 messages with invalid message type field > 0 messages too short > 0 messages with memory allocation failure > 0 messages with duplicate extension > 0 messages with invalid extension type > 0 messages with invalid sa type > 0 messages with invalid address extension > 0 requests sent to userland > 0 bytes sent to userland > 0 messages toward single socket > 0 messages toward all sockets > 0 messages toward registered sockets > 0 messages with memory allocation failure > >------------------------------------------------------------------------ >netstat -m > >netstat: memstat_kvm_all: > >------------------------------------------------------------------------ >netstat -anA > >Active Internet connections (including servers) >Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) >fffff800125cb7a0 udp4 0 0 *.514 *.* >fffff800125cb5b8 udp6 0 0 *.514 *.* > >------------------------------------------------------------------------ >netstat -aL > >Current listen queue sizes (qlen/incqlen/maxqlen) >Proto Listen Local Address > >------------------------------------------------------------------------ >fstat > >USER CMD PID FD MOUNT INUM MODE SZ|DV R/W >root csh 826 root / 34 drwxr-xr-x 24 r >root csh 826 wd / 142 drwxr-x--- 9 r >root csh 826 text / 15000 -r-xr-xr-x 424656 r >root csh 826 ctty /dev 67 crw------- ttyv0 rw >root csh 826 15 /dev 67 crw------- ttyv0 rw >root csh 826 16 /dev 67 crw------- ttyv0 rw >root csh 826 17 /dev 67 crw------- ttyv0 rw >root csh 826 18 /dev 67 crw------- ttyv0 rw >root csh 826 19 /dev 67 crw------- ttyv0 rw >root getty 825 root / 34 drwxr-xr-x 24 r >root getty 825 wd / 34 drwxr-xr-x 24 r >root getty 825 text / 13633 -r-xr-xr-x 31016 r >root getty 825 ctty /dev 74 crw------- ttyv7 rw >root getty 825 0 /dev 74 crw------- ttyv7 rw >root getty 825 1 /dev 74 crw------- ttyv7 rw >root getty 825 2 /dev 74 crw------- ttyv7 rw >root getty 824 root / 34 drwxr-xr-x 24 r >root getty 824 wd / 34 drwxr-xr-x 24 r >root getty 824 text / 13633 -r-xr-xr-x 31016 r >root getty 824 ctty /dev 73 crw------- ttyv6 rw >root getty 824 0 /dev 73 crw------- ttyv6 rw >root getty 824 1 /dev 73 crw------- ttyv6 rw >root getty 824 2 /dev 73 crw------- ttyv6 rw >root getty 823 root / 34 drwxr-xr-x 24 r >root getty 823 wd / 34 drwxr-xr-x 24 r >root getty 823 text / 13633 -r-xr-xr-x 31016 r >root getty 823 ctty /dev 72 crw------- ttyv5 rw >root getty 823 0 /dev 72 crw------- ttyv5 rw >root getty 823 1 /dev 72 crw------- ttyv5 rw >root getty 823 2 /dev 72 crw------- ttyv5 rw >root getty 822 root / 34 drwxr-xr-x 24 r >root getty 822 wd / 34 drwxr-xr-x 24 r >root getty 822 text / 13633 -r-xr-xr-x 31016 r >root getty 822 ctty /dev 71 crw------- ttyv4 rw >root getty 822 0 /dev 71 crw------- ttyv4 rw >root getty 822 1 /dev 71 crw------- ttyv4 rw >root getty 822 2 /dev 71 crw------- ttyv4 rw >root getty 821 root / 34 drwxr-xr-x 24 r >root getty 821 wd / 34 drwxr-xr-x 24 r >root getty 821 text / 13633 -r-xr-xr-x 31016 r >root getty 821 ctty /dev 70 crw------- ttyv3 rw >root getty 821 0 /dev 70 crw------- ttyv3 rw >root getty 821 1 /dev 70 crw------- ttyv3 rw >root getty 821 2 /dev 70 crw------- ttyv3 rw >root getty 820 root / 34 drwxr-xr-x 24 r >root getty 820 wd / 34 drwxr-xr-x 24 r >root getty 820 text / 13633 -r-xr-xr-x 31016 r >root getty 820 ctty /dev 69 crw------- ttyv2 rw >root getty 820 0 /dev 69 crw------- ttyv2 rw >root getty 820 1 /dev 69 crw------- ttyv2 rw >root getty 820 2 /dev 69 crw------- ttyv2 rw >root getty 819 root / 34 drwxr-xr-x 24 r >root getty 819 wd / 34 drwxr-xr-x 24 r >root getty 819 text / 13633 -r-xr-xr-x 31016 r >root getty 819 ctty /dev 68 crw------- ttyv1 rw >root getty 819 0 /dev 68 crw------- ttyv1 rw >root getty 819 1 /dev 68 crw------- ttyv1 rw >root getty 819 2 /dev 68 crw------- ttyv1 rw >root logger 818 root / 34 drwxr-xr-x 24 r >root logger 818 wd / 34 drwxr-xr-x 24 r >root logger 818 text / 13472 -r-xr-xr-x 15528 r >root logger 818 0 /dev 13 crw-rw-rw- null rw >root logger 818 1 /dev 13 crw-rw-rw- null rw >root logger 818 2 /dev 13 crw-rw-rw- null rw >root logger 818 3 >root logger 818 6* local stream fffff80014620000 <-> fffff80014620600 >root login 817 root / 34 drwxr-xr-x 24 r >root login 817 wd / 142 drwxr-x--- 9 r >root login 817 text / 13504 -r-sr-xr-x 25472 r >root login 817 ctty /dev 67 crw------- ttyv0 rw >root login 817 0 /dev 67 crw------- ttyv0 rw >root login 817 1 /dev 67 crw------- ttyv0 rw >root login 817 2 /dev 67 crw------- ttyv0 rw >root login 817 3* local dgram fffff80014620400 <-> fffff80014620e00 >root logger 813 root / 34 drwxr-xr-x 24 r >root logger 813 wd / 34 drwxr-xr-x 24 r >root logger 813 text / 13472 -r-xr-xr-x 15528 r >root logger 813 0* pipe fffff80005f865d0 <-> fffff80005f86730 0 rw >root logger 813 1 - - bad - >root logger 813 2 - - bad - >root logger 813 4* local stream fffff80014620600 <-> fffff80014620000 >root sleep 812 root / 34 drwxr-xr-x 24 r >root sleep 812 wd / 34 drwxr-xr-x 24 r >root sleep 812 text / 15015 -r-xr-xr-x 7696 r >root sleep 812 0 /dev 13 crw-rw-rw- null r >root sleep 812 1* pipe fffff80005f86730 <-> fffff80005f865d0 0 rw >root sleep 812 2* pipe fffff80005f86730 <-> fffff80005f865d0 0 rw >root sh 811 root / 34 drwxr-xr-x 24 r >root sh 811 wd / 34 drwxr-xr-x 24 r >root sh 811 text / 15010 -r-xr-xr-x 162616 r >root sh 811 0 /dev 13 crw-rw-rw- null r >root sh 811 1* pipe fffff80005f86730 <-> fffff80005f865d0 0 rw >root sh 811 2* pipe fffff80005f86730 <-> fffff80005f865d0 0 rw >root cron 801 root / 34 drwxr-xr-x 24 r >root cron 801 wd / 155 drwxr-x--- 3 r >root cron 801 text / 14945 -r-xr-xr-x 45976 r >root cron 801 0 /dev 13 crw-rw-rw- null rw >root cron 801 1 /dev 13 crw-rw-rw- null rw >root cron 801 2 /dev 13 crw-rw-rw- null rw >root cron 801 3 / 158 drwxr-xr-x 22 r >root cron 801 4 / 65682 -rw------- 3 w >root sshd 791 root / 34 drwxr-xr-x 24 r >root sshd 791 wd / 34 drwxr-xr-x 24 r >root sshd 791 text / 14881 -r-xr-xr-x 309704 r >root sshd 791 0 /dev 13 crw-rw-rw- null rw >root sshd 791 1 /dev 13 crw-rw-rw- null rw >root sshd 791 2 /dev 13 crw-rw-rw- null rw >root sshd 791 3 /dev 61 crw-rw-rw- crypto rw >root sshd 791 4* internet6 stream tcp fffffe008954e8f0 >root sshd 791 5* internet stream tcp fffffe008954e4d8 >root syslogd 696 root / 34 drwxr-xr-x 24 r >root syslogd 696 wd / 34 drwxr-xr-x 24 r >root syslogd 696 text / 14871 -r-xr-xr-x 54424 r >root syslogd 696 0 /dev 13 crw-rw-rw- null rw >root syslogd 696 1 /dev 13 crw-rw-rw- null rw >root syslogd 696 2 /dev 13 crw-rw-rw- null rw >root syslogd 696 3* pipe fffff80005f86000 <-> fffff80005f86160 0 rw >root syslogd 696 4* pipe fffff80005f86160 <-> fffff80005f86000 0 rw >root syslogd 696 5 /dev 29 crw------- klog r >root syslogd 696 6* internet6 dgram udp fffff80014568d58 >root syslogd 696 7* internet dgram udp fffff80014522b70 >root syslogd 696 8* local dgram fffff80014620300 >root syslogd 696 9* local dgram fffff80014620e00 >root syslogd 696 10 / 158 drwxr-xr-x 22 r >root syslogd 696 11 / 65548 -rw------- 3 w >root syslogd 696 13 - - bad - >root syslogd 696 14 /var/log 133 -rw-r--r-- 116301 w >root syslogd 696 15 /var/log 135 -rw------- 55 w >root syslogd 696 16 /var/log 129 -rw------- 3151 w >root syslogd 696 17 /var/log 4 -rw-r----- 54 w >root syslogd 696 18 /var/log 130 -rw------- 5470 w >root syslogd 696 19 /var/log 131 -rw------- 55 w >root syslogd 696 20 /var/log 136 -rw-r--r-- 3609 w >root syslogd 696 22 /var/log 137 -rw------- 55 w >root syslogd 696 23 /var/log 138 -rw-r--r-- 55 w >root syslogd 696 24 /var/log 139 -rw-r----- 55 w >root devd 499 root / 34 drwxr-xr-x 24 r >root devd 499 wd / 34 drwxr-xr-x 24 r >root devd 499 text / 528 -r-xr-xr-x 994480 r >root devd 499 0 /dev 13 crw-rw-rw- null rw >root devd 499 1 /dev 13 crw-rw-rw- null rw >root devd 499 2 /dev 13 crw-rw-rw- null rw >root devd 499 3 /dev 8 crw------- devctl r >root devd 499 4* local stream fffff80014620d00 >root devd 499 5* local seqpak fffff80014620c00 >root devd 499 6 / 158 drwxr-xr-x 22 r >root devd 499 7 / 65680 -rw------- 3 w >root devd 499 8* local dgram fffff80014620b00 <-> fffff80014620e00 >_dhcp dhclient 418 root / 34 drwxr-xr-x 24 r >_dhcp dhclient 418 wd / 34 drwxr-xr-x 24 r >_dhcp dhclient 418 text / 255 -r-xr-xr-x 100232 r >_dhcp dhclient 418 0 /dev 13 crw-rw-rw- null rw >_dhcp dhclient 418 1 /dev 13 crw-rw-rw- null rw >_dhcp dhclient 418 2 /dev 13 crw-rw-rw- null rw >_dhcp dhclient 418 3 / 24 drwxr-xr-x 3 r >_dhcp dhclient 418 4* local stream fffff80014620900 <-> fffff80014620800 >_dhcp dhclient 418 5 / 65540 -rw-r--r-- 3 w >_dhcp dhclient 418 7 /dev 41 crw------- bpf r >_dhcp dhclient 418 8* route raw 0 fffff80014755760 >_dhcp dhclient 418 9 / 32904 ---------- 974 w >_dhcp dhclient 418 11* pipe fffff80005f86d00 <-> fffff80005f86ba0 0 rw >root dhclient 352 root / 34 drwxr-xr-x 24 r >root dhclient 352 wd / 34 drwxr-xr-x 24 r >root dhclient 352 text / 255 -r-xr-xr-x 100232 r >root dhclient 352 0 /dev 13 crw-rw-rw- null rw >root dhclient 352 1 /dev 13 crw-rw-rw- null rw >root dhclient 352 2 /dev 13 crw-rw-rw- null rw >root dhclient 352 3 / 24 drwxr-xr-x 3 r >root dhclient 352 4* local stream fffff80014620900 <-> fffff80014620800 >root dhclient 352 5 / 65540 -rw-r--r-- 3 w >root dhclient 352 8 /dev 41 crw------- bpf w >root dhclient 352 9* internet raw ip fffff800147bcd58 >root dhclient 352 10* pipe fffff80005f86ba0 <-> fffff80005f86d00 0 rw >root dhclient 349 root / 34 drwxr-xr-x 24 r >root dhclient 349 wd / 34 drwxr-xr-x 24 r >root dhclient 349 text / 255 -r-xr-xr-x 100232 r >root dhclient 349 0 /dev 13 crw-rw-rw- null rw >root dhclient 349 1 /dev 13 crw-rw-rw- null rw >root dhclient 349 2 /dev 13 crw-rw-rw- null rw >root dhclient 349 3 >root dhclient 349 6* local stream fffff80014620800 <-> fffff80014620900 >root init 1 root / 34 drwxr-xr-x 24 r >root init 1 wd / 34 drwxr-xr-x 24 r >root init 1 text / 560 -r-xr-xr-x 1253152 r >root kernel 0 root / 34 drwxr-xr-x 24 r >root kernel 0 wd / 34 drwxr-xr-x 24 r > >------------------------------------------------------------------------ >dmesg > >---<<BOOT>>--- >Copyright (c) 1992-2021 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD is a registered trademark of The FreeBSD Foundation. >FreeBSD 13.0-RC3 #0 releng/13.0-n244696-8f731a397ad: Fri Mar 19 04:00:20 UTC 2021 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 >FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) >VT(vga): text 80x25 >CPU: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz (2700.00-MHz K8-class CPU) > Origin="GenuineIntel" Id=0x306d4 Family=0x6 Model=0x3d Stepping=4 > Features=0xf83fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,SS> > Features2=0xfffa3203<SSE3,PCLMULQDQ,SSSE3,FMA,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV> > AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> > AMD Features2=0x121<LAHF,ABM,Prefetch> > Structured Extended Features=0x1c27ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,RDSEED,ADX,SMAP> > Structured Extended Features3=0xbc000400<MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD> > XSAVE Features=0x1<XSAVEOPT> > IA32_ARCH_CAPS=0xc<RSBA,SKIP_L1DFL_VME> > TSC: P-state invariant >Hypervisor: Origin = "VMwareVMware" >real memory = 536870912 (512 MB) >avail memory = 475013120 (453 MB) >Event timer "LAPIC" quality 600 >ACPI APIC Table: <PTLTD APIC > >FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs >FreeBSD/SMP: 2 package(s) x 1 core(s) >random: registering fast source Intel Secure Key RNG >random: fast provider: "Intel Secure Key RNG" >random: unblocking device. >MADT: Forcing active-low polarity and level trigger for SCI >ioapic0 <Version 2.0> irqs 0-23 >Launching APs: 1 >Timecounter "TSC-low" frequency 1350000000 Hz quality 1000 >KTLS: Initialized 2 threads >random: entropy device external interface >[ath_hal] loaded >WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 14.0. >kbd1 at kbdmux0 >000.000056 [4350] netmap_init netmap: loaded module >mlx5en: Mellanox Ethernet driver 3.6.0 (December 2020) >nexus0 >vtvga0: <VT VGA driver> >cryptosoft0: <software crypto> >aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS> >acpi0: <INTEL 440BX> >acpi0: Power Button (fixed) >hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 >Timecounter "HPET" frequency 14318180 Hz quality 950 >cpu0: <ACPI CPU> numa-domain 0 on acpi0 >attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 >Timecounter "i8254" frequency 1193182 Hz quality 0 >Event timer "i8254" frequency 1193182 Hz quality 100 >atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 >atrtc0: registered as a time-of-day clock, resolution 1.000000s >Event timer "RTC" frequency 32768 Hz quality 0 >Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 >pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 >pci0: <ACPI PCI bus> on pcib0 >pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 >pci1: <ACPI PCI bus> on pcib1 >isab0: <PCI-ISA bridge> at device 7.0 on pci0 >isa0: <ISA bus> on isab0 >atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1060-0x106f at device 7.1 on pci0 >ata0: <ATA channel> at channel 0 on atapci0 >ata1: <ATA channel> at channel 1 on atapci0 >pci0: <bridge> at device 7.3 (no driver attached) >vgapci0: <VGA-compatible display> port 0x1070-0x107f mem 0xe8000000-0xefffffff,0xfe000000-0xfe7fffff irq 16 at device 15.0 on pci0 >vgapci0: Boot video device >mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x1400-0x14ff mem 0xfeba0000-0xfebbffff,0xfebc0000-0xfebdffff irq 17 at device 16.0 on pci0 >mpt0: MPI Version=1.2.0.0 >pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 >pci2: <ACPI PCI bus> on pcib2 >em0: <Intel(R) PRO/1000 Network Connection> port 0x2000-0x203f mem 0xfd5c0000-0xfd5dffff,0xfdff0000-0xfdffffff irq 18 at device 0.0 on pci2 >em0: Using 1024 TX descriptors and 1024 RX descriptors >em0: Ethernet address: 00:0c:29:bb:cb:eb >em0: link state changed to UP >em0: netmap queues/slots: TX 1/1024, RX 1/1024 >pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 >pci3: <ACPI PCI bus> on pcib3 >nvme0: <Generic NVMe Device> port 0x4000-0x4007 mem 0xfd4fc000-0xfd4fffff irq 18 at device 0.0 on pci3 >pcib4: <ACPI PCI-PCI bridge> at device 21.1 on pci0 >pcib5: <ACPI PCI-PCI bridge> at device 21.2 on pci0 >pcib6: <ACPI PCI-PCI bridge> at device 21.3 on pci0 >pcib7: <ACPI PCI-PCI bridge> at device 21.4 on pci0 >pcib8: <ACPI PCI-PCI bridge> at device 21.5 on pci0 >pcib9: <ACPI PCI-PCI bridge> at device 21.6 on pci0 >pcib10: <ACPI PCI-PCI bridge> at device 21.7 on pci0 >pcib11: <ACPI PCI-PCI bridge> at device 22.0 on pci0 >pcib12: <ACPI PCI-PCI bridge> at device 22.1 on pci0 >pcib13: <ACPI PCI-PCI bridge> at device 22.2 on pci0 >pcib14: <ACPI PCI-PCI bridge> at device 22.3 on pci0 >pcib15: <ACPI PCI-PCI bridge> at device 22.4 on pci0 >pcib16: <ACPI PCI-PCI bridge> at device 22.5 on pci0 >pcib17: <ACPI PCI-PCI bridge> at device 22.6 on pci0 >pcib18: <ACPI PCI-PCI bridge> at device 22.7 on pci0 >pcib19: <ACPI PCI-PCI bridge> at device 23.0 on pci0 >pcib20: <ACPI PCI-PCI bridge> at device 23.1 on pci0 >pcib21: <ACPI PCI-PCI bridge> at device 23.2 on pci0 >pcib22: <ACPI PCI-PCI bridge> at device 23.3 on pci0 >pcib23: <ACPI PCI-PCI bridge> at device 23.4 on pci0 >pcib24: <ACPI PCI-PCI bridge> at device 23.5 on pci0 >pcib25: <ACPI PCI-PCI bridge> at device 23.6 on pci0 >pcib26: <ACPI PCI-PCI bridge> at device 23.7 on pci0 >pcib27: <ACPI PCI-PCI bridge> at device 24.0 on pci0 >pcib28: <ACPI PCI-PCI bridge> at device 24.1 on pci0 >pcib29: <ACPI PCI-PCI bridge> at device 24.2 on pci0 >pcib30: <ACPI PCI-PCI bridge> at device 24.3 on pci0 >pcib31: <ACPI PCI-PCI bridge> at device 24.4 on pci0 >pcib32: <ACPI PCI-PCI bridge> at device 24.5 on pci0 >pcib33: <ACPI PCI-PCI bridge> at device 24.6 on pci0 >pcib34: <ACPI PCI-PCI bridge> at device 24.7 on pci0 >acpi_acad0: <AC Adapter> on acpi0 >atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 >atkbd0: <AT Keyboard> irq 1 on atkbdc0 >kbd0 at atkbd0 >atkbd0: [GIANT-LOCKED] >psm0: <PS/2 Mouse> irq 12 on atkbdc0 >psm0: [GIANT-LOCKED] >WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 14.0. >psm0: model IntelliMouse, device ID 3 >acpi_syscontainer0: <System Container> on acpi0 >orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xdc000-0xdffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 >vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff pnpid PNP0900 on isa0 >Timecounters tick every 10.000 msec >ZFS filesystem version: 5 >ZFS storage pool version: features support (5000) >usb_needs_explore_all: no devclass >nvme0: temperature threshold not supported >nvd0: <VMware Virtual NVMe Disk> NVMe namespace >nvd0: 4096MB (8388608 512 byte sectors) >Trying to mount root from zfs:zroot/ROOT/default []... >Root mount waiting for: CAM >Root mount waiting for: CAM >cd0 at ata1 bus 0 scbus1 target 0 lun 0 >cd0: <NECVMWar VMware IDE CDR10 1.00> Removable CD-ROM SCSI device >cd0: Serial Number 10000000000000000001 >cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) >cd0: 926MB (474455 2048 byte sectors) >cd0: quirks=0x40<RETRY_BUSY> >Setting hostuuid: 6b494d56-48ba-3092-639f-acc03ebbcbeb. >Setting hostid: 0x920e8bd4. >Starting file system checks: >no pools available to import >Mounting local filesystems:. >ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg >32-bit compatibility ldconfig path: /usr/lib32 >Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED >Feeding entropy: . >Autoloading module: intpm.ko >Autoloading module: vmci.ko >intsmb0: <Intel PIIX4 SMBUS Interface> port 0x1040-0x104f at device 7.3 on pci0 >intsmb0: intr SMI disabled revision 0 >smbus0: <System Management Bus> on intsmb0 >vmci0: <VMware Virtual Machine Communication Interface> port 0x1080-0x10bf mem 0xfebfe000-0xfebfffff irq 16 at device 7.7 on pci0 >lo0: link state changed to UP >Starting Network: lo0 em0. >lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > groups: lo > nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> >em0: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > options=481009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWFILTER,NOMAP> > ether 00:0c:29:bb:cb:eb > media: Ethernet autoselect (1000baseT <full-duplex>) > status: active > nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> >Starting devd. >Autoloading module: intpm.ko >Autoloading module: vmci.ko >Starting dhclient. >DHCPREQUEST on em0 to 255.255.255.255 port 67 >DHCPACK from 192.168.117.254 >bound to 192.168.117.146 -- renewal in 900 seconds. >add host 127.0.0.1: gateway lo0 fib 0: route already in table >add host ::1: gateway lo0 fib 0: route already in table >add net fe80::: gateway ::1 >add net ff02::: gateway ::1 >add net ::ffff:0.0.0.0: gateway ::1 >add net ::0.0.0.0: gateway ::1 >Clearing /tmp (X related). >Creating and/or trimming log files. >Updating motd:. >Updating /var/run/os-release done. >Starting syslogd. >No core dumps found. >Mounting late filesystems:. >Performing sanity check on sshd configuration. >Starting sshd. >Configuring vt: blanktime. >Starting cron. >Starting background file system checks in 60 seconds. > >Wed Mar 24 01:58:01 CST 2021 >Mar 24 01:58:05 login[817]: ROOT LOGIN (root) ON ttyv0 >tap0: Ethernet address: 58:9c:fc:00:45:18 > > >Fatal trap 12: page fault while in kernel mode >cpuid = 0; apic id = 00 >fault virtual address = 0x38 >fault code = supervisor read data, page not present >instruction pointer = 0x20:0xffffffff80d48f38 >stack pointer = 0x28:0xfffffe0044dd6a80 >frame pointer = 0x28:0xfffffe0044dd6a80 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 >processor eflags = interrupt enabled, resume, IOPL = 0 >current process = 0 (softirq_0) >trap number = 12 >panic: page fault >cpuid = 0 >time = 1616522291 >KDB: stack backtrace: >#0 0xffffffff80c570b5 at kdb_backtrace+0x65 >#1 0xffffffff80c09cd1 at vpanic+0x181 >#2 0xffffffff80c09b43 at panic+0x43 >#3 0xffffffff8108a187 at trap_fatal+0x387 >#4 0xffffffff8108a1df at trap_pfault+0x4f >#5 0xffffffff8108983d at trap+0x27d >#6 0xffffffff810612c8 at calltrap+0x8 >#7 0xffffffff80d4b1de at destroy_rtentry_epoch+0x2e >#8 0xffffffff80c51e2a at epoch_call_task+0x16a >#9 0xffffffff80c55b1d at gtaskqueue_run_locked+0x15d >#10 0xffffffff80c557bc at gtaskqueue_thread_loop+0xac >#11 0xffffffff80bc7c0e at fork_exit+0x7e >#12 0xffffffff8106234e at fork_trampoline+0xe >Uptime: 18s >Dumping 137 out of 472 MB:..12%..24%..36%..47%..59%..71%..82%..94% > >------------------------------------------------------------------------ >kernel config > >options CONFIG_AUTOGENERATED >ident GENERIC >machine amd64 >cpu HAMMER >makeoptions WITH_CTF=1 >makeoptions DEBUG=-g >options IICHID_SAMPLING >options HID_DEBUG >options EVDEV_SUPPORT >options XENHVM >options USB_DEBUG >options ATH_ENABLE_11N >options AH_AR5416_INTERRUPT_MITIGATION >options IEEE80211_SUPPORT_MESH >options IEEE80211_DEBUG >options SC_PIXEL_MODE >options VESA >options COMPAT_LINUXKPI >options PCI_IOV >options PCI_HP >options IOMMU >options EARLY_AP_STARTUP >options SMP >options NETGDB >options NETDUMP >options DEBUGNET >options ZSTDIO >options GZIO >options EKCD >options KDB_TRACE >options KDB >options RCTL >options RACCT_DEFAULT_TO_DISABLED >options RACCT >options INCLUDE_CONFIG_FILE >options DDB_CTF >options KDTRACE_HOOKS >options KDTRACE_FRAME >options MAC >options CAPABILITIES >options CAPABILITY_MODE >options AUDIT >options HWPMC_HOOKS >options KBD_INSTALL_CDEV >options PRINTF_BUFR_SIZE=128 >options _KPOSIX_PRIORITY_SCHEDULING >options SYSVSEM >options SYSVMSG >options SYSVSHM >options STACK >options KTRACE >options SCSI_DELAY=5000 >options COMPAT_FREEBSD12 >options COMPAT_FREEBSD11 >options COMPAT_FREEBSD10 >options COMPAT_FREEBSD9 >options COMPAT_FREEBSD7 >options COMPAT_FREEBSD6 >options COMPAT_FREEBSD5 >options COMPAT_FREEBSD4 >options COMPAT_FREEBSD32 >options EFIRT >options GEOM_LABEL >options GEOM_RAID >options TMPFS >options PSEUDOFS >options PROCFS >options CD9660 >options MSDOSFS >options NFS_ROOT >options NFSLOCKD >options NFSD >options NFSCL >options MD_ROOT >options QUOTA >options UFS_GJOURNAL >options UFS_DIRHASH >options UFS_ACL >options SOFTUPDATES >options FFS >options KERN_TLS >options SCTP_SUPPORT >options TCP_RFC7413 >options TCP_HHOOK >options TCP_BLACKBOX >options TCP_OFFLOAD >options ROUTE_MPATH >options IPSEC_SUPPORT >options INET6 >options INET >options VIMAGE >options PREEMPTION >options NUMA >options SCHED_ULE >options NEW_PCIB >options GEOM_PART_GPT >options GEOM_PART_MBR >options GEOM_PART_EBR >options GEOM_PART_BSD >device isa >device mem >device io >device uart_ns8250 >device cpufreq >device acpi >device pci >device fdc >device ahci >device ata >device mvs >device siis >device ahc >device ahd >device esp >device hptiop >device isp >device mpt >device mps >device mpr >device sym >device isci >device ocs_fc >device pvscsi >device scbus >device ch >device da >device sa >device cd >device pass >device ses >device amr >device arcmsr >device ciss >device iir >device ips >device mly >device twa >device smartpqi >device tws >device aac >device aacp >device aacraid >device ida >device mfi >device mlx >device mrsas >device pmspcv >device twe >device nvme >device nvd >device vmd >device vmd_bus >device atkbdc >device atkbd >device psm >device kbdmux >device vga >device splash >device sc >device vt >device vt_vga >device vt_efifb >device vt_vbefb >device agp >device cbb >device pccard >device cardbus >device uart >device ppc >device ppbus >device lpt >device ppi >device puc >device iflib >device em >device ix >device ixv >device ixl >device iavf >device ice >device vmx >device axp >device bxe >device le >device ti >device mlx5 >device mlxfw >device mlx5en >device miibus >device ae >device age >device alc >device ale >device bce >device bfe >device bge >device cas >device dc >device et >device fxp >device gem >device jme >device lge >device msk >device nfe >device nge >device re >device rl >device sge >device sis >device sk >device ste >device stge >device vge >device vr >device xl >device wlan >device wlan_wep >device wlan_ccmp >device wlan_tkip >device wlan_amrr >device an >device ath >device ath_pci >device ath_hal >device ath_rate_sample >device ipw >device iwi >device iwn >device malo >device mwl >device ral >device wpi >device crypto >device aesni >device loop >device padlock_rng >device rdrand_rng >device ether >device vlan >device tuntap >device md >device gif >device firmware >device xz >device bpf >device uhci >device ohci >device ehci >device xhci >device usb >device ukbd >device umass >device sound >device snd_cmi >device snd_csa >device snd_emu10kx >device snd_es137x >device snd_hda >device snd_ich >device snd_via8233 >device mmc >device mmcsd >device sdhci >device rtsx >device virtio >device virtio_pci >device vtnet >device virtio_blk >device virtio_scsi >device virtio_balloon >device hyperv >device xenpci >device netmap >device evdev >device uinput >device hid > >------------------------------------------------------------------------ >ddb capture buffer > >ddb: ddb_capture: kvm_nlist
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 254496
: 223516