From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 13:19:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36992106564A for ; Wed, 16 Mar 2011 13:19:57 +0000 (UTC) (envelope-from Mayank.Agarwal@netapp.com) Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by mx1.freebsd.org (Postfix) with ESMTP id 128248FC08 for ; Wed, 16 Mar 2011 13:19:56 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.63,194,1299484800"; d="scan'208,217";a="530889332" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx2-out.netapp.com with ESMTP; 16 Mar 2011 05:51:34 -0700 Received: from sacrsexc2-prd.hq.netapp.com (sacrsexc2-prd.hq.netapp.com [10.99.115.28]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id p2GCpYPV014143 for ; Wed, 16 Mar 2011 05:51:34 -0700 (PDT) Received: from btcrsexc1-prd.hq.netapp.com ([10.73.251.109]) by sacrsexc2-prd.hq.netapp.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Mar 2011 05:51:34 -0700 Received: from BTCMVEXC1-PRD.hq.netapp.com ([10.73.251.107]) by btcrsexc1-prd.hq.netapp.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Mar 2011 18:21:32 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 16 Mar 2011 18:21:50 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: panic while using gdb amd64 freebsd7.2 Thread-Index: Acvj2OrqMWrwy1ccStKLMbUHMdCH1w== From: "Agarwal, Mayank" To: X-OriginalArrivalTime: 16 Mar 2011 12:51:32.0170 (UTC) FILETIME=[E00ED2A0:01CBE3D8] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: panic while using gdb amd64 freebsd7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 13:19:57 -0000 Hi, =20 I have looked at archives but with no output. =20 I am running freebsd7.2 amd64 as a virtual machine(VM) in vmware ESX server. I have configured remote gdb to debug the kernel modules. My problem is that whenever the breakpoint is hit and the I issue next or step kernel panics with "double fault" error. This configuration was working for 32-bit machine very well. I am trying to debug the tmpfs module. =20 Panic message on console is: =20 Fatal double fault rip =3D 0xffffffff80552be1 rsp =3D 0xffffffff006f5000 rbp =3D 0xffffffff006f5000 cpuid =3D 0; apic id =3D 00 panic: double fault cpuid =3D 0 Uptime: 1h16m8s Physical memory: 4555 MB Dumping 207 MB: 192 176 160 144 128 112 96 80 64 48 32 16 Dump complete =20 =20 I tried searching this problem on google also but with no help. =20 Any help will be appreciated. =20 Thanks, Mayank =20 =20 =20 =20