This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

seg. faults



I've been using glibc-2.1.1, egcs-1.1.2 and binutils-2.9.1.0.25 and
binutils-2.9.4.0.7 on a 2.2.8d LinuxPPC APUS system.  This is what
happens when I compile ddd.  I've got seg. faults in the same place
with other programs.  Could this be the strip bug I've been hearing
about?

Fred


amiga1:/drives/work2/src/ddd-3.1.3/ddd# gdb ddd core
GNU gdb 4.17.0.11 with Linux support
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 "powerpc-unknown-linux-gnu"...
Core was generated by `./ddd cxxtest'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/X11R6/lib/libXm.so.2...done.
Reading symbols from /usr/X11R6/lib/libXp.so.6...done.
Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.
Reading symbols from /usr/X11R6/lib/libXaw.so.6...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Reading symbols from /usr/X11R6/lib/libXt.so.6...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Reading symbols from /usr/local/lib/libstdc++.so.2.9...done.
Reading symbols from /usr/lib/libm.so.6...done.
Reading symbols from /usr/lib/libc.so.6...done.
Reading symbols from /usr/X11R6/lib/libXmu.so.6...done.
Reading symbols from /lib/ld.so.1...done.
Reading symbols from /usr/lib/libnss_files.so.2...done.
#0  0xf4f204 in strcmp () at soinit.c:59
59      }
Current language:  auto; currently c
(gdb) list
54        }
55      # else
56        __register_frame (__EH_FRAME_BEGIN__);
57      # endif
58      #endif
59      }
60
61
62      /* This function becomes the DT_FINI termination function
63         for the C library.  */
(gdb)   

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]