Date: Wed, 4 Oct 1995 10:56:07 +1000 (EST) From: raoul@cssc-syd.tansu.com.au (Raoul Golan) To: freebsd-questions@freebsd.org Subject: gdb problem? libraries, perhaps? Message-ID: <199510040056.KAA19606@kiwi.cssc-syd.tansu.com.au>
next in thread | raw e-mail | index | archive | help
>
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510040056.KAA19606>
