From owner-freebsd-current@FreeBSD.ORG Mon Aug 29 06:12:47 2005 Return-Path: X-Original-To: freebsd-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 156D416A41F for ; Mon, 29 Aug 2005 06:12:47 +0000 (GMT) (envelope-from rowinggoon@hotmail.com) Received: from hotmail.com (bay101-f17.bay101.hotmail.com [64.4.56.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D961343D45 for ; Mon, 29 Aug 2005 06:12:46 +0000 (GMT) (envelope-from rowinggoon@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 28 Aug 2005 23:12:44 -0700 Message-ID: Received: from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP; Mon, 29 Aug 2005 06:12:44 GMT X-Originating-IP: [64.4.56.200] X-Originating-Email: [rowinggoon@hotmail.com] X-Sender: rowinggoon@hotmail.com From: "Hanns Hartman" To: freebsd-current@freebsd.org Date: Sun, 28 Aug 2005 23:12:44 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 29 Aug 2005 06:12:44.0660 (UTC) FILETIME=[ABA6CB40:01C5AC60] Subject: wpa_supplicant segfaults with ath 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: Mon, 29 Aug 2005 06:12:47 -0000 Hi, This is my first time posting to the list so if you need more information let me know. also since I have no internet on my freebsd box it is difficult to get all of the verbose output. so here goes. I am using freebsd6.0beta2 on an amd64. I am using the src tree from august 21. I am trying to associate with a 2wire gateway that was supplied by sbc for my dsl. I have set the gateway up with wpa-psk encription. I am able to connect perfectly fine to this gateway with my ibm t42 but when I try to associate with the gateway using wpa_supplicant I get a segmentation fault after the program reaches "wpa: sending eapol-key 4/4" specifially it faults right after displaying "wpa: rsc - hexdump(len=6): 00 00 00 00 00 00" while using option -d for output. when running the supplicant in gdb I get program received SIGSEGV, segmentation fault. 0x000000080082d4d0 in strlen () from /lib/libc.so.6 if there is anything else needed that might help to explain the problem let me know. I appoligize for not having more output to post at this time. thanks for the help Hanns