From owner-freebsd-current@FreeBSD.ORG Sat Jul 9 09:36:30 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DA716A41C for ; Sat, 9 Jul 2005 09:36:30 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D115143D53 for ; Sat, 9 Jul 2005 09:36:29 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 09 Jul 2005 09:36:28 -0000 Received: from h081217094163.dyn.cm.kabsi.at (EHLO localhost.localdomain) [81.217.94.163] by mail.gmx.net (mp017) with SMTP; 09 Jul 2005 11:36:28 +0200 X-Authenticated: #16703784 From: Stefan Ehmann To: current@freebsd.org Content-Type: text/plain Date: Sat, 09 Jul 2005 11:36:33 +0200 Message-Id: <1120901793.10284.14.camel@taxman.pepperland> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: Kernel panic with latest wpa_supplicant X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 09:36:30 -0000 usr.sbin/wpa/wpa_supplicant/driver_freebsd.c rev. 1.4 and 1.5 result in a kernel panic for me when calling wpa_supplicant. Reverting to 1.3 makes everything happy again. No detailed information here because I haven't been able to obtain crash dumps (neither on CURRENT nor 5.x) for quite a while (> 1 year iirc) and transcribing manually isn't much fun. Calling doadump manually does something but the kgdb backtrace doesn't look very usable. I'm using the if_iwi driver with WPA as described on http://damien.bergamini.free.fr/ipw/iwi-freebsd.html Last few lines of wpa_supplicant output: wpa_driver_bsd_set_key: alg=CCMP ... ioctl[SIOCS80211], op 19, len 60]: Device not configured WPA: Failed to set PTK to the driver. Fatal trap 12: page fault while in kernel mode ... current process = 21 (riq10: cbb0 iwi0+) Stopped at rijndaelEncrypt+0x299: movl 0x14(%eax),%eax db backtrace: rijndaelEncrypt() rijndael_encrypt() ccmp_init_blocks() ccmp_decap() ieee80211_crypt_decap() ieee80211_crypt_input() iwi_intr() ithread_loop() fork_exit() fork_trampoline() More information can be provided as needed.