From owner-freebsd-net@FreeBSD.ORG Thu Mar 19 16:12:29 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D3701065773 for ; Thu, 19 Mar 2009 16:12:29 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 289118FC13 for ; Thu, 19 Mar 2009 16:12:26 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n2JGCOTq096887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Mar 2009 09:12:26 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49C26EE8.3040100@freebsd.org> Date: Thu, 19 Mar 2009 09:12:24 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Vany Serezhkin References: <49C2504F.2030003@serezhkin.com> In-Reply-To: <49C2504F.2030003@serezhkin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: freebsd-net@freebsd.org Subject: Re: 802.1x broken after SVN rev 189592 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2009 16:12:34 -0000 Vany Serezhkin wrote: > Hello. > > I do not really sure in this, but : > > after the current updated to > 20090309 Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD > IPv4 stack. > > I can't use any wpa_supplicant related networks. > > It faulted in any WPA authentications , that i tried. > Also it faulted when i try to login via 802.1x in my job network. > > All happens after i starts wpa_supplicant and looks like these: > > #11 0xc05cabec in panic (fmt=0xc08b16e9 "sbappendaddr_locked") at > /opt/src/sys/kern/kern_shutdown.c:559 > #12 0xc061fd40 in sbappendaddr_locked (sb=0xc66dd670, asa=0xc09021b4, > m0=0xce435b00, control=0x0) > at /opt/src/sys/kern/uipc_sockbuf.c:632 > #13 0xc0620418 in sbappendaddr (sb=0xc66dd670, asa=0xc09021b4, > m0=0xce435b00, control=0x0) > at /opt/src/sys/kern/uipc_sockbuf.c:679 > #14 0xc0671be4 in raw_input (m0=0xc64b0100, proto=0xe664ec60, > src=0xc09021b4) at /opt/src/sys/net/raw_usrreq.c:96 > #15 0xc06749e7 in rts_input (m=0xc64b0100) at > /opt/src/sys/net/rtsock.c:151 > #16 0xc066f752 in swi_net (dummy=0x0) at /opt/src/sys/net/netisr.c:145 > #17 0xc05aa148 in intr_event_execute_handlers (p=0xc61617ec, > ie=0xc61a2d00) at /opt/src/sys/kern/kern_intr.c:1134 > #18 0xc05ab4d4 in ithread_loop (arg=0xc60ec660) at > /opt/src/sys/kern/kern_intr.c:1147 > #19 0xc05a7ac9 in fork_exit (callout=0xc05ab469 , > arg=0xc60ec660, frame=0xe664ed38) > at /opt/src/sys/kern/kern_fork.c:821 > #20 0xc0833170 in fork_trampoline () at > /opt/src/sys/i386/i386/exception.s:270 > Are you certain it's that revision? Have you tried r189931 which worked around certain problems in the initial commit? Can you provide sufficient info to reproduce your problem? Filing a PR for reference is likely the best thing to do. Sam