On Wed, Sep 10, 2025 at 09:31:35AM +0200, Alexander Bluhm wrote:
> Hi,
> 
> My i386 machine crashed during regress/sys/netinet/tcpthread.
> 
> bluhm
> 
> uvm_mapent_alloc: out of static map entries
> uvm_mapent_alloc: out of static map entries
> panic: malloc: out of space in kmem_map
> Stopped at      db_enter+0x4:   popl    %ebp
>     TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
> *150017  33427      0         0x2          0    0K make
>  339843  21151     91        0x12          0    6  snmpd_metrics
> db_enter() at db_enter+0x4
> panic(d0c7a6b8) at panic+0x7a
> malloc(10000,7f,1) at malloc+0x61b
> ufs_readdir(d4c8c05c) at ufs_readdir+0xc2
> VOP_READDIR(d5771400,d4c8c0a4,d6a908fc,d4c8c098) at VOP_READDIR+0x47
> sys_getdents(f9c1c208,d4c8c130,d4c8c128) at sys_getdents+0x12a
> syscall(d4c8c170) at syscall+0x2dc
> Xsyscall_untramp() at Xsyscall_untramp+0xa9
> end of kernel
> https://www.openbsd.org/ddb.html describes the minimum info required in bug
> reports.  Insufficient info makes it difficult to find and fix bugs.
> 
> ddb{0}> x/s version
> version:        OpenBSD 7.7-current (GENERIC.MP) #96: Tue Sep  9 14:08:47 MDT 
> 2025\012    
> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP\012
> 
> ddb{0}> show panic
> *cpu0: malloc: out of space in kmem_map

Could be a memory leak or just pushing the very limited kva of i386 to its
limit. show malloc may give you additional info to see if it is a leak or
not.

In pool land inpcb, tcpcb and sockpl and mbufpl use many pages.and mbufpl
use many pages.
 
> ddb{0}> trace
> db_enter() at db_enter+0x4
> panic(d0c7a6b8) at panic+0x7a
> malloc(10000,7f,1) at malloc+0x61b
> ufs_readdir(d4c8c05c) at ufs_readdir+0xc2
> VOP_READDIR(d5771400,d4c8c0a4,d6a908fc,d4c8c098) at VOP_READDIR+0x47
> sys_getdents(f9c1c208,d4c8c130,d4c8c128) at sys_getdents+0x12a
> syscall(d4c8c170) at syscall+0x2dc
> Xsyscall_untramp() at Xsyscall_untramp+0xa9
> end of kernel
> 
> ddb{0}> show register
> ds                  0x10
> es                  0x10
> fs                  0x20
> gs                     0
> edi           0xd0c7a6b8        __rodata_start+0x86b8
> esi                    0
> ebp           0xd4c8be58        __kernel_bss_end+0x3c35e58
> ebx           0xd0f32618        cpu_info_full_primary+0x2618
> edx                 0x10
> ecx           0x82e6e897
> eax                 0x28
> eip           0xd04384b4        db_enter+0x4
> cs                   0x8
> eflags             0x202
> esp           0xd4c8be58        __kernel_bss_end+0x3c35e58
> ss                  0x10
> db_enter+0x4:   popl    %ebp
> 
> ddb{0}> ps
>    PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
> *33427  150017  49406      0  7         0x2                make
>  65888  343500      1      0  3        0x82  fsleep        tcpthread
>  65888   26101      1      0  3   0x4000002  tcpcb         tcpthread
>  65888  201978      1      0  3   0x4000002  netlock       tcpthread
>  65888  278158      1      0  3   0x4000002  tcpcb         tcpthread
>  65888  484201      1      0  3   0x4000002  tcpcb         tcpthread
>  65888   46469      1      0  3   0x4000002  tcpcb         tcpthread
>  65888  380452      1      0  3   0x4000002  tcpcb         tcpthread
>  98366   17722      0      0  3     0x14200  bored         sosplice
>  88958  301248  27669      0  3    0x100082  piperd        gzip
>  27669  385190  49406      0  3    0x100082  piperd        pax
>  49406  286567  26639      0  3        0x82  wait          perl
>  26639    8889  16973      0  3    0x10008a  sigsusp       ksh
>  16973   26352  12843      0  3        0x18  netlock       sshd-session
>  12843  522890  16054      0  3        0x92  kqread        sshd-session
>  77952  397214      1      0  3    0x100083  ttyin         getty
>  14476  504767      1      0  3    0x100083  ttyin         getty
>  14815  180948      1      0  3    0x100083  ttyin         getty
>  40194  295557      1      0  3    0x100083  ttyin         getty
>  52708  270654      1      0  3    0x100083  ttyin         getty
>  36444  475931      1      0  3    0x100083  ttyin         getty
>  25146  104134      1      0  3    0x100098  kqread        cron
>  40230  355558      1     99  3   0x1100090  kqread        sndiod
>  59434  305011      1    110  3    0x100090  kqread        sndiod
>  69324  159866   3667     95  3   0x1100092  kqread        smtpd
>  28556  421688   3667    103  3   0x1100092  kqread        smtpd
>  56014  259711   3667     95  3   0x1100092  kqread        smtpd
>  92487  483133   3667     95  3    0x100092  kqread        smtpd
>  72799  233323   3667     95  3   0x1100092  kqread        smtpd
>  60045  267822   3667     95  3   0x1100092  kqread        smtpd
>   3667   82517      1      0  3    0x100080  kqread        smtpd
>  21151  339843  51597     91  7        0x12                snmpd_metrics
>   9505  339882  51597     91  3   0x1100092  kqread        snmpd
>  51597   56995      1      0  3    0x100080  kqread        snmpd
>  16054  166744      1      0  3        0x88  kqread        sshd
>  90656  507004      0      0  3     0x14200  acct          acct
>  36310  257344      0      0  3     0x14280  nfsidl        nfsio
>  23036  269809      0      0  3     0x14280  nfsidl        nfsio
>  59315  424548      0      0  3     0x14280  nfsidl        nfsio
>  62081   67500      0      0  3     0x14280  nfsidl        nfsio
>   9363  176322      1      0  3    0x100080  kqread        ntpd
>  84848  506864  33725     83  3    0x100092  kqread        ntpd
>  33725  317872      1     83  3   0x1100012  netlock       ntpd
>  98748  162413  67684     74  3   0x1100092  bpf           pflogd
>  67684  184720      1      0  3        0x80  sbwait        pflogd
>   5573  469633  28647     73  3   0x1100090  kqread        syslogd
>  28647   15494      1      0  3    0x100082  sbwait        syslogd
>  86474  386528  15740     77  3    0x100092  kqread        dhcpleased
>  71504  201558  15740     77  3    0x100092  kqread        dhcpleased
>  15740  311380      1      0  3        0x80  kqread        dhcpleased
>  33981  120110  72080    115  3    0x100092  kqread        slaacd
>   8649  371162  72080    115  3    0x100092  kqread        slaacd
>  72080  475855      1      0  3    0x100080  kqread        slaacd
>  81147  343162      0      0  3     0x14200  bored         smr
>  23359  486286      0      0  3     0x14200  pgzero        zerothread
>  22738  219013      0      0  3     0x14200  aiodoned      aiodoned
>  61054  401341      0      0  3     0x14200  syncer        update
>  65346   32819      0      0  3     0x14200  cleaner       cleaner
>  97471  286262      0      0  3     0x14200  reaper        reaper
>  68942  300022      0      0  3     0x14200  pgdaemon      pagedaemon
>  88114  360493      0      0  3     0x14200  bored         wsdisplay0
>  64579  286996      0      0  3     0x14200  usbtsk        usbtask
>  39956   27566      0      0  3     0x14200  usbatsk       usbatsk
>  76115  510279      0      0  3     0x14200  bored         sensors
>  29111  125929      0      0  3  0x40014200  acpi0         acpi0
>   6191  201657      0      0  7  0x40014200                idle7
>  54941  425085      0      0  3  0x40014200                idle6
>   6017  491671      0      0  7  0x40014200                idle5
>  33798  108202      0      0  7  0x40014200                idle4
>  28645  437659      0      0  7  0x40014200                idle3
>  98223   44441      0      0  7  0x40014200                idle2
>  47033  432027      0      0  7  0x40014200                idle1
>  56455  447639      0      0  3     0x14200  bored         softnet7
>  16744  233647      0      0  3     0x14200  bored         softnet6
>  78788  450376      0      0  3     0x14200  bored         softnet5
>  48173  437335      0      0  3     0x14200  bored         softnet4
>  40162  477175      0      0  3     0x14200  bored         softnet3
>  82055  510510      0      0  3     0x14200  bored         softnet2
>  87552  352933      0      0  3     0x14200  bored         softnet1
>  55301  220906      0      0  3     0x14200  netlock       softnet0
>  89174   46994      0      0  3     0x14200  bored         systqmp
>  85569  208939      0      0  3     0x14200  bored         systq
>  95518  146040      0      0  3     0x14200  netlock       softclockmp
>  79000  322436      0      0  3  0x40014200  netlock       softclock
>  70066   27696      0      0  3  0x40014200                idle0
>  84559  303019      0      0  3     0x14200  kmalloc       kmthread
>      1  117911      0      0  3        0x82  wait          init
>      0       0     -1      0  3  0x10010200  scheduler     swapper
> 
> ddb{0}> show uvm
> Current UVM status:
>   pagesize=4096 (0x1000), pagemask=0xfff, pageshift=12
>   740880 VM pages: 12943 active, 45070 inactive, 1 wired, 495359 free (64352 
> zero)
>   freemin=24696, free-target=32928, inactive-target=0, wired-max=246960
>   faults=255342055, traps=282588257, intrs=5133087, ctxswitch=133128415 
> fpuswitch=2114272
>   softint=29478048, syscalls=1039824982, kmapent=69
>   fault counts:
>     noram=0, noanon=0, noamap=0, pgwait=0, pgrele=0
>     relocks=652520(9745), upgrades=0(0) anget(retries)=105008820(0), 
> amapcopy=51629217
>     neighbor anon/obj pg=27206896/78078319, gets(lock/unlock)=22078263/662537
>     cases: anon=96533221, anoncow=8475599, obj=20058548, prcopy=2009698, 
> przero=127785963
>   daemon and swap counts:
>     woke=0, revs=0, scans=0, obscans=0, anscans=0
>     busy=0, freed=0, reactivate=0, deactivate=0
>     pageouts=0, pending=0, nswget=0
>     nswapdev=1
>     swpages=824403, swpginuse=0, swpgonly=0 paging=0
>   kernel pointers:
>     objs(kern)=0xd0f7e334
> 
> All other CPU seem to be idle.  Although CPU 6 looks a bit different.
> 
> ddb{0}> mach ddbcpu 1
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> ddb{1}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> 
> ddb{1}> mach ddbcpu 2
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> ddb{2}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> 
> ddb{2}> mach ddbcpu 3
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> ddb{3}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> 
> ddb{3}> mach ddbcpu 4
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> ddb{4}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> 
> ddb{4}> mach ddbcpu 5
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> ddb{5}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> 
> ddb{5}> mach ddbcpu 6
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> end of kernel
> ddb{6}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> end of kernel
> 
> ddb{6}> mach ddbcpu 7
> Stopped at      db_enter+0x4:   popl    %ebp
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> ddb{7}> trace
> db_enter() at db_enter+0x4
> i386_ipi_handler() at i386_ipi_handler+0x3f
> Xipi_untramp() at Xipi_untramp+0xc2
> acpicpu_idle() at acpicpu_idle+0xe6
> cpu_idle_cycle() at cpu_idle_cycle+0xc
> 
> ddb{7}> mach ddbcpu 8
> Invalid cpu 8
> 
> ddb{7}> show all pools
> Name      Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
> ebepl       64       24    0       24     1     1     0     1     0     8    0
> vxlanep     16       24    0       24     1     1     0     1     0     8    0
> plcache    128       96    0        0     3     0     3     3     0     8    0
> rtpcb       76     1094    0     1089     1     0     1     1     0     8    0
> rtentry     96   430937    0   430722    29    22     7    15     0     8    0
> unpcb       92 31031981    0 31031911    15    13     2     8     0     8    0
> syncache   256   190789    0   189862  2537  2478    59  1116     0     8    0
> sackhl      20        4    0        4     1     1     0     1     0     8    0
> tcpqe       16    74976    0    74976    56    56     0     1     0     8    0
> tcpcb      532 24460046    2 24392138 15969 11395  4574  5546     0     8    0
> tdb        872       56    0        0     7     0     7     7     0     8    0
> arp         64   188465    0   188433     5     4     1     5     0     8    0
> ipq         24   107499    0   107499    13    13     0     1     0     8    0
> ipqe        20   912408    0   912408    13    13     0     1     0     8    0
> inpcb      232 78500502    0 78432578 35271 31234  4037  5884     0     8    0
> nd6         72   240969    0   240947     9     8     1     5     0     8    0
> ipsec policy 256    108    0        0     7     0     7     7     0     8    0
> pkpcb       28        2    0        2     1     1     0     1     0     8    0
> cryptop    244     7545    0     7545     4     4     0     1     0     8    0
> wgpeer     4596       4    0        4     1     1     0     1     0     8    0
> wgaip       60        8    0        8     1     1     0     1     0     8    0
> pffrag     132   174747    0   174747     5     5     0     1     0    34    0
> pffrnode    64   174747    0   174747     5     5     0     1     0     8    0
> pffrent     24  2738859    0  2738859     5     5     0     1     0     8    0
> pfosfp      28     2856    0     2433     3     0     3     3     0     8    0
> pfosfpen   108     2856    0     2142    20     0    20    20     0     8    0
> pfrke_plain 104     388    0      388     3     3     0     2     0     8    0
> pfrktable  1288     391    0      391     4     4     0     3     0     8    0
> pfanchor   1208     133    0      132     3     2     1     3     0     8    0
> pftag       80       14    0       14     1     1     0     1     0     8    0
> pfruleitem   8       88    0       88     1     1     0     1     0     8    0
> pfstitem    12     1394    0     1394     9     9     0     1     0     8    0
> pfstkey    128     1394    0     1394    28    28     0     8     0     8    0
> pfstate    256     1357    0     1357    53    53     0    16     0     8    0
> pfrule     1204    1690    0     1685    12    11     1     9     0     8    0
> rttmr       80     1179    0     1171     3     2     1     1     0     8    0
> art_heap8  2048      85    0       84     9     8     1     5     0     8    0
> art_heap4  128     6380    0     5796    96    77    19    34     0     8    0
> art_table   32     6465    0     5880    21    16     5     9     0     8    0
> art_node    24   431257    0   431047    55    53     2    20     0     8    0
> sysvmsgpl   20      151    0      151     5     5     0     1     0     8    0
> semupl     100        5    0        5     1     1     0     1     0     8    0
> semapl      76        7    0        7     4     4     0     1     0     8    0
> shmpl       88        5    0        5     4     4     0     1     0     8    0
> fmsg       160        1    0        0     1     0     1     1     0     8    0
> nfsnodepl  388   112319    0   112316  2401  2400     1  1874     0     8    0
> ext2dinopl 156     2503    0     2503    78    78     0    78     0     8    0
> ext2inopl  196     2503    0     2503   101   101     0   101     0     8    0
> dirhash    1024    4990    0     4467   227   156    71   108     0     8    0
> dino2pl    256   518604    0   482334  3226   903  2323  2331     0     8    0
> dino1pl    128      777    0      777     4     4     0     1     0     8    0
> ffsino     196   519381    0   483111  2565   706  1859  1865     0     8    0
> nchpl       88  1330552    0  1324626   151    19   132   132     0     8    0
> rtmask      16       14    0        6     2     1     1     1     0     8    0
> uvmvnodes   52    37557    0        0   488     0   488   488     0     8    0
> vnodes     128    37557    0        0  1174     0  1174  1174     0     8    0
> namei      1024 10390935   0 10390935   395   394     1    57     0     8    1
> nfsreqpl    60   880208    0   880208     4     4     0     1     0     8    0
> ndscpl     136   377120    0   377120     1     1     0     1     0     8    0
> percpumem   32      432    0      338     1     0     1     1     0     8    0
> ehcixfer   180      194    0      187     1     0     1     1     0     8    0
> pfiaddrpl  100      235    0      235     2     2     0     2     0     8    0
> kstatmem   156     4518    0     4484    13    11     2     6     0     8    0
> acpiwqpl    16        2    0        2     1     0     1     1     1     8    1
> scxspl     136  2829601    0  2829601   431   430     1     3     1     8    1
> plimitpl   152     2188    0     2163    60    59     1     2     0     8    0
> sigapl     292   442381    0   442300   265   258     7    80     0     8    0
> knotepl     76     1725    0        0    23    10    13    23     0     8    0
> kqueuepl   104     4349    0     4316    17    16     1    15     0     8    0
> pipepl     204   107504    0   107497    22    21     1    16     0     8    0
> fdescpl    324   442292    0   442249   282   278     4    90     0     8    0
> filepl      96 40960716    0 40960531 12683 12678     5  2385     0     8    0
> lockfpl     64     1912    0     1910     1     0     1     1     0     8    0
> lockfspl    24      325    0      323     1     0     1     1     0     8    0
> sessionpl  100     1862    0     1839     1     0     1     1     0     8    0
> pgrppl      28     1928    0     1905     1     0     1     1     0     8    0
> ucredpl    100     6838    0     6805     6     5     1     3     0     8    0
> zombiepl    80   442301    0   442300   171   170     1     6     0     8    0
> processpl  720   442381    0   442300   312   304     8   102     0     8    0
> procpl     420  1018106    0  1018019   611   600    11   124     0     8    0
> sosppl     104    85801    0    65158   593    43   550   550     0     8    0
> sockpl     324 109533579   0 109465580 50222 44497 5725  8342     0     8    0
> mcl64k     65536    276    0        0    24     1    23    23     0     8    0
> mcl16k     16384    236    0        0    23     1    22    23     0     8    0
> mcl12k     12288    105    0        0     8     0     8     8     0     8    0
> mcl9k      9216     101    0        0     6     0     6     6     0     8    0
> mcl8k      8192     239    0        0    19     0    19    19     0     8    0
> mcl4k      4096     263    0        0    11     0    11    11     0     8    0
> mcl2k2     2112    4005 63548       0    90    39    51    52     0     8    0
> mcl2k      2048   14138    0        0  1532   211  1321  1379     0     8    0
> mtagpl      88      190    0        0     3     0     3     3     0     8    0
> mbufpl     256   101774    0        0  5571    92  5479  5479     0     8    0
> bufpl      168  1537791    0  1506079  2036   489  1547  1566     0     8    0
> anonpl      16   280466    0        0  1088     2  1086  1086     0   184    0
> amapchunkpl 80  6506868    0  6506394  1295  1285    10   187     0    82    0
> amappl16   112  2530005    0  2529935  3218  3215     3   457     0     8    0
> amappl15   108    41816    0    41816    98    98     0     7     0     8    0
> amappl14   104    43793    0    43771    10     9     1     2     0     8    0
> amappl13   100    47156    0    47154    60    59     1    41     0     8    0
> amappl12    96   363247    0   363246    10     9     1     2     0     8    0
> amappl11    92    42782    0    42782   106   106     0     2     0     8    0
> amappl10    88   288820    0   288728    57    54     3    25     0     8    0
> amappl9     84    49152    0    49149    13    12     1     8     0     8    0
> amappl8     80   180620    0   180609    83    82     1    18     0     8    0
> amappl7     76   125744    0   125742    86    85     1    33     0     8    0
> amappl6     72   596750    0   596707    11     9     2     3     0     8    0
> amappl5     68   132887    0   132857   176   175     1   145     0     8    0
> amappl4     64   623932    0   623849   331   329     2    35     0     8    0
> amappl3     60   738617    0   738543   420   418     2    97     0     8    0
> amappl2     56  2491148    0  2490869   426   421     5    65     0     8    0
> amappl1     52 30008361    0 30004620  8326  8265    61  1364     0     8    0
> amappl      56  2192862    0  2192684   292   288     4    63     0    57    0
> dma65536   65536    188    0      188     4     4     0     2     0     8    0
> dma32768   32768    239    0      239     2     2     0     1     0     8    0
> dma16384   16384   1475    0     1475     3     3     0     2     0     8    0
> dma8192    8192      18    0       18     1     1     0     1     0     8    0
> dma4096    4096       1    0        1     1     1     0     1     0     8    0
> dma2048    2048    3902    0     3902  1880  1879     1     1     0     8    1
> dma1024    1024    3762    0     3762  1881  1880     1     1     0     8    1
> dma512     512     2160    0     2159     1     0     1     1     0     8    0
> dma256     256      146    0      146     3     3     0     1     0     8    0
> dma128     128       86    0       86     3     3     0     1     0     8    0
> dma64       64       23    0       23     3     3     0     1     0     8    0
> dma32       32       12    0       12     1     1     0     1     0     8    0
> dma16       16      140    0      140     3     3     0     1     0     8    0
> aobjpl      44        7    0        5     1     0     1     1     0     8    0
> uaddrrnd    12   442292    0   442249     8     7     1     4     0     8    0
> uaddrbest   16        2    0        0     1     0     1     1     0     8    0
> uaddr       12   442292    0   442249     8     7     1     4     0     8    0
> vmmpekpl   100 13501932    0 13500264   376   259   117   117     0     8    0
> vmmpepl    100 104421635   0 104414988 36130 35941  189 15110     0   205    0
> vmsppl     212   442291    0   442249   138   135     3    57     0     8    0
> rwobjpl     28 27023131    0 26981068  2317  1957   360   997     0     8    0
> pvpl        16 360498244   0 360480367 41264 41170   94  1116     1     3    1
> pmappl     192   442291    0   442249   120   117     3    52     0     8    0
> extentpl    20      324    0      265     1     0     1     1     0     8    0
> phpool      60    19533    0     8986   169     2   167   168     0     8    0
> 
> ddb{7}> show swap
> swap 0xd6f44800 path "/dev/sd0b" flags 0x3
> BLIST {
>     (0000,2097152): subtree (824402/2097152) big=824403 {
>         (0000,65536): subtree (65535/65536) big=65535 {
>             (0000,2048): subtree (2047/2048) big=2047 {
>                 (0000,64): bitmap fffffffffffffffe big=64
>                 (0040,64): bitmap ffffffffffffffff big=64
>                 (0080,64): bitmap ffffffffffffffff big=64
>                 (00c0,64): bitmap ffffffffffffffff big=64
>                 (0100,64): bitmap ffffffffffffffff big=64
>                 (0140,64): bitmap ffffffffffffffff big=64
>                 (0180,64): bitmap ffffffffffffffff big=64
>                 (01c0,64): bitmap ffffffffffffffff big=64
>                 (0200,64): bitmap ffffffffffffffff big=64
>                 (0240,64): bitmap ffffffffffffffff big=64
>                 (0280,64): bitmap ffffffffffffffff big=64
>                 (02c0,64): bitmap ffffffffffffffff big=64
>                 (0300,64): bitmap ffffffffffffffff big=64
>                 (0340,64): bitmap ffffffffffffffff big=64
>                 (0380,64): bitmap ffffffffffffffff big=64
>                 (03c0,64): bitmap ffffffffffffffff big=64
>                 (0400,64): bitmap ffffffffffffffff big=64
>                 (0440,64): bitmap ffffffffffffffff big=64
>                 (0480,64): bitmap ffffffffffffffff big=64
>                 (04c0,64): bitmap ffffffffffffffff big=64
>                 (0500,64): bitmap ffffffffffffffff big=64
>                 (0540,64): bitmap ffffffffffffffff big=64
>                 (0580,64): bitmap ffffffffffffffff big=64
>                 (05c0,64): bitmap ffffffffffffffff big=64
>                 (0600,64): bitmap ffffffffffffffff big=64
>                 (0640,64): bitmap ffffffffffffffff big=64
>                 (0680,64): bitmap ffffffffffffffff big=64
>                 (06c0,64): bitmap ffffffffffffffff big=64
>                 (0700,64): bitmap ffffffffffffffff big=64
>                 (0740,64): bitmap ffffffffffffffff big=64
>                 (0780,64): bitmap ffffffffffffffff big=64
>                 (07c0,64): bitmap ffffffffffffffff big=64
>             }
>             (0800,2048) ALL FREE
>             (1000,2048) ALL FREE
>             (1800,2048) ALL FREE
>             (2000,2048) ALL FREE
>             (2800,2048) ALL FREE
>             (3000,2048) ALL FREE
>             (3800,2048) ALL FREE
>             (4000,2048) ALL FREE
>             (4800,2048) ALL FREE
>             (5000,2048) ALL FREE
>             (5800,2048) ALL FREE
>             (6000,2048) ALL FREE
>             (6800,2048) ALL FREE
>             (7000,2048) ALL FREE
>             (7800,2048) ALL FREE
>             (8000,2048) ALL FREE
>             (8800,2048) ALL FREE
>             (9000,2048) ALL FREE
>             (9800,2048) ALL FREE
>             (a000,2048) ALL FREE
>             (a800,2048) ALL FREE
>             (b000,2048) ALL FREE
>             (b800,2048) ALL FREE
>             (c000,2048) ALL FREE
>             (c800,2048) ALL FREE
>             (d000,2048) ALL FREE
>             (d800,2048) ALL FREE
>             (e000,2048) ALL FREE
>             (e800,2048) ALL FREE
>             (f000,2048) ALL FREE
>             (f800,2048) ALL FREE
>         }
>         (10000,65536) ALL FREE
>         (20000,65536) ALL FREE
>         (30000,65536) ALL FREE
>         (40000,65536) ALL FREE
>         (50000,65536) ALL FREE
>         (60000,65536) ALL FREE
>         (70000,65536) ALL FREE
>         (80000,65536) ALL FREE
>         (90000,65536) ALL FREE
>         (a0000,65536) ALL FREE
>         (b0000,65536) ALL FREE
>         (c0000,65536): subtree (37971/65536) big=37972 {
>             (c0000,2048) ALL FREE
>             (c0800,2048) ALL FREE
>             (c1000,2048) ALL FREE
>             (c1800,2048) ALL FREE
>             (c2000,2048) ALL FREE
>             (c2800,2048) ALL FREE
>             (c3000,2048) ALL FREE
>             (c3800,2048) ALL FREE
>             (c4000,2048) ALL FREE
>             (c4800,2048) ALL FREE
>             (c5000,2048) ALL FREE
>             (c5800,2048) ALL FREE
>             (c6000,2048) ALL FREE
>             (c6800,2048) ALL FREE
>             (c7000,2048) ALL FREE
>             (c7800,2048) ALL FREE
>             (c8000,2048) ALL FREE
>             (c8800,2048) ALL FREE
>             (c9000,2048): subtree (1107/2048) big=1108 {
>                 (c9000,64): bitmap ffffffffffffffff big=64
>                 (c9040,64): bitmap ffffffffffffffff big=64
>                 (c9080,64): bitmap ffffffffffffffff big=64
>                 (c90c0,64): bitmap ffffffffffffffff big=64
>                 (c9100,64): bitmap ffffffffffffffff big=64
>                 (c9140,64): bitmap ffffffffffffffff big=64
>                 (c9180,64): bitmap ffffffffffffffff big=64
>                 (c91c0,64): bitmap ffffffffffffffff big=64
>                 (c9200,64): bitmap ffffffffffffffff big=64
>                 (c9240,64): bitmap ffffffffffffffff big=64
>                 (c9280,64): bitmap ffffffffffffffff big=64
>                 (c92c0,64): bitmap ffffffffffffffff big=64
>                 (c9300,64): bitmap ffffffffffffffff big=64
>                 (c9340,64): bitmap ffffffffffffffff big=64
>                 (c9380,64): bitmap ffffffffffffffff big=64
>                 (c93c0,64): bitmap ffffffffffffffff big=64
>                 (c9400,64): bitmap ffffffffffffffff big=64
>                 (c9440,64): bitmap 000000000007ffff big=64
>                 (c9480,64): Terminator
>             }
>             (c9800,2048): Terminator
>         }
>         (d0000,65536): Terminator
>     }
> }
> hibernate gap: [0x40, 0xc943f] size=824320
> 

-- 
:wq Claudio

Reply via email to