syzbot


assert "map->limit == rtmap_limit" failed in rtable.c (2)

Status: upstream: reported on 2025/02/06 18:09
Reported-by: syzbot+4b7aca0368015987c9cc@syzkaller.appspotmail.com
First crash: 203d, last: 9m
Similar bugs (1)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
openbsd assert "map->limit == rtmap_limit" failed in rtable.c -1 77 281d 412d 0/3 auto-obsoleted due to no activity on 2025/01/09 07:35

Sample crash report:
panic: kernel diagnostic assertion "map->limit == rtmap_limit" failed: file "/syzkaller/managers/main/kernel/sys/net/rtable.c", line 132
Stopped at      db_enter+0x25:  addq    $0x8,%rsp
    TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
*276413  85516      0           0  0x4000000    0  syz-executor
db_enter() at db_enter+0x25 sys/arch/amd64/amd64/db_interface.c:438
panic(ffffffff8333af77) at panic+0x1cf sys/kern/subr_prf.c:198
__assert(ffffffff8337977b,ffffffff8335a4d5,84,ffffffff833cf727) at __assert+0x29 sys/kern/subr_prf.c:-1
rtmap_grow(21,21) at rtmap_grow+0x1f2
rtable_add(20) at rtable_add+0x289 rtable_alloc sys/net/rtable.c:370 [inline]
rtable_add(20) at rtable_add+0x289 sys/net/rtable.c:223
if_createrdomain(20,ffff800001465800) at if_createrdomain+0x40 sys/net/if.c:1952
ifioctl(ffff800010fdd9e8,8020699f,ffff80003c981b80,ffff80003c9894f8) at ifioctl+0x1c06 sys/net/if.c:2301
sys_ioctl(ffff80003c9894f8,ffff80003c981d50,ffff80003c981ca0) at sys_ioctl+0x660 sys/kern/sys_generic.c:-1
syscall(ffff80003c981d50) at syscall+0x962 mi_syscall sys/sys/syscall_mi.h:-1 [inline]
syscall(ffff80003c981d50) at syscall+0x962 sys/arch/amd64/amd64/trap.c:746
Xsyscall() at Xsyscall+0x128
end of kernel
end trace frame: 0x58f2eca0fd0, count: 5
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> 
ddb> set $lines = 0
ddb> set $maxwidth = 0
ddb> show panic
*cpu0: kernel diagnostic assertion "map->limit == rtmap_limit" failed: file "/syzkaller/managers/main/kernel/sys/net/rtable.c", line 132
ddb> trace
db_enter() at db_enter+0x25 sys/arch/amd64/amd64/db_interface.c:438
panic(ffffffff8333af77) at panic+0x1cf sys/kern/subr_prf.c:198
__assert(ffffffff8337977b,ffffffff8335a4d5,84,ffffffff833cf727) at __assert+0x29 sys/kern/subr_prf.c:-1
rtmap_grow(21,21) at rtmap_grow+0x1f2
rtable_add(20) at rtable_add+0x289 rtable_alloc sys/net/rtable.c:370 [inline]
rtable_add(20) at rtable_add+0x289 sys/net/rtable.c:223
if_createrdomain(20,ffff800001465800) at if_createrdomain+0x40 sys/net/if.c:1952
ifioctl(ffff800010fdd9e8,8020699f,ffff80003c981b80,ffff80003c9894f8) at ifioctl+0x1c06 sys/net/if.c:2301
sys_ioctl(ffff80003c9894f8,ffff80003c981d50,ffff80003c981ca0) at sys_ioctl+0x660 sys/kern/sys_generic.c:-1
syscall(ffff80003c981d50) at syscall+0x962 mi_syscall sys/sys/syscall_mi.h:-1 [inline]
syscall(ffff80003c981d50) at syscall+0x962 sys/arch/amd64/amd64/trap.c:746
Xsyscall() at Xsyscall+0x128
end of kernel
end trace frame: 0x58f2eca0fd0, count: -10
ddb> show registers
rdi                                0
rsi                              0x1
rbp               0xffff80003c9818b0
rbx                             0x21
rdx                                0
rcx                                0
rax               0xffff80003c9894f8
r8                 0x101010101010101
r9                0x8080808080808080
r10               0x6355f42e6ac7ac9e
r11               0x62ca7128a7de4151
r12                                0
r13                              0x6
r14                                0
r15                              0x1
rip               0xffffffff811bb535    db_enter+0x25
cs                               0x8
rflags                         0x246
rsp               0xffff80003c9818a0
ss                                 0
db_enter+0x25:  addq    $0x8,%rsp
ddb> show proc
PROC (syz-executor) tid=276413 pid=85516 tcnt=3 stat=onproc
    flags process=0 proc=4000000<THREAD>
    runpri=81, usrpri=81, slppri=32, nice=20
    wchan=0x0, wmesg=, ps_single=0x0 scnt=0 ecnt=0
    forw=0xffffffffffffffff, list=0xffff80003c988d30,0xffff80003c988aa8
    process=0xffff8000ffff9698 user=0xffff80003c97c000, vmspace=0xfffffd806bb7a2f0
    estcpu=31, cpticks=1, pctcpu=0.0, user=0, sys=1, intr=0
ddb> ps
   PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
 76038  146113  88152      0  2           0                syz-executor
 76038  388702  88152      0  3   0x4000080  fsleep        syz-executor
 76038  234630  88152      0  3   0x4000080  fsleep        syz-executor
 76038  247072  88152      0  3   0x4000080  fsleep        syz-executor
 93310  504235  65120      0  2           0                syz-executor
 93310   91922  65120      0  3   0x4000080  fsleep        syz-executor
 93310  311210  65120      0  3   0x4000080  fsleep        syz-executor
 64706  106706  48217      0  3        0x80  nanoslp       syz-executor
 64706  229297  48217      0  3   0x4000080  fsleep        syz-executor
 64706  237043  48217      0  3   0x4000080  fsleep        syz-executor
 10851   98226   7279      0  2           0                syz-executor
 10851   75518   7279      0  3   0x4000080  fsleep        syz-executor
 85516  209585  95065      0  2           0                syz-executor
 85516  453427  95065      0  2   0x4000000                syz-executor
*85516  276413  95065      0  7   0x4000000                syz-executor
 12511  319990  44876      0  3      0x3000  suspend       syz-executor
 12511   54865  44876      0  2   0x4081000                syz-executor
 95065   45255  46009      0  2       0xc82                syz-executor
 44276  220779  46009      0  2         0x2                syz-executor
 32115  140594      0      0  3     0x14200  bored         sosplice
 65120  285770  46009      0  2       0xc82                syz-executor
 48217   54828  46009      0  2       0xc82                syz-executor
  7279  477574  46009      0  2       0xc82                syz-executor
 55741   51675  46009      0  2         0x2                syz-executor
 88152  417857  46009      0  2       0xc82                syz-executor
 44876  357523  46009      0  3        0x82  wait          syz-executor
 46009  267345  35699      0  3        0x82  kqread        syz-executor
 35699  378456  14917      0  3    0x10008a  sigsusp       ksh
 14917   49480  40898      0  3        0x98  kqread        sshd-session
 40898  262052  68099      0  3        0x92  kqread        sshd-session
 56034  210867      1      0  3    0x100083  ttyin         getty
 68099  412433      1      0  3        0x88  kqread        sshd
 22997  306615  14266     73  3   0x1100090  kqread        syslogd
 14266  238250      1      0  3    0x100082  sbwait        syslogd
 18697   93628      1      0  3    0x100080  kqread        resolvd
 37538  316985  45287     77  3    0x100092  kqread        dhcpleased
  1072  120303  45287     77  3    0x100092  kqread        dhcpleased
 45287  428286      1      0  3        0x80  kqread        dhcpleased
 98109  134300      0      0  3     0x14200  bored         smr
 49039   48124      0      0  2     0x14200                zerothread
 68089  156801      0      0  3     0x14200  aiodoned      aiodoned
 28923  276978      0      0  3     0x14200  syncer        update
 81137  185358      0      0  3     0x14200  cleaner       cleaner
 83992  359852      0      0  3     0x14200  reaper        reaper
 21508   35181      0      0  3     0x14200  pgdaemon      pagedaemon
 86308  217120      0      0  3     0x14200  bored         viomb
 26797  452865      0      0  3  0x40014200  acpi0         acpi0
 88829  131077      0      0  3     0x14200  bored         softnet7
 24866  485477      0      0  3     0x14200  bored         softnet6
 39414  283076      0      0  3     0x14200  bored         softnet5
  7905  290654      0      0  3     0x14200  bored         softnet4
 49441  508558      0      0  3     0x14200  bored         softnet3
 36667  377959      0      0  3     0x14200  bored         softnet2
 72295   68760      0      0  3     0x14200  bored         softnet1
 57467  406807      0      0  3     0x14200  bored         softnet0
 62093  107508      0      0  3     0x14200  bored         systqmp
  2163  145162      0      0  3     0x14200  bored         systq
    90   60166      0      0  3  0x40014200  tmoslp        softclock
 59680   29787      0      0  3  0x40014200                idle0
     1  454793      0      0  3        0x82  wait          init
     0       0     -1      0  3  0x10010200  scheduler     swapper
ddb> show all locks
No such command
ddb> show malloc
           Type InUse  MemUse  HighUse   Limit  Requests Type Lim
         devbuf 10221  11208K   11596K 166960K     12137        0
            pcb    18     14K      15K 166960K       157        0
         rtable   187      7K       7K 166960K       393        0
             pf    31     13K      14K 166960K        78        0
         ifaddr    35      6K       7K 166960K        77        0
        ifgroup    46      2K       2K 166960K       109        0
         sysctl     3      1K       9K 166960K        14        0
       counters    31     17K      18K 166960K        58        0
       ioctlops     0      0K       4K 166960K       184        0
            iov     0      0K      16K 166960K       106        0
          mount     1      1K       1K 166960K         1        0
            log     0      0K       0K 166960K         4        0
         vnodes  1429     90K      90K 166960K      2112        0
      UFS quota     1     32K      32K 166960K         1        0
      UFS mount     5     36K      36K 166960K         5        0
            shm     2      1K       9K 166960K        16        0
         VM map     2      1K       1K 166960K         2        0
            sem    12      0K       0K 166960K        28        0
        dirhash    12      2K       2K 166960K        21        0
           ACPI  1692    195K     286K 166960K     12470        0
      file desc    16     57K     232K 166960K       812        0
          sigio     0      0K       0K 166960K         5        0
           proc    60     59K     116K 166960K       580        0
        subproc    72      4K       4K 166960K        90        0
    NFS srvsock     1      0K       0K 166960K         1        0
     NFS daemon     1     16K      16K 166960K         1        0
    ip_moptions     0      0K       0K 166960K        56        0
       in_multi    74      5K       7K 166960K       136        0
    ether_multi     1      0K       0K 166960K         5        0
            mrt     0      0K       0K 166960K         8        0
    ISOFS mount     1     32K      32K 166960K         1        0
  MSDOSFS mount     1     16K      16K 166960K         1        0
           ttys   259   1155K    1155K 166960K       259        0
           exec     0      0K       1K 166960K       468        0
   fusefs mount     1     32K      32K 166960K         1        0
     pfkey data     0      0K       0K 166960K         1        0
            tdb     3      0K       0K 166960K         3        0
        VM swap     8     62K      64K 166960K        10        0
       UVM amap   218    160K     174K 166960K      8983        0
       UVM aobj    89      5K       5K 166960K        90        0
     pinsyscall    37     74K      96K 166960K      1883        0
        memdesc     1      4K       4K 166960K         1        0
    crypto data     1      1K       1K 166960K         1        0
    ip6_options     0      0K       0K 166960K        44        0
            NDP    10      0K       2K 166960K        50        0
           temp    57   8643K    8712K 166960K     35033        0
         kqueue    14     22K      31K 166960K       139        0
      SYN cache     2     16K      16K 166960K         2        0
ddb> show all pools
Name      Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
rtpcb      120       95    0       91     1     0     1     1     0     8    0
rtentry    136      130    0       55     4     0     4     4     0     8    0
unpcb      144      656    0      639    10     1     9    10     0     8    8
syncache   336        3    0        3     1     1     0     1     0     8    0
tcpcb      736      260    0      256     7     0     7     7     0     8    6
arp         88       15    0        5     1     0     1     1     0     8    0
inpcb      328      786    0      775     8     1     7     7     0     8    5
ip6q        72        4    0        1     1     0     1     1     0     8    0
ip6af       40        5    0        2     1     0     1     1     0     8    0
nd6        104       22    0       11     1     0     1     1     0     8    0
pkpcb       40       10    0       10     1     0     1     1     0     8    1
kcovpl      48       10    0        2     1     0     1     1     0     8    0
ppxss      1072      18    0       18     1     0     1     1     0     8    1
pppxif     1384       4    0        4     1     0     1     1     0     8    1
pfrktable  1344       1    0        1     1     0     1     1     0     8    1
pfstitem    24        2    0        0     1     0     1     1     0     8    0
pfstkey    128        7    0        5     2     1     1     1     0     8    0
pfstate    384        4    0        3     2     1     1     1     0     8    0
pfrule     1344       2    0        2     1     0     1     1     0     8    1
rttmr      136        1    0        1     1     0     1     1     0     8    1
art_heap8  4096       1    0        0     1     0     1     1     0     8    0
art_heap4  256      610    0      265    28     0    28    28     0     8    5
art_table   40      611    0      265     5     0     5     5     0     8    0
art_node    32      129    0       61     1     0     1     1     0     8    0
sysvmsgpl   40        9    0        6     1     0     1     1     0     8    0
semapl     112       21    0       11     1     0     1     1     0     8    0
shmpl      112       87    0        1     3     0     3     3     0     8    0
dirhash    1024      23    0        6     3     0     3     3     0     8    0
dino2pl    256     2893    0     1396    95     0    95    95     0     8    0
ffsino     256     2893    0     1396    95     0    95    95     0     8    0
nchpl      144     3964    0     2281    63     0    63    63     0     8    0
rtmask      32        1    0        1     1     0     1     1     0     8    1
uvmvnodes   80     3067    0        0    63     0    63    63     0     8    0
vnodes     216     3067    0        0   171     0   171   171     0     8    0
namei      1024   13457    0    13457     3     1     2     2     0     8    2
kstatmem   264       60    0       40     2     0     2     2     0     8    0
acpiwqpl    32        1    0        1     1     0     1     1     1     8    1
scsiplug    72        2    0        2     1     0     1     1     0     8    1
scxspl     216    13987    0    13987    15     7     8     8     1     8    8
plimitpl   152      229    0      212     1     0     1     1     0     8    0
sigapl     424     1083    0     1034     7     0     7     7     0     8    1
knotepl    120    39703    0    39654    36    26    10    17     0     8    8
kqueuepl   184      217    0      207     1     0     1     1     0     8    0
pipepl     304      166    0      139     3     0     3     3     0     8    0
fdescpl    448     1059    0     1031     5     0     5     5     0     8    1
filepl     120     6455    0     6240    16     1    15    15     0     8    7
lockfpl    104      481    0      477     1     0     1     1     0     8    0
lockfspl    48      155    0      151     1     0     1     1     0     8    0
sessionpl  144       23    0       15     1     0     1     1     0     8    0
pgrppl      48       43    0       27     1     0     1     1     0     8    0
ucredpl    104     1271    0     1260     1     0     1     1     0     8    0
zombiepl   144     1510    0     1509     2     1     1     1     0     8    0
processpl  1152    1083    0     1034     5     0     5     5     0     8    1
procpl     664     2277    0     2216     8     1     7     7     0     8    1
sosppl     168        4    0        4     1     0     1     1     0     8    1
sockpl     552     1562    0     1530    20     9    11    20     0     8    8
mcl64k     65536     76    0       74     1     0     1     1     0     8    0
mcl9k      9216       2    0        2     1     0     1     1     0     8    1
mcl8k      8192       9    0        9     2     1     1     1     0     8    1
mcl4k      4096    3345    0     3295    16     8     8    15     0     8    1
mcl2k2     2112       6    0        6     1     0     1     1     0     8    1
mcl2k      2048    1095    0     1092     4     1     3     3     0     8    2
mtagpl      96        9    0        7     2     1     1     1     0     8    0
mbufpl     256    10879    0    10721    17     1    16    16     0     8    3
bufpl      280     5336    0      117   373     0   373   373     0     8    0
anonpl      24   157760    0   154625    46     2    44    44     0   187   16
amapchunkpl 152   29282    0    28833    28     0    28    28     0   158    7
amappl16   200     2367    0     2337    17     6    11    14     0     8    8
amappl15   192        5    0        5     1     1     0     1     0     8    0
amappl14   184      109    0       99     1     0     1     1     0     8    0
amappl13   176        5    0        5     2     1     1     1     0     8    1
amappl12   168     1700    0     1672     3     1     2     3     0     8    0
amappl11   160       47    0       37     1     0     1     1     0     8    0
amappl10   152        3    0        2     1     0     1     1     0     8    0
amappl9    144      254    0      254     1     1     0     1     0     8    0
amappl8    136       20    0       19     1     0     1     1     0     8    0
amappl7    128      101    0       91     1     0     1     1     0     8    0
amappl6    120      193    0      190     1     0     1     1     0     8    0
amappl5    112      121    0      114     1     0     1     1     0     8    0
amappl4    104      267    0      251     1     0     1     1     0     8    0
amappl3     96     5762    0     5661     4     0     4     4     0     8    0
amappl2     88      640    0      584     2     0     2     2     0     8    0
amappl1     80    10706    0    10166    13     0    13    13     0     8    0
amappl      88     8170    0     8017     5     0     5     5     0    92    0
dma4096    4096       1    0        1     1     1     0     1     0     8    0
dma2048    2048       1    0        1     1     0     1     1     0     8    1
dma1024    1024       1    0        0     1     0     1     1     0     8    0
dma256     256        6    0        6     1     1     0     1     0     8    0
dma128     128      254    0      254     2     1     1     1     0     8    1
dma64       64        7    0        7     2     1     1     1     0     8    1
dma32       32        7    0        7     1     1     0     1     0     8    0
dma16       16       20    0       19     1     0     1     1     0     8    0
aobjpl      72       89    0        1     2     0     2     2     0     8    0
uaddrrnd    24     1059    0     1031     1     0     1     1     0     8    0
uaddrbest   32        2    0        0     1     0     1     1     0     8    0
uaddr       24     1059    0     1031     1     0     1     1     0     8    0
vmmpekpl   168     9578    0     9541     2     0     2     2     0     8    0
vmmpepl    168    70264    0    68467    92     0    92    92     0   357    8
vmsppl     368     1058    0     1031     4     0     4     4     0     8    1
rwobjpl     40    23100    0    19111    42     0    42    42     0     8    1
pdppl      4096    2124    0     2062   102    36    66    82     0     8    4
pvpl        32   444950    0   436577   111     0   111   111     0   265   31
pmappl     216     1058    0     1031     3     0     3     3     0     8    0
extentpl    40       45    0       27     1     0     1     1     0     8    0
phpool     112      388    0       51    10     0    10    10     0     8    0
ddb> machine ddbcpu 0
No such command
ddb> trace
db_enter() at db_enter+0x25 sys/arch/amd64/amd64/db_interface.c:438
panic(ffffffff8333af77) at panic+0x1cf sys/kern/subr_prf.c:198
__assert(ffffffff8337977b,ffffffff8335a4d5,84,ffffffff833cf727) at __assert+0x29 sys/kern/subr_prf.c:-1
rtmap_grow(21,21) at rtmap_grow+0x1f2
rtable_add(20) at rtable_add+0x289 rtable_alloc sys/net/rtable.c:370 [inline]
rtable_add(20) at rtable_add+0x289 sys/net/rtable.c:223
if_createrdomain(20,ffff800001465800) at if_createrdomain+0x40 sys/net/if.c:1952
ifioctl(ffff800010fdd9e8,8020699f,ffff80003c981b80,ffff80003c9894f8) at ifioctl+0x1c06 sys/net/if.c:2301
sys_ioctl(ffff80003c9894f8,ffff80003c981d50,ffff80003c981ca0) at sys_ioctl+0x660 sys/kern/sys_generic.c:-1
syscall(ffff80003c981d50) at syscall+0x962 mi_syscall sys/sys/syscall_mi.h:-1 [inline]
syscall(ffff80003c981d50) at syscall+0x962 sys/arch/amd64/amd64/trap.c:746
Xsyscall() at Xsyscall+0x128
end of kernel
end trace frame: 0x58f2eca0fd0, count: -10
ddb> machine ddbcpu 1
No such command
ddb> trace
db_enter() at db_enter+0x25 sys/arch/amd64/amd64/db_interface.c:438
panic(ffffffff8333af77) at panic+0x1cf sys/kern/subr_prf.c:198
__assert(ffffffff8337977b,ffffffff8335a4d5,84,ffffffff833cf727) at __assert+0x29 sys/kern/subr_prf.c:-1
rtmap_grow(21,21) at rtmap_grow+0x1f2
rtable_add(20) at rtable_add+0x289 rtable_alloc sys/net/rtable.c:370 [inline]
rtable_add(20) at rtable_add+0x289 sys/net/rtable.c:223
if_createrdomain(20,ffff800001465800) at if_createrdomain+0x40 sys/net/if.c:1952
ifioctl(ffff800010fdd9e8,8020699f,ffff80003c981b80,ffff80003c9894f8) at ifioctl+0x1c06 sys/net/if.c:2301
sys_ioctl(ffff80003c9894f8,ffff80003c981d50,ffff80003c981ca0) at sys_ioctl+0x660 sys/kern/sys_generic.c:-1
syscall(ffff80003c981d50) at syscall+0x962 mi_syscall sys/sys/syscall_mi.h:-1 [inline]
syscall(ffff80003c981d50) at syscall+0x962 sys/arch/amd64/amd64/trap.c:746
Xsyscall() at Xsyscall+0x128
end of kernel
end trace frame: 0x58f2eca0fd0, count: -10

Crashes (184):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2025/08/28 18:56 openbsd 0f23fd2bd678 bee60a83 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/28 02:31 openbsd 95647c95e867 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/28 01:25 openbsd 95647c95e867 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/27 22:32 openbsd 95647c95e867 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/27 22:25 openbsd 95647c95e867 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/27 20:47 openbsd 95647c95e867 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/27 09:24 openbsd 2a098345d1c3 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/27 07:19 openbsd 2a098345d1c3 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/27 04:23 openbsd 2a098345d1c3 e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/26 23:59 openbsd d9624900b8bd e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/26 20:26 openbsd d9624900b8bd e12e5ba4 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/24 13:21 openbsd 9279bdd4d788 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/24 11:02 openbsd 9279bdd4d788 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/24 03:51 openbsd e872a63396e1 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/23 19:47 openbsd e872a63396e1 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/23 15:29 openbsd ccaf50e2ba15 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/23 09:56 openbsd ccaf50e2ba15 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/23 00:14 openbsd e2756ba35432 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/22 20:01 openbsd e2756ba35432 bf27483f .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/21 15:28 openbsd 418e3d9a7b00 3e79b825 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/21 13:54 openbsd 418e3d9a7b00 3e79b825 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/21 07:53 openbsd 70b219c460a6 0b9605c8 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/21 06:51 openbsd 70b219c460a6 0b9605c8 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/21 03:22 openbsd 70b219c460a6 0b9605c8 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/21 01:53 openbsd 8dd4d68c0f49 0b9605c8 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/20 06:15 openbsd 58b1a4a98d17 79512909 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/20 05:11 openbsd 58b1a4a98d17 79512909 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/20 02:41 openbsd 58b1a4a98d17 79512909 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/19 23:54 openbsd 5f352b01c2c4 254a27c1 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/19 20:36 openbsd 5f352b01c2c4 254a27c1 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/19 05:09 openbsd b981b677995a 523f460e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/18 22:47 openbsd b981b677995a 523f460e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/18 19:10 openbsd f6bf47459f3d 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/18 08:52 openbsd f6bf47459f3d 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/18 05:45 openbsd d066b23bbb5a 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/17 19:48 openbsd d066b23bbb5a 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/17 15:22 openbsd fd78d8b282be 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/16 21:41 openbsd b1b6accd48af 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/16 14:04 openbsd 0823c7e0b279 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/16 12:17 openbsd 0823c7e0b279 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/16 05:28 openbsd 0823c7e0b279 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-main assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/15 16:54 openbsd 1733a114764f 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/15 09:34 openbsd bc42849e5050 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/15 07:49 openbsd bc42849e5050 1804e95e .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/14 18:26 openbsd 7a15ea66e78c dcc075fb .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/08/14 14:30 openbsd 7a15ea66e78c dcc075fb .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
2025/02/06 18:08 openbsd 4a7e1005694f 1e1faf27 .config console log report [disk image] [bsd.gdb] [kernel image] ci-openbsd-multicore assert "map->limit == rtmap_limit" failed in rtable.c
* Struck through repros no longer work on HEAD.