From owner-freebsd-current Mon Nov 10 22:05:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA29029 for current-outgoing; Mon, 10 Nov 1997 22:05:54 -0800 (PST) (envelope-from owner-freebsd-current) Received: from taliesin.cs.ucla.edu (Taliesin.CS.UCLA.EDU [131.179.96.166]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA29023 for ; Mon, 10 Nov 1997 22:05:52 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Received: (qmail 7668 invoked from network); 11 Nov 1997 06:05:43 -0000 Received: from mordred.cs.ucla.edu (131.179.48.34) by taliesin.cs.ucla.edu with SMTP; 11 Nov 1997 06:05:43 -0000 Received: from mordred (localhost [127.0.0.1]) by mordred.cs.ucla.edu (8.8.7/8.8.7) with ESMTP id WAA03902 for ; Mon, 10 Nov 1997 22:05:44 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Message-Id: <199711110605.WAA03902@mordred.cs.ucla.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-current@freebsd.org Subject: GDB woes? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Nov 1997 22:05:43 -0800 From: Scott Michel Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is one I'm trying to track down on current: a) Compile up a small program (like xv-3.10a) b) Invoke gdb on it: mordred:/usr/tmp/xv-3.10a> gdb xv GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... (gdb) br main Breakpoint 1 at 0x19bc: file xv.c, line 156. (gdb) r Starting program: /usr/tmp/xv-3.10a/xv Error accessing memory address 0x4: Bad address. Any ideas? -scooter