I’m having a similar issue, but with the octeon build (on an Edgerouter Lite) 
and smtpd

See ddb output below: 

ddb> dmesg
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California.  All rights reserved.
Copyright (c) 1995-2017 OpenBSD. All rights reserved.  https://www.OpenBSD.org

OpenBSD 6.1-current (GENERIC) #0: Mon Jul  3 19:57:33 UTC 2017
    visa@octeon:/usr/src/sys/arch/octeon/compile/GENERIC
real mem = 536870912 (512MB)
avail mem = 524107776 (499MB)
mainbus0 at root
cpu0 at mainbus0: CN50xx CPU rev 0.1 500 MHz, Software FP emulation
cpu0: cache L1-I 32KB 4 way D 8KB 64 way, L2 128KB 8 way
clock0 at mainbus0: int 5
iobus0 at mainbus0
simplebus0 at iobus0: "soc"
octciu0 at simplebus0
cn30xxsmi0 at simplebus0
com0 at simplebus0: ns16550a, 64 byte fifo
com0: console
dwctwo0 at iobus0 base 0x1180068000000 irq 56
usb0 at dwctwo0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Octeon DWC2 root hub" rev 2.00/1.00 a
ddr 1
octrng0 at iobus0 base 0x1400000000000 irq 0
cn30xxgmx0 at iobus0 base 0x1180008000000
cnmac0 at cn30xxgmx0: RGMII, address 44:d9:e7:9f:9d:e3
atphy0 at cnmac0 phy 7: AR8035 10/100/1000 PHY, rev. 2
cnmac1 at cn30xxgmx0: RGMII, address 44:d9:e7:9f:9d:e4
atphy1 at cnmac1 phy 6: AR8035 10/100/1000 PHY, rev. 2
cnmac2 at cn30xxgmx0: RGMII, address 44:d9:e7:9f:9d:e5
atphy2 at cnmac2 phy 5: AR8035 10/100/1000 PHY, rev. 2
/dev/ksyms: Symbol table not valid.
umass0 at uhub0 port 1 configuration 1 interface 0 "SanDisk Cruzer Fit" rev 2.1
0/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus0 at umass0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <SanDisk, Cruzer Fit, 1.00> SCSI4 0/direct remova
ble serial.07815571310827117253
sd0: 60576MB, 512 bytes/sector, 124059648 sectors
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
boot device: sd0
root on sd0a (dfe4803dad5c2926.a) swap on sd0b dump on sd0b
WARNING: No TOD clock, believing file system.
WARNING: CHECK AND RESET THE DATE!
<3>carp: carp0 demoted group carp by 1 to 129 (carpdev)
<3>carp: carp200 demoted group carp by 1 to 130 (carpdev)
<3>carp: pfsync0 demoted group carp by 32 to 162 (pfsync init)
<3>carp: pfsync0 demoted group pfsync by 32 to 32 (pfsync init)
<3>carp: pfsync0 demoted group carp by 1 to 163 (pfsync bulk start)
<3>carp: pfsync0 demoted group pfsync by 1 to 33 (pfsync bulk start)
<3>carp: carp0 demoted group carp by -1 to 162 (carpdev)
<3>carp: carp200 demoted group carp by -1 to 161 (carpdev)
<2>carp0: state transition: BACKUP -> MASTER
<2>carp200: state transition: BACKUP -> MASTER
<2>carp0: state transition: MASTER -> BACKUP
<2>carp200: state transition: MASTER -> BACKUP
<3>carp: pfsync0 demoted group carp by -1 to 160 (pfsync bulk done)
<3>carp: pfsync0 demoted group pfsync by -1 to 32 (pfsync bulk done)
<3>carp: pfsync0 demoted group carp by -32 to 128 (pfsync init)
<3>carp: pfsync0 demoted group pfsync by -32 to 0 (pfsync init)
<2>carp0: state transition: BACKUP -> MASTER
<2>carp200: state transition: BACKUP -> MASTER
panic: rw_enter: netlock locking against myself
Stopped at      0xffffffff811695d4:     jr      ra
0xffffffff811695d8:      nop
    TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
* 92620  37730     95    0x100012          0    0  smtpd
0xffffffff811695d0 (49911817bfb27b93,9001070000000208,208,0)  ra 0xffffffff810a
7e68 sp 0x9800000006e7fcd0, sz 0
0xffffffff810a7d10 (49911817bfb27b93,9001070000000208,208,0)  ra 0x0 sp 0x98000
00006e7fcd0, sz 0
User-level: pid 37730
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> 0xffffffff811695d0 (49911817bfb27b93,9001070000000208,208,0)  ra 0xfffffff
f810a7e68 sp 0x9800000006e7fcd0, sz 0
0xffffffff810a7d10 (49911817bfb27b93,9001070000000208,208,0)  ra 0x0 sp 0x98000
00006e7fcd0, sz 0
User-level: pid 37730
ddb>


> On Jul 4, 2017, at 7:58 PM, Rodrigo Mosconi <open...@mosconi.mat.br> wrote:
> 
> Hi,
> 
> I updated my notebook today to July 3 snapshot.  And when the unbound
> starts, the notebook has a kernel panic (hand copied):
> 
> panic: rw_enter: netlock locking agains myself.
> 
> I will upload the photos later and pass the links
> 
> Follow dmesg:
> OpenBSD 6.1-current (GENERIC) #75: Mon Jul  3 14:19:41 MDT 2017
>    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
> real mem = 8227655680 (7846MB)
> avail mem = 7972507648 (7603MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe9b50 (51 entries)
> bios0: vendor INSYDE version "V1.16" date 05/27/2011
> bios0: Acer Aspire 4738
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP ASF! HPET APIC MCFG SLIC BOOT ASPT WDAT SSDT
> acpi0: wakeup devices EHC1(S3) EHC2(S3) PXSX(S4) GLAN(S5) PXSX(S4) PXSX(S4)
> PXSX(S4) PXSX(S4) PXSX(S4) PXSX(S4)
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpihpet0 at acpi0: 14318179 Hz
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz, 2660.47 MHz
> cpu0:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,SENSOR,ARAT
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: TSC frequency 2660467900 Hz
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 132MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> acpimcfg0 at acpi0 addr 0xf0000000, bus 0-127
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (P0P2)
> acpiprt2 at acpi0: bus 3 (P0P1)
> acpiprt3 at acpi0: bus 1 (RP01)
> acpiprt4 at acpi0: bus -1 (RP02)
> acpiprt5 at acpi0: bus -1 (RP03)
> acpiprt6 at acpi0: bus -1 (RP04)
> acpiprt7 at acpi0: bus -1 (RP05)
> acpiprt8 at acpi0: bus -1 (RP07)
> acpiprt9 at acpi0: bus -1 (RP08)
> acpiprt10 at acpi0: bus -1 (PEG3)
> acpiprt11 at acpi0: bus -1 (PEG5)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C1(1000@3 mwait.1), PSS
> acpitz0 at acpi0: critical temperature is 105 degC
> "PNP0303" at acpi0 not configured
> "SYN1B20" at acpi0 not configured
> "PNP0C14" at acpi0 not configured
> acpibat0 at acpi0: BAT1 model "AS10D51" serial 0A79 type LION oem
> "PANASONIC"
> acpiac0 at acpi0: AC unit online
> acpibtn0 at acpi0: PWRB
> acpibtn1 at acpi0: LID0
> acpibtn2 at acpi0: SLPB
> acpivideo0 at acpi0: GFX0
> acpivout0 at acpivideo0: DD02
> acpivideo1 at acpi0: VGA_
> cpu0: Enhanced SpeedStep 2660 MHz: speeds: 2667, 2666, 2533, 2399, 2266,
> 2133, 1999, 1866, 1733, 1599, 1466, 1333, 1199 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core Host" rev 0x18
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics" rev 0x18
> drm0 at inteldrm0
> intagp0 at inteldrm0
> agp0 at intagp0: aperture at 0xc0000000, size 0x10000000
> inteldrm0: msi
> inteldrm0: 1366x768, 32bpp
> wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> "Intel 3400 MEI" rev 0x06 at pci0 dev 22 function 0 not configured
> ehci0 at pci0 dev 26 function 0 "Intel 3400 USB" rev 0x05: apic 2 int 16
> usb0 at ehci0: USB revision 2.0
> uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev
> 2.00/1.00 addr 1
> azalia0 at pci0 dev 27 function 0 "Intel 3400 HD Audio" rev 0x05: msi
> azalia0: codecs: Realtek ALC272, Intel/0x2804, using Realtek ALC272
> audio0 at azalia0
> ppb0 at pci0 dev 28 function 0 "Intel 3400 PCIE" rev 0x05: msi
> pci1 at ppb0 bus 1
> bge0 at pci1 dev 0 function 0 "Broadcom BCM57780" rev 0x01, BCM57780 A1
> (0x57780001): msi, address 60:eb:69:97:be:94
> brgphy0 at bge0 phy 1: BCM57780 10/100/1000baseT PHY, rev. 1
> ppb1 at pci0 dev 28 function 5 "Intel 3400 PCIE" rev 0x05: msi
> pci2 at ppb1 bus 2
> athn0 at pci2 dev 0 function 0 "Atheros AR9287" rev 0x01: apic 2 int 17
> athn0: AR9287 rev 2 (2T2R), ROM rev 4, address 1c:65:9d:c2:b3:6b
> ehci1 at pci0 dev 29 function 0 "Intel 3400 USB" rev 0x05: apic 2 int 23
> usb1 at ehci1: USB revision 2.0
> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev
> 2.00/1.00 addr 1
> ppb2 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa5
> pci3 at ppb2 bus 3
> pcib0 at pci0 dev 31 function 0 "Intel HM55 LPC" rev 0x05
> ahci0 at pci0 dev 31 function 2 "Intel 3400 AHCI" rev 0x05: msi, AHCI 1.3
> ahci0: port 0: 3.0Gb/s
> ahci0: port 1: 3.0Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 0 lun 0: <ATA, WDC WDS120G1G0A-, Z331> SCSI3 0/direct
> fixed naa.5001b444a665a76a
> sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
> sd1 at scsibus1 targ 1 lun 0: <ATA, SanDisk SDSSDH12, 362A> SCSI3 0/direct
> fixed naa.5000000647300648
> sd1: 114473MB, 512 bytes/sector, 234441648 sectors, thin
> ichiic0 at pci0 dev 31 function 3 "Intel 3400 SMBus" rev 0x05: apic 2 int 19
> iic0 at ichiic0
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
> spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
> itherm0 at pci0 dev 31 function 6 "Intel 3400 Thermal" rev 0x05
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> pms0 at pckbc0 (aux slot)
> wsmouse0 at pms0 mux 0
> pms0: Synaptics touchpad, firmware 7.2
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> pci4 at mainbus0 bus 127
> pchb1 at pci4 dev 0 function 0 "Intel QuickPath" rev 0x05
> pchb2 at pci4 dev 0 function 1 "Intel QuickPath" rev 0x05
> pchb3 at pci4 dev 2 function 0 "Intel QPI Link" rev 0x05
> pchb4 at pci4 dev 2 function 1 "Intel QPI Physical" rev 0x05
> pchb5 at pci4 dev 2 function 2 "Intel Reserved" rev 0x05
> pchb6 at pci4 dev 2 function 3 "Intel Reserved" rev 0x05
> vmm0 at mainbus0: VMX/EPT
> uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub"
> rev 2.00/0.00 addr 2
> uvideo0 at uhub2 port 1 configuration 1 interface 0 "A5ABR0S28 1.3M HD
> WebCam" rev 2.00/0.11 addr 3
> video0 at uvideo0
> uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub"
> rev 2.00/0.00 addr 2
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> softraid0: sd2 was not shutdown properly
> sd2 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> SCSI2 0/direct fixed
> sd2: 114470MB, 512 bytes/sector, 234435953 sectors
> root on sd2a (56e675278c069a9d.a) swap on sd2b dump on sd2b
> WARNING: / was not properly unmounted

Reply via email to