From owner-freebsd-current Thu Nov 18 9: 7:51 1999 Delivered-To: freebsd-current@freebsd.org Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (Postfix) with SMTP id 1C8731512A for ; Thu, 18 Nov 1999 09:07:41 -0800 (PST) (envelope-from wpaul@skynet.ctr.columbia.edu) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id MAA00637 for current@freebsd.org; Thu, 18 Nov 1999 12:11:52 -0500 From: Bill Paul Message-Id: <199911181711.MAA00637@skynet.ctr.columbia.edu> Subject: gdb slain in drive-by commit, film at 11 To: current@freebsd.org Date: Thu, 18 Nov 1999 12:11:50 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1321 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gdb has stopped working recently in -current. In a snapshot from October 24th, it's fine. In a snapshot from November 15th (before the great gcc switchover), it's hosed. I've been told it's hosed in today's -current as well. Here are the symptoms: tuba# uname -sr FreeBSD 4.0-19991115-CURRENT tuba# cat f.c #include main() { printf("hello world\n"); } tuba# cc -g f.c tuba# gdb -q a.out (gdb) run Starting program: /tmp/a.out warning: find_solib: Can't read pathname for load map: Bad address Segmentation fault (core dumped) tuba# A statically compiled executable works though: tuba# cc -static -g f.c tuba# gdb -q a.out (gdb) run Starting program: /tmp/a.out hello world Program exited with code 014. (gdb) Okay, 'fess up: who's the wise guy. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message