From owner-freebsd-stable@FreeBSD.ORG Sat Jul 30 20:13:00 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EF871065674; Sat, 30 Jul 2011 20:13:00 +0000 (UTC) (envelope-from maestro82@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id E65448FC1E; Sat, 30 Jul 2011 20:12:59 +0000 (UTC) Received: by qyk38 with SMTP id 38so3203217qyk.13 for ; Sat, 30 Jul 2011 13:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Muust/gWEPXMsp9x4vwjyEcUq84N/O1q5S7Iaxi7GgA=; b=M9NrTThpWAnaZYDxP/ooZtfvHfGpCdVkk/8VvODbINeJb+WzhHeybJVCN2NGGbXv0T R6qx/5zUvr91swTnq8/0yG3dTWKbE/DQlYNjZOKubzCOUj+nlQofp6MpGqArhmMQQKiH RdtU7smqUHQs9ZTxsGN5yaglyLe5j+8pmnybc= MIME-Version: 1.0 Received: by 10.229.105.72 with SMTP id s8mr2054612qco.98.1312056779235; Sat, 30 Jul 2011 13:12:59 -0700 (PDT) Received: by 10.229.69.218 with HTTP; Sat, 30 Jul 2011 13:12:59 -0700 (PDT) In-Reply-To: <4E34653B.6050305@FreeBSD.org> References: <4E2E9F60.1060808@FreeBSD.org> <4E33B7CF.90200@FreeBSD.org> <4E344D15.1040508@FreeBSD.org> <4E3460F9.7090909@FreeBSD.org> <4E34653B.6050305@FreeBSD.org> Date: Sat, 30 Jul 2011 13:12:59 -0700 Message-ID: From: maestro something To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: dtrace ustack kernel panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2011 20:13:00 -0000 Hi, on 30/07/2011 23:03 maestro something said the following: > > (kgdb) list *dtrace_probe+0xfd6 > > No source file for address 0xc10fa6a6. > > Are the sources on the same machine? > This is probably the last idea from me. > Yes all is done on the same (virtual 32bit) machine. Sources are there too. If i do make installkernel KERNCONF=MYKERNEL the kernel should be installed right? (I assume so b/c /boot/kernel/kernel has the correct new timestamp) cheers -m