Hi!

I cannot get any version of xemacs running, not even the statically
linked one.

[kn@gloomy kn]$ rpm -qa|grep emacs
xemacs-extras-21.1.7-2mdk
xemacs-info-21.1.7-2mdk
xemacs-static-21.1.7-2mdk
xemacs-21.1.7-2mdk

[kn@gloomy kn]$ strace xemacs-static 
execve("/usr/bin/xemacs-static", ["xemacs-static"], [/* 38 vars */]) = 0
personality(PER_LINUX)                  = 0
geteuid()                               = 500
getuid()                                = 500
getegid()                               = 500
getgid()                                = 500
getpid()                                = 29929
--- SIGSEGV (Speicherzugriffsfehler) ---
+++ killed by SIGSEGV +++

The dynamically one ends the same:
kn@gloomy kn]$ strace xemacs
execve("/usr/bin/xemacs", ["xemacs"], [/* 37 vars */]) = 0
brk(0)                                  = 0x83c0000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=18157, ...}) = 0
mmap(NULL, 18157, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
close(3)                                = 0
open("/usr/X11R6/lib/libXaw.so.6", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=269425, ...}) = 0
[...]
mprotect(0x400be000, 53248, PROT_READ|PROT_WRITE) = 0
mprotect(0x400be000, 53248, PROT_READ|PROT_EXEC) = 0
munmap(0x40015000, 18157)               = 0
personality(PER_LINUX)                  = 0
getpid()                                = 1371
--- SIGSEGV (Speicherzugriffsfehler) ---
+++ killed by SIGSEGV +++

I tried it as user and as root, in X and on console.
What could be wrong?


                                                Kai.

-- 
Kai Nielsen, Berlin              Time and again I tell myself
"She turns me on                 I'll stay clean tonight
 But I'm only dancing"           But the little green wheels are following me
                                 Oh no, not again

Reply via email to