GDB 5.0 segmentation faults on a DEC Alpha DS-10 running Digital Unix 5.0.

I compiled gdb-5.0 with gcc 2.95.2 without errors.
Starting gdb on the following one line program and
running causes gdb to segmentation fault.

        Tom


test.c:
  main() {}

% gcc --version
2.95.2
% gcc -g -o test test.c
% ./test
% gdb ./test
GNU gdb 5.0
Copyright 2000 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 "alphaev6-dec-osf5.0"...
Setting up the environment for debugging gdb.
(gdb) r
Starting program: /usr/users/goddard/test
Segmentation fault
% 

Reply via email to