Bug 182665

Summary: [ath] Kernel panic when creating second wlandev
Product: Base System Reporter: peter
Component: kernAssignee: freebsd-wireless (Nobody) <wireless>
Status: Open ---    
Severity: Affects Only Me CC: avos
Priority: Normal Keywords: crash
Version: 10.0-CURRENT   
Hardware: Any   
OS: Any   

Description peter 2013-10-05 09:40:00 UTC
Kernel crashed when I try to create a second wlan device. It happens both when I use a wlandev that is already assigned to another wlanX and when i use another wlandev.

Oct  5 10:23:29 gw kernel: Fatal trap 12: page fault while in kernel mode
Oct  5 10:23:29 gw snmpd[2966]: unknown regdomain (0x809c) 
Oct  5 10:23:29 gw kernel: Oct  5 10:23:29 gw snmpd[2966]: unknown regdomain (0x809c) 
Oct  5 10:23:29 gw snmpd[2966]: unknown regdomain (0x809c) 
Oct  5 10:23:30 gw kernel: wlan1: Ethernet address: b0:48:7a:d5:fe:a2
Oct  5 10:23:30 gw kernel: cpuid = 0; apic id = 00
Oct  5 10:23:30 gw kernel: fault virtual address        = 0x0
Oct  5 10:23:30 gw kernel: fault code           = supervisor read, page not present
Oct  5 10:23:30 gw kernel: instruction pointer  = 0x20:0xc0800110
Oct  5 10:23:30 gw kernel: stack pointer                = 0x28:0xe8d799e0
Oct  5 10:23:30 gw kernel: frame pointer                = 0x28:0xe8d799e8
Oct  5 10:23:30 gw kernel: code segment         = base rx0, l

How-To-Repeat: # ifconfig wlan0 create wlandev ath0
# ifconfig wlan1 create wlandev ath0

OR

# ifconfig wlan0 create wlandev ath0
# ifconfig wlan1 create wlandev ath1
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-10-05 14:58:53 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-net

Over to maintainer(s).
Comment 2 peter 2013-10-09 19:08:09 UTC
pciconf -lv

ath0@pci0:7:0:0:	class=3D0x028000 card=3D0x3114168c =
chip=3D0x0030168c rev=3D0x01 hdr=3D0x00
    vendor     =3D 'Atheros Communications Inc.'
    device     =3D 'AR9300 Wireless LAN adaptor'
    class      =3D network

ath1@pci0:13:0:0:	class=3D0x028000 card=3D0x30a1168c =
chip=3D0x002b168c rev=3D0x01 hdr=3D0x00
    vendor     =3D 'Atheros Communications Inc.'
    device     =3D 'AR9285 Wireless Network Adapter (PCI-Express)'
    class      =3D network=
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:31 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 4 Andriy Voskoboinyk freebsd_committer freebsd_triage 2019-01-26 14:03:10 UTC
Is it still reproducible in 12.0-RELEASE / CURRENT ?