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

XsunMono Segfault on IPC. (update)



Ok, after being just plain stupid, I thought about runnen strace...

It seems to me something is going wrong while reading from
/etc/X11/banner/XBanner1.ras
It opens (read-only), reads a bit of data, and then goes reading "",
closes and segfaults ;(
Of course: i'm not a hero ;))

I'm attaching the 'strace XsunMono' output.

Greetz,
Taco.
---
"Regular expressions are to strings what math is to numbers." 
    - Andrew Clinick.
execve("/usr/bin/X11/XsunMono", ["XsunMono"], [/* 16 vars */]) = 0
brk(0)                                  = 0x22aa80
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=3897, ...}) = 0
mmap(NULL, 3897, PROT_READ, MAP_PRIVATE, 3, 0) = 0xe0019000
close(3)                                = 0
open("/usr/lib/libz.so.1", O_RDONLY)    = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=59076, ...}) = 0
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\31"..., 4096) = 4096
mmap(NULL, 123568, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xe002a000
mprotect(0xe0037000, 70320, PROT_NONE)  = 0
mmap(0xe003a000, 61440, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xe003a000
close(3)                                = 0
open("/lib/libm.so.6", O_RDONLY)        = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=202844, ...}) = 0
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\201"..., 4096) = 4096
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001a000
mmap(NULL, 267200, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xe0049000
mprotect(0xe0079000, 70592, PROT_NONE)  = 0
mmap(0xe0079000, 73728, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x20000) = 0xe0079000
close(3)                                = 0
open("/lib/libdl.so.2", O_RDONLY)       = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10560, ...}) = 0
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\37"..., 4096) = 4096
mmap(NULL, 74976, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xe008b000
mprotect(0xe008e000, 62688, PROT_NONE)  = 0
mmap(0xe009b000, 12288, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xe009b000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=975432, ...}) = 0
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\345"..., 4096) = 4096
mmap(NULL, 1050632, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xe009e000
mprotect(0xe0186000, 100360, PROT_NONE) = 0
mmap(0xe018e000, 53248, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0xe0000) = 0xe018e000
mmap(0xe019b000, 14344, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xe019b000
close(3)                                = 0
munmap(0xe0019000, 3897)                = 0
personality(PER_LINUX)                  = 0
getpid()                                = 365
close(0)                                = 0
close(1)                                = 0
write(2, "", 0)                         = 0
getpgrp(0x224c00)                       = 364
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=136, rlim_max=1024}) = 0
open("/dev/kbd", O_RDWR)                = 0
open("/dev/gpmdata", O_RDWR)            = -1 ENOENT (No such file or directory)
write(2, "Cannot open /dev/gpmdata, error "..., 57Cannot open /dev/gpmdata, error 2. Trying /dev/sunmouse.
) = 57
open("/dev/sunmouse", O_RDWR)           = 1
gettimeofday({966806463, 48172}, NULL)  = 0
nanosleep({0, 750000000}, NULL)         = 0
gettimeofday({966806463, 811851}, NULL) = 0
ioctl(0, KIOCTYPE, 0x1d058c)            = 0
ioctl(0, KIOCLAYOUT, 0x1d0590)          = 0
getpagesize()                           = 0x1000
brk(0)                                  = 0x22aa80
brk(0x22ab50)                           = 0x22ab50
brk(0x22b000)                           = 0x22b000
open("/usr/X11R6/lib/X11/rgb.txt", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=17375, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(3, "! $XConsortium: rgb.txt,v 10.41 "..., 4096) = 4096
brk(0x22c000)                           = 0x22c000
read(3, "43 143\t\trosy brown\n188 143 143\t\t"..., 4096) = 4096
brk(0x22d000)                           = 0x22d000
brk(0x22e000)                           = 0x22e000
read(3, "139\t\tturquoise4\n  0 255 255\t\tcya"..., 4096) = 4096
brk(0x22f000)                           = 0x22f000
read(3, "m1\n238 174 238\t\tplum2\n205 150 20"..., 4096) = 4096
brk(0x230000)                           = 0x230000
read(3, "7 217 \t\tgray85\n217 217 217 \t\tgre"..., 4096) = 991
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xe001b000, 8192)                = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=136, rlim_max=1024}) = 0
uname({sys="Linux", node="sparcy", ...}) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
rt_sigtimedwait(ptrace: umoven: Input/output error
[?], ptrace: umoven: Input/output error
0x6, 0x1, -268441284) = 0
rt_sigtimedwait(ptrace: umoven: Input/output error
[?], ptrace: umoven: Input/output error
0xffff, 0x4, -268441172) = 0
rt_sigpending(ptrace: umoven: Input/output error
[?])                      = 0
rt_sigtimedwait(ptrace: umoven: Input/output error
[?], ptrace: umoven: Input/output error
0xffff, 0x80, 1983116) = 0
rt_sigqueueinfo(3, 128, ptrace: umoven: Input/output error
0x80)           = 0
getsockname(3, {sin_family=AF_INET, sin_port=htons(6000), sin_addr=inet_addr("0.0.0.0")}}, [16]) = 0
uname({sys="Linux", node="sparcy", ...}) = 0
socket(PF_UNIX, SOCK_STREAM, 0)         = 4
umask(0)                                = 022
mkdir("/tmp/.X11-unix", 01777)          = -1 EEXIST (File exists)
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=1024, ...}) = 0
unlink("/tmp/.X11-unix/X0")             = 0
rt_sigpending(ptrace: umoven: Input/output error
[?])                      = 0
rt_sigqueueinfo(4, 128, ptrace: umoven: Input/output error
0x13)           = 0
umask(022)                              = 0
ioctl(3, SIOCGIFCONF, 0xefffe400)       = 0
ioctl(3, SIOCGIFFLAGS, 0xefffe3d0)      = 0
ioctl(3, SIOCGIFBRDADDR, 0xefffe3d0)    = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 0xe00c399c, 8) = 0
rt_sigaction(SIGHUP, {0x68ba0, [HUP], 0}, {SIG_DFL}, 0xe00c399c, 8) = 0
rt_sigaction(SIGINT, {0x68bc0, [INT], 0}, {SIG_DFL}, 0xe00c399c, 8) = 0
rt_sigaction(SIGTERM, {0x68bc0, [TERM], 0}, {SIG_DFL}, 0xe00c399c, 8) = 0
open("/etc/X0.hosts", O_RDONLY)         = -1 ENOENT (No such file or directory)
rt_sigaction(SIGUSR1, {SIG_IGN}, {SIG_DFL}, 0xe00c399c, 8) = 0
getppid()                               = 364
brk(0x231000)                           = 0x231000
gettimeofday({966806464, 872810}, NULL) = 0
geteuid()                               = 0
open("/dev/console", O_WRONLY)          = 5
ioctl(5, VT_OPENQRY, 0x224f78)          = 0
close(5)                                = 0
write(2, "(using VT number 7)\n\n", 21(using VT number 7)

) = 21
setpgid(0, 0)                           = 0
open("/dev/tty7", O_RDWR|O_NONBLOCK|0x4) = 5
stat("/usr/X11R6/lib/X11/fonts/misc/", {st_mode=S_IFDIR|0755, st_size=2048, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/misc//fonts.dir", {st_mode=S_IFREG|0644, st_size=4899, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/Speedo/", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/Speedo//fonts.dir", {st_mode=S_IFREG|0644, st_size=564, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/Type1/", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/Type1//fonts.dir", {st_mode=S_IFREG|0644, st_size=1075, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/75dpi/", {st_mode=S_IFDIR|0755, st_size=5120, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/75dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=15430, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/100dpi/", {st_mode=S_IFDIR|0755, st_size=5120, ...}) = 0
stat("/usr/X11R6/lib/X11/fonts/100dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=15926, ...}) = 0
getuid()                                = 0
getgid()                                = 0
chown("/dev/tty7", 0, 0)                = 0
getuid()                                = 0
getgid()                                = 0
chown("/dev/console", 0, 0)             = 0
getuid()                                = 0
getgid()                                = 0
chown("/dev/tty0", 0, 0)                = 0
ioctl(5, VT_GETSTATE, 0xefffebb0)       = 0
open("/dev/tty", O_RDWR)                = 6
ioctl(6, TIOCNOTTY, 0)                  = 0
close(6)                                = 0
ioctl(5, VT_ACTIVATE, 0x7)              = 0
ioctl(5, VT_WAITACTIVE, 0x7)            = 0
ioctl(5, VT_GETMODE, 0xefffebc8)        = 0
rt_sigaction(SIGUSR1, {0x34e5c, [], SA_RESTART}, {SIG_IGN}, 0xe00c399c, 8) = 0
ioctl(5, VT_SETMODE, 0xefffebc8)        = 0
open("/dev/bwtwo0", O_RDWR)             = -1 ENOENT (No such file or directory)
open("/dev/bwtwo1", O_RDWR)             = -1 ENOENT (No such file or directory)
open("/dev/bwtwo2", O_RDWR)             = -1 ENOENT (No such file or directory)
open("/dev/fb", O_RDWR)                 = 6
ioctl(6, FBIOGATTR, 0x230b58)           = 0
ioctl(6, 0x80144604, 0x224de4)          = -1 EINVAL (Invalid argument)
fstat(6, {st_mode=S_IFCHR|0622, st_rdev=makedev(29, 0), ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE, 6, 0) = 0xe019f000
ioctl(6, FBIOGCURMAX, 0xefffea18)       = -1 EINVAL (Invalid argument)
brk(0x232000)                           = 0x232000
ioctl(6, FBIOSVIDEO, 0xefffea84)        = 0
rt_sigaction(SIGWINCH, {SIG_IGN}, {SIG_DFL}, 0xe00c399c, 8) = 0
gettimeofday({966806465, 616356}, NULL) = 0
brk(0x233000)                           = 0x233000
open("/usr/X11R6/lib/X11/xserver/SecurityPolicy", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2929, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "version-1 \n\n# $XConsortium: Secu"..., 4096) = 2929
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
gettimeofday({966806465, 740981}, NULL) = 0
rt_sigaction(SIGIO, {0x317bc, [IO], SA_RESTART}, NULL, 0xe00c399c, 8) = 0
fcntl(0, F_SETFL, O_RDONLY|O_NONBLOCK|O_ASYNC|0x4) = 0
getpid()                                = 365
fcntl(0, F_SETOWN, 365)                 = 0
fcntl(1, F_SETFL, O_RDONLY|O_NONBLOCK|O_ASYNC|0x4) = 0
getpid()                                = 365
fcntl(1, F_SETOWN, 365)                 = 0
open("/usr/X11R6/lib/X11/xkb/X0-config.keyboard", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/xkb/rules/sun", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1350, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "// $TOG: sun /main/4 1999/09/14 "..., 4096) = 1350
brk(0x234000)                           = 0x234000
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
getuid()                                = 0
pipe([7, 8])                            = 7
fork()                                  = 366
fcntl(8, F_GETFL)                       = 0x1 (flags O_WRONLY)
fstat(8, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
_llseek(0x8, 0, 0, 0xefffd1e8, 0x1)     = -1 ESPIPE (Illegal seek)
close(7)                                = 0
write(8, "xkb_keymap \"default\" {\n    xkb_k"..., 292) = 292
close(8)                                = 0
munmap(0xe001b000, 8192)                = 0
wait4(366, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0, NULL) = 366
--- SIGCHLD (Child exited) ---
getuid()                                = 0
open("/usr/X11R6/lib/X11/xkb/compiled/server-0.xkm", O_RDONLY) = 7
read(7, "xkm\17", 4)                    = 4
read(7, "\26\10\204\7\0\177\0\0", 8)    = 8
read(7, "\0\6\0\1\0@\0D", 8)            = 8
read(7, "\0\4\0\1\2\24\0\204", 8)       = 8
read(7, "\0\0\0\1\1\224\2\230", 8)      = 8
read(7, "\0\1\0\1\4\324\4,", 8)         = 8
read(7, "\0\2\0\1\5\220\t\0", 8)        = 8
read(7, "\0\3\0\1\0\274\16\220", 8)     = 8
read(7, "\0\5\0\1\10\254\17L", 8)       = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=6136, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
_llseek(0x7, 0, 0, 0xefffde28, 0)       = 0
read(7, "xkm\17\26\10\204\7\0\177\0\0\0\6\0\1\0@\0D\0\4\0\1\2\24"..., 68) = 68
read(7, "\0\6\0\1\0@\0D\0\0\0\37\0\7NumLock\0\0\0\0\3Alt\0\0\0"..., 4096) = 4096
_llseek(0x7, 0, 0x1044, 0xefffde28, 0)  = 0
_llseek(0x7, 0, 0x1044, 0xefffde28, 0)  = 0
_llseek(0x7, 0, 0x1044, 0xefffde28, 0)  = 0
_llseek(0x7, 0, 0x1044, 0xefffde28, 0)  = 0
brk(0x235000)                           = 0x235000
brk(0x236000)                           = 0x236000
_llseek(0x7, 0, 0x1044, 0xefffde28, 0)  = 0
_llseek(0x7, 0, 0x1044, 0xefffde28, 0)  = 0
read(7, "\0\4TABK\0\0\2\377\377\0\1\n\351\270\1\16\0\264\2\n\351"..., 4096) = 1972
brk(0x237000)                           = 0x237000
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
unlink("/usr/X11R6/lib/X11/xkb/compiled/server-0.xkm") = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
gettimeofday({966806470, 548061}, NULL) = 0
ioctl(0, KIOCSDIRECT, 0xefffca34)       = 0
ioctl(0, KIOCTRANS, 0xefffca34)         = 0
ioctl(0, FIONREAD, 0xefffca30)          = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
ioctl(1, VUIDGFORMAT, 0x21c5c0)         = 0
ioctl(1, VUIDSFORMAT, 0xefffebb4)       = 0
brk(0x238000)                           = 0x238000
open("/usr/X11R6/lib/X11/fonts/misc/fonts.dir", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4899, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=4899, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "66\n6x12.pcf.gz -misc-fixed-mediu"..., 4096) = 4096
brk(0x23b000)                           = 0x23b000
brk(0x23f000)                           = 0x23f000
brk(0x240000)                           = 0x240000
brk(0x241000)                           = 0x241000
brk(0x242000)                           = 0x242000
read(7, "5-c-60-iso646.1991-irv\n7x13euroB"..., 4096) = 803
brk(0x243000)                           = 0x243000
read(7, "", 4096)                       = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
open("/usr/X11R6/lib/X11/fonts/misc/fonts.alias", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=10084, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=10084, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "!! fonts.alias -- automatically "..., 4096) = 4096
brk(0x249000)                           = 0x249000
read(7, "70-iso8859-1 -misc-fixed-bold-r-"..., 4096) = 4096
read(7, "-75-c-70-iso8859-1 -schumacher-c"..., 4096) = 1892
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
brk(0x24f000)                           = 0x24f000
open("/usr/X11R6/lib/X11/fonts/Speedo/fonts.dir", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=564, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=564, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "8\nfont0648.spd -bitstream-charte"..., 4096) = 564
read(7, "", 4096)                       = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
open("/usr/X11R6/lib/X11/fonts/Speedo/fonts.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/fonts/Type1/fonts.dir", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1075, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=1075, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "16\nUTRG____.pfa -adobe-utopia-me"..., 4096) = 1075
brk(0x253000)                           = 0x253000
read(7, "", 4096)                       = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
open("/usr/X11R6/lib/X11/fonts/Type1/fonts.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/fonts/75dpi/fonts.dir", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=15430, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=15430, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "198\nUTI___14.pcf.gz -adobe-utopi"..., 4096) = 4096
brk(0x25a000)                           = 0x25a000
brk(0x25b000)                           = 0x25b000
brk(0x25c000)                           = 0x25c000
brk(0x25d000)                           = 0x25d000
brk(0x25e000)                           = 0x25e000
read(7, "40-75-75-p-143-iso8859-1\nlubBI10"..., 4096) = 4096
brk(0x25f000)                           = 0x25f000
brk(0x260000)                           = 0x260000
brk(0x261000)                           = 0x261000
read(7, "-75-p-122-iso8859-1\nluBS14.pcf.g"..., 4096) = 4096
brk(0x262000)                           = 0x262000
brk(0x263000)                           = 0x263000
brk(0x264000)                           = 0x264000
brk(0x265000)                           = 0x265000
read(7, ".gz -b&h-lucida-bold-i-normal-sa"..., 4096) = 3142
brk(0x266000)                           = 0x266000
brk(0x267000)                           = 0x267000
brk(0x268000)                           = 0x268000
read(7, "", 4096)                       = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
open("/usr/X11R6/lib/X11/fonts/75dpi/fonts.alias", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "!! fonts.alias -- automatically "..., 4096) = 3212
brk(0x272000)                           = 0x272000
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
brk(0x27a000)                           = 0x27a000
open("/usr/X11R6/lib/X11/fonts/100dpi/fonts.dir", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=15926, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=15926, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "198\nUTI___14.pcf.gz -adobe-utopi"..., 4096) = 4096
read(7, "12.pcf.gz -b&h-lucidabright-demi"..., 4096) = 4096
brk(0x27b000)                           = 0x27b000
brk(0x27c000)                           = 0x27c000
brk(0x27d000)                           = 0x27d000
read(7, "z -adobe-times-bold-i-normal--25"..., 4096) = 4096
brk(0x27e000)                           = 0x27e000
brk(0x27f000)                           = 0x27f000
brk(0x280000)                           = 0x280000
read(7, "helvR18.pcf.gz -adobe-helvetica-"..., 4096) = 3638
brk(0x281000)                           = 0x281000
brk(0x282000)                           = 0x282000
brk(0x283000)                           = 0x283000
read(7, "", 4096)                       = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
open("/usr/X11R6/lib/X11/fonts/100dpi/fonts.alias", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe001b000
read(7, "!! fonts.alias -- automatically "..., 4096) = 3302
brk(0x28d000)                           = 0x28d000
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xe001b000, 8192)                = 0
brk(0x295000)                           = 0x295000
open("/usr/X11R6/lib/X11/fonts/misc/6x13.pcf.gz", O_RDONLY) = 7
brk(0x29e000)                           = 0x29e000
read(7, "\37\213\10\0 \346`9\0\3\355\234\vpU\307y\307\377\22\2\4"..., 8192) = 4232
read(7, "", 8192)                       = 0
brk(0x2a1000)                           = 0x2a1000
close(7)                                = 0
open("/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz", O_RDONLY) = 7
brk(0x2aa000)                           = 0x2aa000
read(7, "\37\213\10\0!\346`9\0\3\355\233\177pT\327u\307\317JB\22"..., 8192) = 5097
read(7, "", 8192)                       = 0
close(7)                                = 0
stat("/etc/X11/banner/XBanner1.ras.gz", 0xefffe818) = -1 ENOENT (No such file or directory)
stat("/etc/X11/banner/XBanner1.ras.Z", 0xefffe818) = -1 ENOENT (No such file or directory)
stat("/etc/X11/banner/XBanner1.ras", {st_mode=S_IFREG|0644, st_size=32408, ...}) = 0
open("/etc/X11/banner/XBanner1.ras", O_RDONLY) = 7
read(7, "Y\246j\225\0\0\2T\0\0\1\252\0\0\0\1\0\0~x\0\0\0\1\0\0\0"..., 8192) = 8192
read(7, "\0\0\0\0\0\0\0\0\0\0\7\377\370\0\0\0\0\0\0\0\37\200\0\0"..., 8192) = 8192
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 7832
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
read(7, "", 8192)                       = 0
close(7)                                = 0
--- SIGBUS (Bus error) ---
+++ killed by SIGBUS +++

Reply to: