From owner-freebsd-questions@FreeBSD.ORG Thu Nov 21 18:52:31 2013 Return-Path: Delivered-To: freebsd-questions@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 72B98C48; Thu, 21 Nov 2013 18:52:31 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E06A42CA8; Thu, 21 Nov 2013 18:52:30 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id q59so167726wes.27 for ; Thu, 21 Nov 2013 10:52:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MrAiRJ4KxRbLE9KDOnIZ2Or45/Q6fOZ1NGMub1yP72s=; b=opGhMhlZL5308QV861QiMz7dZVTzfenyfEFfhDZQfHIL27FSiw3Qu0qfs7dX9Ag5Y+ GL0nrYGylOlVYed/rx0VDTcG3LGXNKi71oYjL1j90GDvX9tLZJxmjFIJ8HhYKEKstrnp EBU+AbSRAV+ZkjnMvExlm1l02MqFczJMLell4ajZTBqLVdnu0UvYmmWhm9vkb4ldVsau ytJOelOCsTOBGyVoihXuo2h+xVwaIQIT3AEp+G3CnSnDqgWB6HFDAdC+uPqoz3ot8fjG GgV7F1hGGqAoWkROqlEEc4T9RXgMQbq/HorrmYC1+B/LGolxIlX1qF7Hkv3ka+qnEh63 5NZQ== MIME-Version: 1.0 X-Received: by 10.180.208.49 with SMTP id mb17mr31345052wic.64.1385059949452; Thu, 21 Nov 2013 10:52:29 -0800 (PST) Received: by 10.194.80.5 with HTTP; Thu, 21 Nov 2013 10:52:29 -0800 (PST) In-Reply-To: References: Date: Thu, 21 Nov 2013 20:52:29 +0200 Message-ID: Subject: Re: Restart of wireless service creates crash in system From: Juris Kaminskis To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 18:52:31 -0000 > > 2013/11/21 Adrian Chadd > >> Try kgdb /boot/kernel/kernel.symbols ? >> >> > I am not having this at all, so I can not run kernel.symbols > I will rebuild to FreeBSD 10.0. And with kernel option: makeoptions DEBUG=-g, as obviously I miss that in my custom kernel configuration. then try to recreate the problem with restarting network and if it still fails I try your debugging suggestion, Adrian