From owner-freebsd-wireless@FreeBSD.ORG Sun Aug 3 10:06:06 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87F9D653; Sun, 3 Aug 2014 10:06:06 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB24B276A; Sun, 3 Aug 2014 10:06:05 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id 10so4498144lbg.12 for ; Sun, 03 Aug 2014 03:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MKBHKxtPj+RgoJPEbBUmveAbpExCSrMgJvC9Y73gyQM=; b=oTpmShT8hFBCFEWjKGgAsMgoI5QsXss7x2Pt7KCpNxi3G6v1RAAovo7BLVSollwNfX HFZg2zNIyoDnQTgpgsCjyXkmDdssrozWJR8py8WRctdrMbw/NQuR+ynV6dbMwq0J0zSM /4oajEFUD641okci9WWVYw5JkUJtHelWNc1dvramVQvYH/A89YY1Awmlv2ytuDxYH353 Mpy+a0IOHX3LFFiJL7qdGnKgo+z4C4l8u1UQlBvJm9ZN0p4gY/0YyGUDLhQ0X4EpQas8 jmtpsF4721ZB5AHyoNeYxmjWWPU4cJAjDLzYVLD/KKa2OVV5sRoSZlruhcna9wIc4CMi DvXw== MIME-Version: 1.0 X-Received: by 10.152.23.197 with SMTP id o5mr1685269laf.60.1407060363809; Sun, 03 Aug 2014 03:06:03 -0700 (PDT) Received: by 10.112.182.38 with HTTP; Sun, 3 Aug 2014 03:06:03 -0700 (PDT) Date: Sun, 3 Aug 2014 12:06:03 +0200 Message-ID: Subject: System crashing after destroying a run iface after coming back from suspend From: Daniel Peyrolon To: adrian@freebsd.org, freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 10:06:06 -0000 Hello everyone, I'm running a relatively CURRENT build on my laptop (Lenovo Thinkpad E530). The problem is adequately described on the subject, except for the fact, that I plugged in the USB WiFi iface *after* coming back from suspension mode (S3). You can see the dmesg and the kernel backtrace at the URLs. Obviously, if there's any information missing, just ask for it. [1]: http://dpaste.com/1RV838H (dmesg) [2]: http://dpaste.com/1T3ASFP (bt) PS: There's a typo at the bt (line 64), since I wrongly entered 'list 0x.*' (I forgot the * before the address, i tried to delete it, but somehow failed to do it properly). -- Daniel