From owner-freebsd-questions Fri Dec 19 11:04:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA08736 for questions-outgoing; Fri, 19 Dec 1997 11:04:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ix.netcom.com (sil-wa2-11.ix.netcom.com [206.214.137.43]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA08716 for ; Fri, 19 Dec 1997 11:04:28 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id LAA12213; Fri, 19 Dec 1997 11:02:49 -0800 (PST) (envelope-from tomdean) Date: Fri, 19 Dec 1997 11:02:49 -0800 (PST) Message-Id: <199712191902.LAA12213@ix.netcom.com> From: Thomas Dean To: freebsd-questions@freebsd.org Subject: gdb problems Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am running -current, with an SMP kernel. I did a cvsup last night and a make world that seemed to work OK. Is there a problem with gdb on SMP? I see: ========================================================= #gdb hello 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) l 1 #include 2 main() 3 { 4 printf("Hello, world\n"); 5 } (gdb) b 4 Breakpoint 1 at 0x1608: file hello.c, line 4. (gdb) r Starting program: /usr/home/tomdean/gps/waypoints/hello Error accessing memory address 0x4: Bad address. ========================================================= This problem was reported by Raoul Golan on Wed, 4 Oct 1995. I do not see an answer/resolution in the archives. garyj@rks32.pcs.dec.com saw the same problem. Is there a resolution? thanks, tomdean