gnome on linux-alpha



Hi

I'm having trouble executing gnome apps on linux-alpha. 
This is with binaries compiled from the source rpms 0.27/0.28 on gnome.org

Every app I've tried fails with this error:

** ERROR **: BadAccess (attempt to access private resource denied)
  serial 49 error_code 10 request_code 129 minor_code 3

Below is an strace of an attempt to start the panel:

[SNIP]

close(5)                                = 0
munmap(0x15555572000, 8192)             = 0
open("/usr/share/pixmaps/panel-arrow-left.xpm", O_RDONLY) = 5
fstat(5, {st_mode=01, st_size=905439725, ...}) = 0
mmap(0, 4831821920, PROT_WRITE|PROT_EXEC|0x1b0, MAP_SHARED, 2, 0) =
0x155555720
read(5, "/* XPM */\nstatic char *panel-ar"..., 8192) = 467
close(5)                                = 0
munmap(0x15555572000, 8192)             = 0
open("/usr/share/pixmaps/panel-arrow-left.xpm", O_RDONLY) = 5
fstat(5, {st_mode=01, st_size=905439725, ...}) = 0
mmap(0, 4831494112, PROT_WRITE|PROT_EXEC|0x1b0, MAP_SHARED, 2, 0) =
0x155555720
read(5, "/* XPM */\nstatic char *panel-ar"..., 8192) = 467
close(5)                                = 0
munmap(0x15555572000, 8192)             = 0
brk(0x120196000)                        = 0x120196000
shmget(IPC_PRIVATE, 288, IPC_CREAT|0x1ff|0666) = 26
osf_shmat(0x1a, 0, 0)                   = 1466015621120
shmget(IPC_PRIVATE, 48, IPC_CREAT|0x1ff|0666) = 27
osf_shmat(0x1b, 0, 0)                   = 1466015629312
write(3, "\201\1\4\0\10\0\0\2\32\0\0\0\0ad"..., 188) = 188
read(3, "\0\n1\0\r\0\0\2\3\0\201\37\1\0\0"..., 32) = 32
open("/usr/X11R6/lib/X11/XErrorDB", O_RDONLY) = 5
stat("/usr/X11R6/lib/X11/XErrorDB", {st_mode=01, st_size=905439604, ...})
= 0
stat("/usr/X11R6/lib/X11/XErrorDB", {st_mode=01, st_size=905439604, ...})
= 0
brk(0x12019e000)                        = 0x12019e000
read(5, "! $XConsortium: XErrorDB /main/4"..., 29614) = 29614
close(5)                                = 0
brk(0x1201a6000)                        = 0x1201a6000
brk(0x1201ae000)                        = 0x1201ae000
brk(0x1201b0000)                        = 0x1201b0000
brk(0x1201b2000)                        = 0x1201b2000
brk(0x1201b4000)                        = 0x1201b4000
brk(0x1201b8000)                        = 0x1201b8000
write(2, "\n** ERROR **: ", 14
** ERROR **: )         = 14
write(2, "BadAccess (attempt to access pri"..., 110BadAccess (attempt to
access
  serial 49 error_code 10 request_code 129 minor_code 3
) = 110
write(2, "\n", 1
)                       = 1
sigprocmask(SIG_UNBLOCK, [ABRT])        = 0 (old mask [])
getxpid()                               = 21947
kill(21947, SIGABRT)                    = 0
--- SIGABRT (Aborted) ---
+++ killed by SIGABRT +++


The problem seems to be an attempt to shared memory that fails.

Any ideas or help would be most appreciated...

Conrad

*-----------------------------------------*                                  
| Conrad Steenberg                        |                                  
| Caltech, Mail Code 220-47               |                                  
| Pasadena, CA, 91125                     |                                  
| e-mail: conrad@srl.caltech.edu          |                                  
| Tel: (626) 395-2965 Fax: (626) 449-8676 |                                  
*-----------------------------------------*                                  



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