syzbot


panic: receive 3: so ADDR, so_type 3, m ADDR, m_type 0

Status: closed as dup on 2020/02/28 08:38
Reported-by: syzbot+5f608736d5087aa460c7@syzkaller.appspotmail.com
First crash: 1625d, last: 1519d
Duplicate of
Title Repro Cause bisect Fix bisect Count Last Reported
soreceive 3 syz 755 1359d 1519d
Duplicate bugs (2)
duplicates (2):
Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
panic: receive 3: so ADDR, so_type 3, m ADDR, m_type 192 1 1545d 1545d 0/3 closed as dup on 2020/02/02 10:19
panic: receive 3: so ADDR, so_type 1, m ADDR, m_type 0 3 1564d 1637d 0/3 closed as dup on 2020/01/26 09:59

Sample crash report:
login: panic: receive 3: so 0xfffffd80635ba640, so_type 3, m 0xfffffd805e525400, m_type 0
Stopped at      db_enter+0x18:  addq    $0x8,%rsp
    TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
*180674  39162      0           0          0    0  dhclient
db_enter() at db_enter+0x18 sys/arch/amd64/amd64/db_interface.c:398
panic(ffffffff821aaa23) at panic+0x15c sys/kern/subr_prf.c:207
soreceive(fffffd80635ba640,0,ffff80001d372908,0,0,ffff80001d372814) at soreceive+0x16e7
soo_read(fffffd8062ff2348,ffff80001d372908,0) at soo_read+0x53 sys/kern/sys_socket.c:70
dofilereadv(ffff80001d339278,6,ffff80001d372908,0,ffff80001d3729f0) at dofilereadv+0x1a1 sys/kern/sys_generic.c:237
sys_read(ffff80001d339278,ffff80001d3729a0,ffff80001d3729f0) at sys_read+0x83 sys/kern/sys_generic.c:157
syscall(ffff80001d372a70) at syscall+0x507 sys/arch/amd64/amd64/trap.c:570
Xsyscall() at Xsyscall+0x128
end of kernel
end trace frame: 0x7f7ffffe6650, count: 7
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
receive 3: so 0xfffffd80635ba640, so_type 3, m 0xfffffd805e525400, m_type 0
ddb> trace
db_enter() at db_enter+0x18 sys/arch/amd64/amd64/db_interface.c:398
panic(ffffffff821aaa23) at panic+0x15c sys/kern/subr_prf.c:207
soreceive(fffffd80635ba640,0,ffff80001d372908,0,0,ffff80001d372814) at soreceive+0x16e7
soo_read(fffffd8062ff2348,ffff80001d372908,0) at soo_read+0x53 sys/kern/sys_socket.c:70
dofilereadv(ffff80001d339278,6,ffff80001d372908,0,ffff80001d3729f0) at dofilereadv+0x1a1 sys/kern/sys_generic.c:237
sys_read(ffff80001d339278,ffff80001d3729a0,ffff80001d3729f0) at sys_read+0x83 sys/kern/sys_generic.c:157
syscall(ffff80001d372a70) at syscall+0x507 sys/arch/amd64/amd64/trap.c:570
Xsyscall() at Xsyscall+0x128
end of kernel
end trace frame: 0x7f7ffffe6650, count: -8
ddb> show registers
rdi                                0
rsi                              0x1
rbp               0xffff80001d372650
rbx               0xffff80001d372700
rdx                              0x2
rcx                              0x1
rax                              0x1
r8                0xffff80001d372610
r9                               0x1
r10               0x1abc9444dc5748a2
r11               0x8d6980c895984685
r12                     0x3000000008
r13               0xffff80001d372660
r14                            0x100
r15                              0x1
rip               0xffffffff81cf7ac8    db_enter+0x18
cs                               0x8
rflags                         0x246
rsp               0xffff80001d372640
ss                              0x10
db_enter+0x18:  addq    $0x8,%rsp
ddb> show proc
PROC (dhclient) pid=180674 stat=onproc
    flags process=0 proc=0
    pri=24, usrpri=50, nice=20
    forw=0xffffffffffffffff, list=0xffff80001d339c38,0xffff80001d339eb8
    process=0xffff8000ffffae10 user=0xffff80001d36d000, vmspace=0xfffffd806bc0a550
    estcpu=0, cpticks=0, pctcpu=0.0
    user=0, sys=0, intr=0
ddb> ps
   PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
 49928  122993  15899      0  3        0x82  wait          syz-execprog
 49928  167697  15899      0  3   0x4000082  thrsleep      syz-execprog
 49928   50386  15899      0  3   0x4000082  thrsleep      syz-execprog
 49928  389962  15899      0  3   0x4000082  thrsleep      syz-execprog
 49928  325759  15899      0  3   0x4000082  thrsleep      syz-execprog
 49928  167588  15899      0  3   0x4000082  kqread        syz-execprog
 49928   59404  15899      0  3   0x4000082  thrsleep      syz-execprog
 15899  457348  17018      0  3    0x10008a  pause         ksh
 17018  108396  28782      0  3        0x92  select        sshd
 11827  395044      1      0  3    0x100083  ttyin         getty
 28782  315899      1      0  3        0x80  select        sshd
 57907  441842   4000     73  3    0x100090  kqread        syslogd
  4000  523465      1      0  3    0x100082  netio         syslogd
 48260  173547      1     77  2    0x100010                dhclient
*39162  180674      1      0  7           0                dhclient
 69263  389313      0      0  3     0x14200  pgzero        zerothread
 42848  136156      0      0  3     0x14200  aiodoned      aiodoned
 37386  259151      0      0  3     0x14200  syncer        update
 94137  447961      0      0  3     0x14200  cleaner       cleaner
 13927  321618      0      0  3     0x14200  reaper        reaper
 82208  513659      0      0  3     0x14200  pgdaemon      pagedaemon
 45784  450985      0      0  3     0x14200  bored         crynlk
 51476  404901      0      0  3     0x14200  bored         crypto
 36611  206490      0      0  3  0x40014200  acpi0         acpi0
 93099   78725      0      0  2     0x14200                softnet
 49761   83176      0      0  2     0x14200                systqmp
   366   96331      0      0  3     0x14200  bored         systq
 84169  495319      0      0  3  0x40014200  bored         softclock
 24025    1229      0      0  3  0x40014200                idle0
 33589  223123      0      0  3     0x14200  bored         smr
     1  312728      0      0  3        0x82  wait          init
     0       0     -1      0  3     0x10200  scheduler     swapper
ddb> show all locks
No such command
ddb> show malloc
           Type InUse  MemUse  HighUse   Limit  Requests Type Lim
         devbuf  9441   6321K    6321K  78643K     10540        0
            pcb    13      8K       8K  78643K        13        0
         rtable    61      1K       2K  78643K       155        0
         ifaddr    24      7K       9K  78643K        33        0
       counters    19     16K      16K  78643K        20        0
       ioctlops     0      0K       2K  78643K        14        0
          mount     1      1K       1K  78643K         1        0
         vnodes  1182     74K      74K  78643K      1187        0
      UFS quota     1     32K      32K  78643K         1        0
      UFS mount     5     36K      36K  78643K         5        0
            shm     2      1K       1K  78643K         2        0
         VM map     2      0K       0K  78643K         2        0
            sem     2      0K       0K  78643K         2        0
        dirhash    12      2K       2K  78643K        12        0
           ACPI  1794    195K     288K  78643K     12646        0
      file desc     2      4K      12K  78643K        18        0
           proc    47     38K      54K  78643K       318        0
    NFS srvsock     1      0K       0K  78643K         1        0
     NFS daemon     1     16K      16K  78643K         1        0
       in_multi    11      0K       1K  78643K        22        0
    ether_multi     1      0K       0K  78643K         1        0
    ISOFS mount     1     32K      32K  78643K         1        0
  MSDOSFS mount     1     16K      16K  78643K         1        0
           ttys    19     95K      95K  78643K        19        0
           exec     0      0K       1K  78643K       171        0
        pagedep     1      8K       8K  78643K         1        0
       inodedep     1     32K      32K  78643K         1        0
         newblk     1      0K       0K  78643K         1        0
        VM swap     7     26K      26K  78643K         7        0
       UVM amap    68     11K      12K  78643K       839        0
       UVM aobj     2      2K       2K  78643K         2        0
        memdesc     1      4K       4K  78643K         1        0
    crypto data     1      1K       1K  78643K         1        0
            NDP     3      0K       0K  78643K         6        0
           temp    18   3005K    3069K  78643K      1667        0
         kqueue     3      4K       4K  78643K         3        0
      SYN cache     2     16K      16K  78643K         2        0
ddb> show all pools
Name      Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
arp         64        4    0        2     1     0     1     1     0     8    0
rtpcb       80       17    0       15     1     0     1     1     0     8    0
rtentry    112       34    0       12     1     0     1     1     0     8    0
unpcb      120       27    0       19     1     0     1     1     0     8    0
syncache   264        5    0        5     1     0     1     1     0     8    1
tcpcb      544        8    0        5     1     0     1     1     0     8    0
inpcb      280       27    0       21     1     0     1     1     0     8    0
nd6         48        3    0        3     1     0     1     1     0     8    1
art_heap8  4096       1    0        0     1     0     1     1     0     8    0
art_heap4  256      144    0        0     9     0     9     9     0     8    0
art_table   32      145    0        0     2     0     2     2     0     8    0
art_node    16       33    0        3     1     0     1     1     0     8    0
dirhash    1024      17    0        0     3     0     3     3     0     8    0
dino1pl    128     1414    0       20    45     0    45    45     0     8    0
ffsino     240     1414    0       20    83     0    83    83     0     8    1
nchpl      144     1639    0       38    60     0    60    60     0     8    0
uvmvnodes   72     1423    0        0    26     0    26    26     0     8    0
vnodes     208     1423    0        0    75     0    75    75     0     8    0
namei      1024    3833    0     3833     1     0     1     1     0     8    1
scxspl     192     4347    0     4347     1     0     1     1     0     8    1
plimitpl   152       14    0        8     1     0     1     1     0     8    0
sigapl     424      212    0      186     4     0     4     4     0     8    0
knotepl    112       39    0       30     1     0     1     1     0     8    0
kqueuepl   144        2    0        0     1     0     1     1     0     8    0
pipelkpl    16       67    0       61     1     0     1     1     0     8    0
pipepl     120      134    0      123     1     0     1     1     0     8    0
fdescpl    432      198    0      186     2     0     2     2     0     8    0
filepl     120      964    0      913     2     0     2     2     0     8    0
lockfpl    104        5    0        4     1     0     1     1     0     8    0
lockfspl    48        3    0        2     1     0     1     1     0     8    0
sessionpl  112       18    0        9     1     0     1     1     0     8    0
pgrppl      48       18    0        9     1     0     1     1     0     8    0
ucredpl     96       47    0       40     1     0     1     1     0     8    0
zombiepl   144      187    0      186     1     0     1     1     0     8    0
processpl  896      212    0      186     4     0     4     4     0     8    0
procpl     624      218    0      186     3     0     3     3     0     8    0
sockpl     400       71    0       55     2     0     2     2     0     8    0
mcl4k      4096      10    0       10     1     0     1     1     0     8    1
mcl2k      2048    5513    0     5481     8     3     5     8     0     8    0
mtagpl      80        2    0        2     1     1     0     1     0     8    0
mbufpl     256     9604    0     9525     9     2     7     7     0     8    0
bufpl      280     3648    0      161   250     0   250   250     0     8    0
anonpl      16    20139    0    18695    15     2    13    13     0   107    6
amapchunkpl 152     669    0      608     5     0     5     5     0   158    1
amappl16   192      126    0       99     2     0     2     2     0     8    0
amappl15   184        1    0        0     1     0     1     1     0     8    0
amappl14   176       10    0        8     2     1     1     1     0     8    0
amappl13   168       18    0       17     1     0     1     1     0     8    0
amappl12   160        6    0        3     1     0     1     1     0     8    0
amappl11   152       63    0       51     1     0     1     1     0     8    0
amappl10   144       12    0        8     1     0     1     1     0     8    0
amappl9    136      225    0      222     1     0     1     1     0     8    0
amappl8    128      234    0      228     1     0     1     1     0     8    0
amappl7    120      104    0       93     1     0     1     1     0     8    0
amappl6    112       19    0       17     1     0     1     1     0     8    0
amappl5    104      136    0      126     1     0     1     1     0     8    0
amappl4     96      446    0      419     1     0     1     1     0     8    0
amappl3     88      110    0      105     1     0     1     1     0     8    0
amappl2     80      802    0      749     3     0     3     3     0     8    1
amappl1     72    13569    0    13177    26     8    18    20     0     8    8
amappl      80      419    0      394     1     0     1     1     0    84    0
dma4096    4096       1    0        1     1     1     0     1     0     8    0
dma256     256        6    0        6     1     1     0     1     0     8    0
dma128     128      253    0      253     1     1     0     1     0     8    0
dma64       64        6    0        6     1     1     0     1     0     8    0
dma32       32        7    0        7     1     1     0     1     0     8    0
dma16       16       18    0       17     1     0     1     1     0     8    0
aobjpl      64        1    0        0     1     0     1     1     0     8    0
uaddrrnd    24      198    0      186     1     0     1     1     0     8    0
uaddrbest   32        2    0        0     1     0     1     1     0     8    0
uaddr       24      198    0      186     1     0     1     1     0     8    0
vmmpekpl   168     6040    0     6020     1     0     1     1     0     8    0
vmmpepl    168    28992    0    28149    85     8    77    77     0   357   39
vmsppl     272      197    0      186     1     0     1     1     0     8    0
pdppl      4096     402    0      372     5     0     5     5     0     8    0
pvpl        32   103198    0    99520   113     0   113   113     0   265   81
pmappl     200      197    0      186     1     0     1     1     0     8    0
extentpl    40       46    0       29     1     0     1     1     0     8    0
phpool     112      129    0        7     4     0     4     4     0     8    0
ddb> 

Crashes (400):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2020/02/22 22:11 openbsd d607b6a56e77 2c36e7a7 .config console log report syz ci-openbsd-main
2020/02/20 15:33 openbsd b5c62e15268c 81230308 .config console log report syz ci-openbsd-main
2020/02/18 17:41 openbsd 774cd68c72db 012fbc32 .config console log report syz ci-openbsd-main
2020/02/08 14:43 openbsd 3a92740d5dea 06150bf1 .config console log report syz ci-openbsd-main
2020/02/08 00:29 openbsd 5185a7002a54 06150bf1 .config console log report syz ci-openbsd-multicore
2020/02/07 10:52 openbsd b89bcff9d36f 06150bf1 .config console log report syz ci-openbsd-multicore
2020/02/06 07:58 openbsd 78e2db9e77d2 662cf49a .config console log report syz ci-openbsd-main
2020/02/05 06:06 openbsd 5d6a987f6b9d 93e5e335 .config console log report syz ci-openbsd-main
2020/02/02 05:44 openbsd 18b9798e50be 2274ad39 .config console log report syz ci-openbsd-multicore
2020/01/31 17:06 openbsd 28ad18c97173 5ed23f9a .config console log report syz ci-openbsd-main
2020/01/30 09:06 openbsd b0727cb75553 5ed23f9a .config console log report syz ci-openbsd-main
2020/01/26 19:42 openbsd f8b03e9cfe01 dd56146d .config console log report syz ci-openbsd-main
2020/01/24 05:52 openbsd 99ecd6d8896d 2e95ab33 .config console log report syz ci-openbsd-main
2020/01/21 06:51 openbsd 05b5bc826b13 8eda0b95 .config console log report syz ci-openbsd-main
2020/01/19 07:11 openbsd f7fbd2976761 bc8bc756 .config console log report syz ci-openbsd-main
2020/01/17 05:18 openbsd 70e790579e67 3de7aabb .config console log report syz ci-openbsd-multicore
2020/01/16 21:15 openbsd 70e790579e67 3de7aabb .config console log report syz ci-openbsd-main
2020/01/14 10:09 openbsd dd25ef17a06a 32881205 .config console log report syz ci-openbsd-main
2020/01/11 19:05 openbsd 5155a011a26d 4c04afaa .config console log report syz ci-openbsd-main
2020/01/11 08:33 openbsd a769387c40b6 4c04afaa .config console log report syz ci-openbsd-multicore
2020/01/11 00:20 openbsd 3946d21e5ea5 532ec44e .config console log report syz ci-openbsd-main
2020/01/10 18:46 openbsd 3946d21e5ea5 532ec44e .config console log report syz ci-openbsd-multicore
2020/01/04 19:44 openbsd 8761fbd57358 68256974 .config console log report syz ci-openbsd-multicore
2019/12/28 00:10 openbsd 32c195e0069f be5c2c81 .config console log report syz ci-openbsd-main
2019/12/27 05:56 openbsd fa51c99ab5f1 be5c2c81 .config console log report syz ci-openbsd-main
2019/12/26 15:52 openbsd 4b157101db52 be5c2c81 .config console log report syz ci-openbsd-main
2019/12/24 10:24 openbsd 18507c19f1d9 be5c2c81 .config console log report syz ci-openbsd-main
2019/12/24 06:32 openbsd 18507c19f1d9 be5c2c81 .config console log report syz ci-openbsd-main
2019/12/20 18:22 openbsd ec98652b2d58 34011c05 .config console log report syz ci-openbsd-multicore
2019/12/20 02:57 openbsd 811d28426ea5 e30cbdae .config console log report syz ci-openbsd-main
2019/12/19 20:28 openbsd aff390a7af92 36650b4b .config console log report syz ci-openbsd-multicore
2019/12/19 04:38 openbsd bcf611cde4c3 79b211f7 .config console log report syz ci-openbsd-main
2019/12/12 13:51 openbsd bf9d8b16cdf0 08003f64 .config console log report syz ci-openbsd-main
2019/12/12 10:52 openbsd 90d98d514722 d973f528 .config console log report syz ci-openbsd-main
2019/12/12 02:20 openbsd 90d98d514722 d973f528 .config console log report syz ci-openbsd-main
2019/12/08 16:56 openbsd d9337de30c60 1508f453 .config console log report syz ci-openbsd-main
2019/12/05 17:59 openbsd 734015428ae4 9fd5a512 .config console log report syz ci-openbsd-main
2019/12/01 22:29 openbsd e41f21f1a78d f879db37 .config console log report syz ci-openbsd-main
2019/11/30 13:46 openbsd f4ae6ec74ba8 3a75be00 .config console log report syz ci-openbsd-multicore
2019/11/29 19:07 openbsd f4ae6ec74ba8 4f7e1d0f .config console log report syz ci-openbsd-main
2019/11/15 07:53 openbsd 3d133dcfcb5d a24fe792 .config console log report syz ci-openbsd-multicore
2020/02/27 18:39 openbsd d223862ca31d 40bcfdd5 .config console log report ci-openbsd-main
2020/02/27 11:49 openbsd d223862ca31d 40bcfdd5 .config console log report ci-openbsd-main
2020/02/27 10:05 openbsd d223862ca31d 40bcfdd5 .config console log report ci-openbsd-main
2020/02/27 00:06 openbsd 7a60b4b8ea4c 251aabb7 .config console log report ci-openbsd-main
2020/02/26 21:25 openbsd 7a60b4b8ea4c 251aabb7 .config console log report ci-openbsd-main
2020/02/26 11:47 openbsd d7fbd970f876 4f588111 .config console log report ci-openbsd-main
2020/02/26 03:59 openbsd d7fbd970f876 4f588111 .config console log report ci-openbsd-main
2020/02/26 01:33 openbsd 96fd820db6d5 4c886d6a .config console log report ci-openbsd-main
2020/02/25 23:09 openbsd 96fd820db6d5 4c886d6a .config console log report ci-openbsd-multicore
2020/02/25 21:18 openbsd 96fd820db6d5 4c886d6a .config console log report ci-openbsd-main
2020/02/25 10:02 openbsd 4331a4ca76ac 59b57593 .config console log report ci-openbsd-main
2020/02/25 05:23 openbsd 4331a4ca76ac 59b57593 .config console log report ci-openbsd-multicore
2020/02/24 21:03 openbsd f6f21d91df96 1253d6f0 .config console log report ci-openbsd-multicore
2020/02/24 19:28 openbsd f6f21d91df96 1253d6f0 .config console log report ci-openbsd-multicore
2020/02/24 13:10 openbsd f6f21d91df96 1253d6f0 .config console log report ci-openbsd-main
2020/02/24 07:45 openbsd 5ac47ba7b82b d801cb02 .config console log report ci-openbsd-main
2020/02/24 07:31 openbsd 5ac47ba7b82b d801cb02 .config console log report ci-openbsd-multicore
2020/02/24 05:32 openbsd 5ac47ba7b82b d801cb02 .config console log report ci-openbsd-multicore
2020/02/23 17:50 openbsd 49c609622354 2c36e7a7 .config console log report ci-openbsd-multicore
2020/02/23 06:48 openbsd 6bdb2b35c680 2c36e7a7 .config console log report ci-openbsd-main
2020/02/23 04:57 openbsd 6bdb2b35c680 2c36e7a7 .config console log report ci-openbsd-main
2020/02/22 03:53 openbsd 591db234137a 2ffa6679 .config console log report ci-openbsd-multicore
2020/02/21 16:22 openbsd 591db234137a bd2a74a3 .config console log report ci-openbsd-main
2020/02/21 13:45 openbsd 28ac7daa3ea6 bd2a74a3 .config console log report ci-openbsd-main
2020/02/21 11:23 openbsd 28ac7daa3ea6 bd2a74a3 .config console log report ci-openbsd-multicore
2020/02/21 07:13 openbsd 28ac7daa3ea6 bd2a74a3 .config console log report ci-openbsd-main
2020/02/21 02:59 openbsd 28ac7daa3ea6 bd2a74a3 .config console log report ci-openbsd-main
2020/02/20 15:27 openbsd b5c62e15268c 81230308 .config console log report ci-openbsd-multicore
2020/02/20 06:48 openbsd d4c391f3b98c b690a6e3 .config console log report ci-openbsd-main
2020/02/20 04:35 openbsd d4c391f3b98c b690a6e3 .config console log report ci-openbsd-multicore
2020/02/20 02:59 openbsd d4c391f3b98c b690a6e3 .config console log report ci-openbsd-main
2020/02/20 01:35 openbsd d4c391f3b98c b690a6e3 .config console log report ci-openbsd-multicore
2020/02/19 08:30 openbsd 8b5538545d48 135c18aa .config console log report ci-openbsd-main
2020/02/19 07:12 openbsd 8b5538545d48 135c18aa .config console log report ci-openbsd-main
2020/02/19 05:46 openbsd 8b5538545d48 135c18aa .config console log report ci-openbsd-main
2020/02/18 20:28 openbsd 774cd68c72db 012fbc32 .config console log report ci-openbsd-multicore
2020/02/18 18:50 openbsd 774cd68c72db 012fbc32 .config console log report ci-openbsd-multicore
2020/02/18 15:00 openbsd 774cd68c72db 012fbc32 .config console log report ci-openbsd-main
2020/02/18 13:09 openbsd 774cd68c72db 012fbc32 .config console log report ci-openbsd-main
2020/02/18 12:02 openbsd 774cd68c72db 012fbc32 .config console log report ci-openbsd-multicore
2020/02/17 19:03 openbsd 8c4786361ce1 2b411596 .config console log report ci-openbsd-main
2020/02/17 12:29 openbsd 8c4786361ce1 2b411596 .config console log report ci-openbsd-multicore
2020/02/17 07:04 openbsd 6f957798a18d 1f448cd6 .config console log report ci-openbsd-multicore
2020/02/17 04:43 openbsd 6f957798a18d 1f448cd6 .config console log report ci-openbsd-main
2020/02/16 23:19 openbsd 6f957798a18d 1f448cd6 .config console log report ci-openbsd-main
2020/02/16 15:53 openbsd 421bfb1f03de cf914200 .config console log report ci-openbsd-multicore
2020/02/16 13:07 openbsd 421bfb1f03de cf914200 .config console log report ci-openbsd-multicore
2020/02/16 03:51 openbsd 8affcc51cc02 5d7b90f1 .config console log report ci-openbsd-multicore
2020/02/16 01:37 openbsd 8affcc51cc02 5d7b90f1 .config console log report ci-openbsd-main
2019/11/13 07:09 openbsd 16e245ae7f37 048f2d49 .config console log report ci-openbsd-multicore
* Struck through repros no longer work on HEAD.