Hello, I have a program that gdb for the PowerPC can not load without causing a segmentation fault. It is gdb version 4.18, configured with "ppc-unknown-linux-gnu" and compiled with gcc-2.95.2. Version 4.17.0.11 also had this bug. The program that causes this problem and its source code can be obtained at: "ftp://Ricketts-147.caltech.edu/pub/lab7.tar.gz". The program is called "lab7", because it is a school assignment. The following is the exact output from gdb: [root@Ricketts-147 lab7]# gdb lab7 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 "ppc-unknown-linux-gnu"...Segmentation fault The same code, compiled for intel and run with gdb 4.17 configured for "i686-pc-linux-gnu" does not cause any problem. Thanks, Ian Farmer [EMAIL PROTECTED]