From owner-freebsd-bugs Tue Jun 22 15: 5:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (Postfix) with ESMTP id A6B181517E for ; Tue, 22 Jun 1999 15:05:11 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.9.2/8.9.2) id RAA14572 for bugs@freebsd.org; Tue, 22 Jun 1999 17:05:08 -0500 (CDT) From: Kevin Day Message-Id: <199906222205.RAA14572@home.dragondata.com> Subject: GDB in 3.2 slightly broken? To: bugs@freebsd.org Date: Tue, 22 Jun 1999 17:05:07 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone have any idea why this happens to me: su-2.02# gdb GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i386-unknown-freebsd". (gdb) attach 44267 Attaching to process 44267 Segmentation fault (core dumped) su-2.02# To make things worse, when trying to debug this: su-2.02# gdb GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i386-unknown-freebsd". (gdb) core-file gdb.core Core was generated by =07db'. Program terminated with signal 11, Segmentation fault. Segmentation fault (core dumped) su-2.02# This didn't happen to me in 3.1, just started with 3.2 - did i miss an errata? Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message