From owner-freebsd-hackers@FreeBSD.ORG Sat Apr 10 02:18:18 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999AE16A4CE for ; Sat, 10 Apr 2004 02:18:18 -0700 (PDT) Received: from Vitsch.net (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9960143D39 for ; Sat, 10 Apr 2004 02:18:17 -0700 (PDT) (envelope-from Danovitsch@Vitsch.net) Received: from 192.168.45.9 (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id i3A9HKt9032377; Sat, 10 Apr 2004 11:17:33 +0200 (CEST) (envelope-from Danovitsch@Vitsch.net) From: "Daan Vreeken [PA4DAN]" To: Brandon Erhart Date: Sat, 10 Apr 2004 11:17:18 +0200 User-Agent: KMail/1.5.2 References: <6.0.2.0.2.20040409230629.01cc1ec0@mx1.erhartgroup.com> <40778354.50407@netli.com> <6.0.2.0.2.20040409232219.01c8eec0@mx1.erhartgroup.com> In-Reply-To: <6.0.2.0.2.20040409232219.01c8eec0@mx1.erhartgroup.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404101117.18163.Danovitsch@Vitsch.net> cc: FreeBSD-hackers@FreeBSD.org Subject: Re: FreeBSD and Debugging? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 09:18:18 -0000 On Saturday 10 April 2004 07:23, Brandon Erhart wrote: > Thank you. You are my new god. I had checked out a version of valgrind for > BSD (one of the patches) and it failed to compile. > > Everything seems to be working, except I get this warning at the beginning > of the program: > > "Warning: ignoring --pointercheck=yes, because i386_set_ldt failed > (errno=45)" Sounds like you need "options USER_LDT" in you kernel. grtz, Daan