From owner-freebsd-questions Wed Oct 4 10:32:31 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA26259 for questions-outgoing; Wed, 4 Oct 1995 10:32:31 -0700 Received: from mail1.digital.com (mail1.digital.com [204.123.2.50]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id KAA26241 ; Wed, 4 Oct 1995 10:32:26 -0700 Received: from sri.MT.net by mail1.digital.com; (5.65 EXP 4/12/95 for V3.2/1.0/WV) id AA16296; Wed, 4 Oct 1995 10:16:51 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id LAA04152; Wed, 4 Oct 1995 11:19:03 -0600 Date: Wed, 4 Oct 1995 11:19:03 -0600 From: Nate Williams Message-Id: <199510041719.LAA04152@rocky.sri.MT.net> To: gj@freebsd.org Cc: questions%freebsd.org@inet-gw-1.pa.dec.com, current%freebsd.org@inet-gw-1.pa.dec.com Subject: Re: gdb problem? libraries, perhaps? In-Reply-To: References: Sender: owner-questions@freebsd.org Precedence: bulk > GDB 4.13 (i386-unknown-freebsd), > Copyright 1994 Free Software Foundation, Inc... > (gdb) b main > Breakpoint 1 at 0x16cb: file t.c, line 4. > (gdb) r > Starting program: /tmp/a.out > reading register eip (#8): Bad address. > (gdb) > > Huh ?!? What's this sh*t ? When did this start to happen ? Who changed what > where ? Mommy ! > > I'll try to look into it. Hmm, this maybe due to the changes to crt0.c I committed to the tree which got brought into 2.1. I didn't even try out gdb on any programs, so it's possible that the changes affected gdb. Nate