Gnome applications seg-faulting at startup



I am getting a segmentation fault when I try to run any of the gnome
applications I'm trying to run.  The details I list below are from trying to
run gnome-session, but gnapster (compiled by myself), panel, gnome-wm, and
gmc all give same results.

The window manager is already running when I try these, but I get a seg
fault with an old line of:

    exec gnome-session & enlightenment

in my .xinitrc.

The segmentation fault seems to occur right as the program starts executing,
so its quite possible that the problem comes from my platform somehow.  In
that case, probably the best advice would be help in tracking down the
problem further.  What follows is a list of related RPMs that I have
installed, my platform and OS, and some info about the gdb backtrace and
strace output. Any help in tracking this problem down further would be
great.  Thanks.

I'm using the following RPMS for Linux/PPC (Motorola Powerstack -- PReP
workstation)
Linux version is 2.2.14pre16

The set of RPMs that I think are pertinant are:
ORBit-0.5.0-2.ppc.rpm               gnome-libs-devel-1.0.54-1.ppc.rpm
ORBit-devel-0.5.0-2.ppc.rpm         gnome-linuxconf-0.22-1.ppc.rpm
enlightenment-0.16.3-1.ppc.rpm      gnome-media-1.0.51-2.ppc.rpm
enlightenment-conf-0.15-6.ppc.rpm   gnome-network-1.0.1-2a.ppc.rpm
glib-1.2.6-11.ppc.rpm               gnome-objc-1.0.2-5.ppc.rpm
glib1-1.0.6-1.ppc.rpm               gnome-objc-devel-1.0.2-5.ppc.rpm
glib10-1.0.6-6.ppc.rpm              gnome-pim-1.0.55-1.ppc.rpm
glibc-2.1.3-0j.ppc.rpm              gnome-pim-devel-1.0.55-1.ppc.rpm
glibc-2.1.3-0j.ppc.rpm              gnome-print-0.9-1.ppc.rpm
glibc-devel-2.1.3-0j.ppc.rpm        gnome-print-devel-0.9-1.ppc.rpm
glibc-profile-2.1.3-0j.ppc.rpm      gnome-utils-1.0.50-1.ppc.rpm
glibdev-1.2.6-11.ppc.rpm            gtk+-1.2.6-3.ppc.rpm
gnome-admin-1.0.1-1.ppc.rpm         gtk+-devel-1.2.6-3.ppc.rpm
gnome-core-1.0.54-3.ppc.rpm         gtk+10-1.0.6-6.ppc.rpm
gnome-core-devel-1.0.54-3.ppc.rpm   gtk+perl-0.5120-0.ppc.rpm
gnome-games-1.0.51-3.ppc.rpm        imlib-1.9.8-1.ppc.rpm
gnome-games-devel-1.0.51-3.ppc.rpm  imlib-cfgeditor-1.9.8-1.ppc.rpm
gnome-libs-1.0.54-1.ppc.rpm         imlib-devel-1.9.8-1.ppc.rpm

/home/jrugen 1 > gdb gnome-session
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-redhat-linux"...(no debugging symbols
found)...
(gdb) run
Starting program: /usr/bin/gnome-session 

Program received signal SIGSEGV, Segmentation fault.
0x3000710c in ?? ()
(gdb) bt
#0  0x3000710c in ?? ()
#1  0x0 in ?? ()


strace shows loading following libraries in order, followed by segmentation
fault.
libgnomeui.so.32
libart_lgpl.so.2
libgdk_imlib.so.1
libSM.so.6
libICE.so.6
libgtk-1.2.so.0
libgdk-1.2.so.0
libgmodule-1.2.so.0
libXi.so.6
libXext.so.6
libX11.so.6
libgnome.so.32
libgnomesupport.so.0
libesd.so.0
libaudiofile.so.0
libm.so.6
libdb.so.2

The last bit of the strace is:
fstat(3, {st_mode=0, st_size=0, ...})   = 0
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
mmap(ptrace: umoven: Input/output error
)                                  = 0xf809000
mprotect(0xf819000, 261576, PROT_NONE)  = 0
mmap(0, 0, PROT_NONE, 0 /* MAP_??? */, 0, 0) = 0xf849000
close(3)                                = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

----------------------------------------------------------------------------
Jeff Rugen                      jrugen@primenet.com

...Had this been an actual emergency, we would have fled in terror, and you 
would not have been informed.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]