From owner-freebsd-current@FreeBSD.ORG Wed Sep 21 16:06:08 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 7B1AF16A420 for ; Wed, 21 Sep 2005 16:06:08 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B8243D48 for ; Wed, 21 Sep 2005 16:06:05 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: by rproxy.gmail.com with SMTP id c51so295119rne for ; Wed, 21 Sep 2005 09:06:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AVlllgxXsAIIQH32m2jOXxA2+czujUNVdNF/YrnHJ3fOAFLM/E2YfNlrnviBlieYi5ra/NQ/mb7pQ1MYcFy8CUrxwP85R8Nckqj6nh+QDWK49+4wsTz4mG7lT+01987tMgUim6Kg3HJQdHWKrg59epiK7cwnhotGsZBt+hnHLIc= Received: by 10.11.99.53 with SMTP id w53mr22975cwb; Wed, 21 Sep 2005 09:06:04 -0700 (PDT) Received: by 10.11.118.26 with HTTP; Wed, 21 Sep 2005 09:06:04 -0700 (PDT) Message-ID: <4cbd01f40509210906837eb9a@mail.gmail.com> Date: Thu, 22 Sep 2005 01:06:04 +0900 From: Sangwoo Shim To: freebsd-current@freebsd.org, damien@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: ural(4) panic if debug.mpsafenet is set to 1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sangwoo Shim List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 16:06:08 -0000 Hello. I'm using ural(4) with wpa_supplicant. But on some modest-high traffic, it panics like this: ieee80211_free_node(...) ural_txeof(...) usb_transfer_complete(...) ehci_softintr(...) ehci_intr1(...) ithread_loop(...) fork_exit(...) fork_trampoliine(...) I was unable to dump core. (Don't know why. It just blocks after I type 'call doadump') And I could not reproduce this with debug.mpsafenet=3D0. My machine is SMP with 2 cpus. (P3-650MHz) Thanks. Sangwoo Shim