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 in soinit.c:59



I've been trying to compile emacs-20.4 on a powerpc "APUS" system
using binutils-2.9.4.0.8, egcs-1.1.2, and glibc-2.1.1.  

What follows is from a typical core dump.  Does anyone have an idea
as to what "broken thing" on my system could be the culprit?

Any suggestions appreciated.

amiga1:/home/heitkamp# emacs
Fatal error (11).Segmentation fault (core dumped)
amiga1:/home/heitkamp# gdb `which emacs` core
GNU gdb 4.17.0.12 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 `emacs'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/X11/lib/libXaw.so.6...done.
Reading symbols from /usr/X11/lib/libXmu.so.6...done.
Reading symbols from /usr/X11/lib/libXt.so.6...done.
Reading symbols from /usr/X11/lib/libSM.so.6...done.
Reading symbols from /usr/X11/lib/libICE.so.6...done.
Reading symbols from /usr/X11/lib/libXext.so.6...done.
Reading symbols from /usr/X11/lib/libX11.so.6...done.
Reading symbols from /usr/lib/libncurses.so.3.4...done.
Reading symbols from /usr/lib/libm.so.6...done.
Reading symbols from /usr/lib/libc.so.6...done.
Reading symbols from /lib/ld.so.1...done.
#0  0x11c8fb8 in Letext () at soinit.c:59
59      }
(gdb) where
#0  0x11c8fb8 in Letext () at soinit.c:59
#1  0x185c9a0 in fatal_error_signal (sig=2147480728) at emacs.c:248
#2  <signal handler called>
#3  0x11f4b7c in Letext () at fputc.c:42
#4  0x183b9f8 in cmputc (c=27 '\e') at cm.c:51
#5  0x1399720 in tputs ()
#6  0x183c6c0 in set_terminal_modes () at term.c:363
#7  0x18741e0 in init_sys_modes () at sysdep.c:1596
#8  0x185db7c in main (argc=1, argv=0x7ffffd74, envp=0x183b9cc) at emacs.c:1272
#9  0x11c1a1c in Letext () at ../sysdeps/powerpc/elf/libc-start.c:107
(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]