From owner-freebsd-questions Tue Oct 3 19:48:28 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA14507 for questions-outgoing; Tue, 3 Oct 1995 19:48:28 -0700 Received: from mail.telstra.com.au (mail.telstra.com.au [192.148.160.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA14498 for ; Tue, 3 Oct 1995 19:48:15 -0700 Received: from mail_gw.fwall.telecom.com.au(192.148.147.10) by mail via smap (V1.3) id sma029952; Wed Oct 4 12:26:51 1995 Received: from cdn_mail.dn.itg.telecom.com.au(144.135.109.134) by mail_gw.telecom.com.au via smap (V1.3) id sma029339; Wed Oct 4 12:25:59 1995 Received: from rodin.cssc-syd.tansu.com.au (rodin.cssc-syd.tansu.com.au [149.135.252.15]) by cdn_mail.dn.itg.telecom.com.au (8.6.11/8.6.9) with ESMTP id MAA04694 for ; Wed, 4 Oct 1995 12:25:58 +1000 Received: from crab.cssc-syd.tansu.com.au (crab.ind.tansu.com.au [149.135.100.23]) by rodin.cssc-syd.tansu.com.au (8.6.11/8.6.9) with ESMTP id KAA15859 for ; Wed, 4 Oct 1995 10:56:10 +1000 Received: from kiwi.cssc-syd.tansu.com.au (raoul@kiwi.cssc-syd.tansu.com.au [149.135.104.48]) by crab.cssc-syd.tansu.com.au (8.6.9/8.6.9) with ESMTP id KAA09160 for ; Wed, 4 Oct 1995 10:56:08 +1000 Received: (raoul@localhost) by kiwi.cssc-syd.tansu.com.au (8.6.9/8.6.9) id KAA19606 for freebsd-questions@freebsd.org; Wed, 4 Oct 1995 10:56:07 +1000 Message-Id: <199510040056.KAA19606@kiwi.cssc-syd.tansu.com.au> Subject: gdb problem? libraries, perhaps? To: freebsd-questions@freebsd.org Date: Wed, 4 Oct 1995 10:56:07 +1000 (EST) From: raoul@cssc-syd.tansu.com.au (Raoul Golan) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 642 Sender: owner-questions@freebsd.org Precedence: bulk > > G'day people, > > I have a strange problem with my 2.0.5 CD. > > I have the following simple program (mytest.c): > > main() > { > int a; > a = a * 2; > } Ooops. Never mind what this program does. The fact that "a" is uninitialised is irrelevant - gdb bombs regardless every time, as per my previous post. I just wanted something simple, and ended up writing a program using an unitialised variable - just my luck :( However, if any of you has a solution to gdb bombing out on me, please let me know. As much as I like FreeBSD, I can't really devote my machine to it if I can't get gdb working. Thanks, Raoul