On Tuesday 09 September 2008 13:29:27 Daniel Stone wrote: > Hi, > > On Tue, Sep 09, 2008 at 10:50:51AM +0100, George Wright wrote: > > Everything just works fine on most modern platforms, but trying to run > > the thinclient server on Fedora Core 6 results in Xdialog not showing > > fonts at all. Trying to launch Xdialog manually inside Xvnc results in a > > very unhelpful error message "Floating point exception". > > The default is to use builtin fonts only; --disable-builtin-fonts for > the server, I think, if you want to use core fonts.
The --disable-builtin-fonts worked fine for Firefox but still causes Xdialog to exit with SIGFPE. Attached is a full strace of it. Regards, George -- George Wright, http://www.gwright.org.uk
execve("./Xdialog", ["./Xdialog", "--help"], [/* 39 vars */]) = 0
brk(0) = 0x9289000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x9fb000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/tls/i686/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/tls/i686/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/tls/i686/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/tls/i686", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/tls/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/tls/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/tls/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/tls", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/i686/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/i686/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/i686/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/i686", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/opt/thinlinc/lib64/tls/i686/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/tls/i686/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/tls/i686/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/tls/i686", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/tls/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/tls/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/tls/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/tls", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/i686/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/i686/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/i686/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/i686", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/sse2/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64/sse2", 0xbfeccd88) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libXi.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/thinlinc/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=59428, ...}) = 0
mmap2(NULL, 59428, PROT_READ, MAP_PRIVATE, 3, 0) = 0xc8a000
close(3) = 0
open("/usr/lib/libXi.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360a\26"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=31224, ...}) = 0
mmap2(0x165000, 32608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x165000
mmap2(0x16c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0x16c000
close(3) = 0
open("/opt/thinlinc/lib/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libXext.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\206"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=62200, ...}) = 0
mmap2(0xd66000, 63772, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xd66000
mmap2(0xd75000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xd75000
close(3) = 0
open("/opt/thinlinc/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\313"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=16528, ...}) = 0
mmap2(0xb0c000, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb0c000
mmap2(0xb0e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb0e000
close(3) = 0
open("/opt/thinlinc/lib/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libX11.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\337"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1057884, ...}) = 0
mmap2(0xc39000, 1056468, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x16d000
mmap2(0x26b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfe) = 0x26b000
close(3) = 0
open("/opt/thinlinc/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0e\256"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=208344, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x15d000
mmap2(0xae3000, 155776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xae3000
mmap2(0xb08000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0xb08000
close(3) = 0
open("/opt/thinlinc/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\240\233"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1577052, ...}) = 0
mmap2(0x9a4000, 1295780, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x26f000
mmap2(0x3a6000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x137) = 0x3a6000
mmap2(0x3a9000, 9636, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3a9000
close(3) = 0
open("/opt/thinlinc/lib/libXau.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libXau.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libXau.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 J\303\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=9620, ...}) = 0
mmap2(0xc34000, 10996, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc34000
mmap2(0xc36000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xc36000
close(3) = 0
open("/opt/thinlinc/lib/libXdmcp.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libXdmcp.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\277"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=20284, ...}) = 0
mmap2(0xbeb000, 21652, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xbeb000
mmap2(0xbf0000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xbf0000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xd9b000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x110000
set_thread_area({entry_number:-1 -> 6, base_addr:0xd9bb80, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x3a6000, 8192, PROT_READ) = 0
mprotect(0xb08000, 4096, PROT_READ) = 0
mprotect(0xb0e000, 4096, PROT_READ) = 0
mprotect(0x9a0000, 4096, PROT_READ) = 0
munmap(0xc8a000, 59428) = 0
brk(0) = 0x9289000
brk(0x92aa000) = 0x92aa000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=55512640, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x63d000
close(3) = 0
getuid32() = 500
socket(PF_FILE, SOCK_STREAM, 0) = 3
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 3
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1696, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfcf000
read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1696
read(3, "", 4096) = 0
close(3) = 0
munmap(0xfcf000, 4096) = 0
open("/opt/thinlinc/lib/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/thinlinc/lib64/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=59428, ...}) = 0
mmap2(NULL, 59428, PROT_READ, MAP_PRIVATE, 3, 0) = 0xdea000
close(3) = 0
open("/lib/libnss_files.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\31"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=46740, ...}) = 0
mmap2(NULL, 41616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf75000
mmap2(0xf7e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0xf7e000
close(3) = 0
mprotect(0xf7e000, 4096, PROT_READ) = 0
munmap(0xdea000, 59428) = 0
open("/etc/passwd", O_RDONLY) = 3
fcntl64(3, F_GETFD) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=1850, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x855000
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1850
close(3) = 0
munmap(0x855000, 4096) = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=78122, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa3f000
read(3, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 4096) = 4096
read(3, "br_FR.iso88591\t\t\t\t\tbr_FR.ISO8859"..., 4096) = 4096
read(3, "iso88597\t\t\t\t\tel_GR.ISO8859-7\nel_"..., 4096) = 4096
read(3, "1.en\t\t\t\t\tes_ES.ISO8859-1\nes_ES.i"..., 4096) = 4096
read(3, "\nfr_CA.iso88591\t\t\t\t\tfr_CA.ISO885"..., 4096) = 4096
read(3, "5\t\t\t\tit_CH.ISO8859-15\nit_CH.utf8"..., 4096) = 4096
read(3, "\tnl_BE.ISO8859-1\nnl_BE.88591\t\t\t\t"..., 4096) = 4096
read(3, "RW.ISO8859-1\nrw_RW.iso8859-1 "..., 4096) = 4096
read(3, "\ntn_ZA.utf8\t\t\t\ttn_ZA.UTF-8\ntr\t\t\t"..., 4096) = 4096
read(3, "\t\tfr_CH.ISO8859-1\ngalego\t\t\t\t\t\tgl"..., 4096) = 4096
read(3, "r_OM:\t\t\t\t\t\tar_OM.ISO8859-6\nar_OM"..., 4096) = 4096
read(3, "[EMAIL PROTECTED]:\t\t\t\tde_AT"..., 4096) = 4096
read(3, "[EMAIL PROTECTED]:\t\t\t\ten_US.I"..., 4096) = 4096
read(3, "onian local standards, ISO8859-4"..., 4096) = 4096
read(3, "59-14:\t\t\t\tgd_GB.ISO8859-14\ngd_GB"..., 4096) = 4096
read(3, "R\nko_KR:\t\t\t\t\t\tko_KR.eucKR\nKO_KR:"..., 4096) = 4096
read(3, ".iso885915:\t\t\t\tny_NO.ISO8859-15\n"..., 4096) = 4096
read(3, ".ISO-8859-2:\t\t\t\tsr_CS.ISO8859-2\n"..., 4096) = 4096
read(3, "8\nVI_VN.UTF-8:\t\t\t\t\tvi_VN.UTF-8\nw"..., 4096) = 4096
read(3, "is and SunOS have iso_8859_1 and"..., 4096) = 298
read(3, "", 4096) = 0
close(3) = 0
munmap(0xa3f000, 4096) = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=78122, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x43c000
read(3, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 4096) = 4096
read(3, "br_FR.iso88591\t\t\t\t\tbr_FR.ISO8859"..., 4096) = 4096
read(3, "iso88597\t\t\t\t\tel_GR.ISO8859-7\nel_"..., 4096) = 4096
read(3, "1.en\t\t\t\t\tes_ES.ISO8859-1\nes_ES.i"..., 4096) = 4096
read(3, "\nfr_CA.iso88591\t\t\t\t\tfr_CA.ISO885"..., 4096) = 4096
read(3, "5\t\t\t\tit_CH.ISO8859-15\nit_CH.utf8"..., 4096) = 4096
read(3, "\tnl_BE.ISO8859-1\nnl_BE.88591\t\t\t\t"..., 4096) = 4096
read(3, "RW.ISO8859-1\nrw_RW.iso8859-1 "..., 4096) = 4096
read(3, "\ntn_ZA.utf8\t\t\t\ttn_ZA.UTF-8\ntr\t\t\t"..., 4096) = 4096
read(3, "\t\tfr_CH.ISO8859-1\ngalego\t\t\t\t\t\tgl"..., 4096) = 4096
read(3, "r_OM:\t\t\t\t\t\tar_OM.ISO8859-6\nar_OM"..., 4096) = 4096
read(3, "[EMAIL PROTECTED]:\t\t\t\tde_AT"..., 4096) = 4096
read(3, "[EMAIL PROTECTED]:\t\t\t\ten_US.I"..., 4096) = 4096
close(3) = 0
munmap(0x43c000, 4096) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=32981, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x54c000
read(3, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 4096) = 4096
read(3, "so8859-1/XLC_LOCALE\t\t\tes_US.ISO8"..., 4096) = 4096
read(3, "CALE\t\t\tsr_CS.ISO8859-5\niso8859-2"..., 4096) = 4096
read(3, "UTF-8/XLC_LOCALE\t\t\tes_MX.UTF-8\ne"..., 4096) = 4096
read(3, ",v 1.3 2000/08/17 19:46:48 cpqbl"..., 4096) = 4096
read(3, "9-1/XLC_LOCALE:\t\t\tes_US.ISO8859-"..., 4096) = 4096
read(3, "\niso8859-2/XLC_LOCALE: \t\t\tsq_AL."..., 4096) = 4096
close(3) = 0
munmap(0x54c000, 4096) = 0
access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2036, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa5c000
read(3, "# $XFree86: xc/nls/XLC_LOCALE/e"..., 4096) = 2036
read(3, "", 4096) = 0
close(3) = 0
munmap(0xa5c000, 4096) = 0
getresuid32([500], [500], [500]) = 0
getresgid32([500], [500], [500]) = 0
gettimeofday({1221061255, 748217}, NULL) = 0
uname({sys="Linux", node="vmware", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 3
uname({sys="Linux", node="vmware", ...}) = 0
uname({sys="Linux", node="vmware", ...}) = 0
connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X1"}, 19) = 0
uname({sys="Linux", node="vmware", ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
access("/var/opt/thinlinc/sessions/george/1/Xauthority", R_OK) = 0
open("/var/opt/thinlinc/sessions/george/1/Xauthority", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0600, st_size=161, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x111000
read(4, "\0\0\0\4\177\0\0\1\0\0011\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 161
read(4, "", 4096) = 0
close(4) = 0
munmap(0x111000, 4096) = 0
writev(3, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\337\334\333~\351\354\361I\36\"\375Y\237\35\275\275", 16}], 4) = 48
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(3, "\1\0\v\0\0\0\1\1", 8) = 8
read(3, "A7\240\0\0\0\300\0\377\377\37\0\0\1\0\0\24\0\377\377\1"..., 1028) = 1028
write(3, "7\0\5\0\0\0\300\0z\0\0\0\10\0\0\0\377\377\0\0b\0\5\0\f"..., 64) = 64
read(3, "\1\304\2\0\0\0\0\0\1\205\0\0\0\0\0\0\0\0\0\0\340\304J\t"..., 32) = 32
read(3, "\1\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\304J\t\0\0"..., 32) = 32
write(3, "\205\0\1\0", 4) = 4
read(3, "\1\304\4\0\0\0\0\0\377\377?\0\0\0\0\0\4\0\0\0\v\0\0\000"..., 32) = 32
writev(3, [{"b\0\5\0\t\0\300\0", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(3, "\1\304\5\0\0\0\0\0\1\213Z\213\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\213\0\2\0\1\0\0\0", 8) = 8
read(3, "\1\1\6\0\0\0\0\0\1\0\0\0\351\37\"\10\0\300J\t0\221Q\t\340"..., 32) = 32
uname({sys="Linux", node="vmware", ...}) = 0
write(3, "\1\0\n\0\1\0\300\0z\0\0\0\n\0\n\0\n\0\n\0\0\0\0\0\0\0\0"..., 180) = 180
read(3, "\1\0\v\0\0\0\0\0\226\0\0\0\0\0\0\0\30\0\0\0\v\0\0\0008"..., 32) = 32
write(3, "\22\0\t\0\1\0\300\0\226\0\0\0\37\0\0\0\10\0\n\0\v\0\0\0"..., 60) = 60
read(3, "\1\0\r\0\0\0\0\0\227\0\0\0\0\0\0\0\30\0\0\0\v\0\0\0008"..., 32) = 32
write(3, "\20\0\6\0\r\0\300\0WM_TAKE_FOCUS\0\0\0", 24) = 24
read(3, "\1\0\16\0\0\0\0\0\230\0\0\0\1\0\0\0\30\0\0\0\v\0\0\000"..., 32) = 32
write(3, "\20\0\5\0\f\0\300\0WM_PROTOCOLS", 20) = 20
read(3, "\1\0\17\0\0\0\0\0\231\0\0\0\1\0\0\0\24\0\0\0\v\0\0\000"..., 32) = 32
write(3, "\20\0\6\0\r\0\300\0GDK_SELECTION\0\0\0", 24) = 24
read(3, "\1\0\20\0\0\0\0\0\232\0\0\0\1\0\0\0\30\0\0\0\v\0\0\000"..., 32) = 32
write(3, "g\0\1\0", 4) = 4
read(3, "\1\1\21\0\5\0\0\0\0\0\0\0\0002\220\1d\0007\10\0\377\377"..., 32) = 32
read(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 20) = 20
write(3, "\16\0\2\0z\0\0\0", 8) = 8
read(3, "\1\20\22\0\0\0\0\0z\0\0\0\0\0\0\0\0\5\0\4\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\3\0\2\0z\0\0\0\16D\2\0z\0\0\0", 16) = 16
read(3, "\1\0\23\0\3\0\0\0!\0\0\0\1\0\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "[EMAIL PROTECTED]", 12) = 12
read(3, "\1\20\24\0\0\0\0\0z\0\0\0\0\0\0\0\0\5\0\4\0\0J\t\0\0\0"..., 32) = 32
writev(3, [{"b\0\4\0\7\0\0\0", 8}, {"MIT-SHM", 7}, {"\0", 1}], 3) = 16
read(3, "\1\304\25\0\0\0\0\0\1\201A\200\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(3, [{"b\0\4\0\7\0\0\0", 8}, {"MIT-SHM", 7}, {"\0", 1}], 3) = 16
read(3, "\1\304\26\0\0\0\0\0\1\201A\200\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\201\0\1\0", 4) = 4
read(3, "\1\1\27\0\0\0\0\0\1\0\1\0\364\1\364\1\2\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\16\0\2\0z\0\0\0", 8) = 8
read(3, "\1\20\30\0\0\0\0\0z\0\0\0\0\0\0\0\0\5\0\4\0\0\0\0\0\0\0"..., 32) = 32
write(3, "c\0\1\0", 4) = 4
read(3, "\1\30\31\0?\0\0\0\340\304J\t\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
readv(3, [{"\5SHAPE\7MIT-SHM\33Extended-Visual-I"..., 252}, {"", 0}], 2) = 252
writev(3, [{"b\0\6\0\17\0\0\0", 8}, {"XInputExtension", 15}, {"\0", 1}], 3) = 24
read(3, "\1\304\32\0\0\0\0\0\1\203B\201\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
writev(3, [{"\203\1\6\0\17\0\0\0", 8}, {"XInputExtension", 15}, {"\0", 1}], 3) = 24
read(3, "\1\1\33\0\0\0\0\0\1\0\4\0\1\37\"\10\0\300J\t0\221Q\t\340"..., 32) = 32
write(3, "\203\2\1\0", 4) = 4
read(3, "\1\2\34\0*\0\0\0\4\220\365\277\351\37\"\10\0\300J\t0\221"..., 32) = 32
read(3, "\0\0\0\0\0\1\3\0\0\0\0\0\1\2\4E\0\0\0\0\2\1\1-\0\0\0\0"..., 168) = 168
write(3, "\203\3\2\0\1\0\0\0", 8) = 8
read(3, "\1\3\35\0\2\0\0\0\4\220\365\277\336\236\v\10\204\3037\10"..., 32) = 32
read(3, "\1E\2G\3\0\6L", 8) = 8
write(3, "\20\0\t\0\34\0\0\0_MOTIF_DRAG_AND_DROP_MES"..., 36) = 36
read(3, "\1\0\36\0\0\0\0\0\233\0\0\0\1\0\0\0$\0\0\0\v\0\0\0008Z"..., 32) = 32
write(3, "\20\0\5\0\t\0\0\0XdndEnterAG_", 20) = 20
read(3, "\1\0\37\0\0\0\0\0\234\0\0\0\1\0\0\0\24\0\0\0\v\0\0\000"..., 32) = 32
write(3, "\20\0\5\0\t\0\0\0XdndLeaveAG_", 20) = 20
read(3, "\1\0 \0\0\0\0\0\235\0\0\0\1\0\0\0\24\0\0\0\v\0\0\0008Z"..., 32) = 32
write(3, "\20\0\5\0\f\0\0\0XdndPosition", 20) = 20
read(3, "\1\0!\0\0\0\0\0\236\0\0\0\1\0\0\0\24\0\0\0\v\0\0\0008Z"..., 32) = 32
write(3, "\20\0\5\0\n\0\0\0XdndStatuson", 20) = 20
read(3, "\1\0\"\0\0\0\0\0\237\0\0\0\1\0\0\0\24\0\0\0\v\0\0\0008"..., 32) = 32
write(3, "\20\0\5\0\f\0\0\0XdndFinished", 20) = 20
read(3, "\1\0#\0\0\0\0\0\240\0\0\0\1\0\0\0\24\0\0\0\v\0\0\0008Z"..., 32) = 32
write(3, "\20\0\4\0\10\0\0\0XdndDrop", 16) = 16
read(3, "\1\0$\0\0\0\0\0\241\0\0\0\1\0\0\0\20\0\0\0\v\0\0\0008Z"..., 32) = 32
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=26942, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x561000
read(4, "# $Xorg: compose.dir,v 1.3 2000/"..., 4096) = 4096
read(4, "859-14\niso8859-15/Compose\t\tgd_GB"..., 4096) = 4096
read(4, ".Big5\nzh_TW/Compose\t\t\tzh_TW.eucT"..., 4096) = 4096
read(4, "F-8\nen_US.UTF-8/Compose\t\trw_RW.U"..., 4096) = 4096
read(4, "\niso8859-1/Compose:\t\tes_PY.ISO88"..., 4096) = 4096
read(4, "o8859-5/Compose:\t\tsr_CS.ISO8859-"..., 4096) = 4096
close(4) = 0
munmap(0x561000, 4096) = 0
access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 4
close(4) = 0
geteuid32() = 500
getegid32() = 500
open("/home/george/.XCompose", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=26942, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x111000
read(4, "# $Xorg: compose.dir,v 1.3 2000/"..., 4096) = 4096
read(4, "859-14\niso8859-15/Compose\t\tgd_GB"..., 4096) = 4096
read(4, ".Big5\nzh_TW/Compose\t\t\tzh_TW.eucT"..., 4096) = 4096
read(4, "F-8\nen_US.UTF-8/Compose\t\trw_RW.U"..., 4096) = 4096
read(4, "\niso8859-1/Compose:\t\tes_PY.ISO88"..., 4096) = 4096
read(4, "o8859-5/Compose:\t\tsr_CS.ISO8859-"..., 4096) = 4096
close(4) = 0
munmap(0x111000, 4096) = 0
access("/usr/share/X11/locale/en_US.UTF-8/Compose", R_OK) = 0
getuid32() = 500
getgid32() = 500
stat64("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=563298, ...}) = 0
stat64("/var/cache/libx11/compose/", 0xbfecc900) = -1 ENOENT (No such file or directory)
getuid32() = 500
getgid32() = 500
stat64("/usr/share/X11/locale/en_US.UTF-8/Compose", {st_mode=S_IFREG|0644, st_size=563298, ...}) = 0
stat64("/home/george/.compose-cache/", 0xbfecc900) = -1 ENOENT (No such file or directory)
open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 4
open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=563298, ...}) = 0
mmap2(NULL, 565248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3ac000
fstat64(6, {st_mode=S_IFREG|0644, st_size=563298, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe92000
read(6, "# UTF-8 (Unicode) compose sequen"..., 4096) = 4096
open("/usr/share/X11/XKeysymDB", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=8298, ...}) = 0
read(7, "! $Xorg: XKeysymDB,v 1.3 2000/08"..., 8298) = 8298
close(7) = 0
read(6, "sciitilde # TILDE\n<Multi_key> <s"..., 4096) = 4096
read(6, " \t: \"\342\202\245\" U20a5 # MILL SIGN\n<"..., 4096) = 4096
read(6, " RIEUL-MIEUM-KIYEOK\n<Multi_key> "..., 4096) = 4096
read(6, " <U10001100> \t: \"\341\205\201\" U1141 # "..., 4096) = 4096
read(6, "NGUL JUNGSEONG YU-A\n<Multi_key> "..., 4096) = 4096
read(6, "d # HANGUL JONGSEONG MIEUM-SIOS\n"..., 4096) = 4096
read(6, "i_key> <U10001107> <U10001132> \t"..., 4096) = 4096
read(6, "> <A> \t: \"\303\201\" U00C1 #"..., 4096) = 4096
read(6, "ITAL LETTER O WITH CIRCUMFLEX\n<M"..., 4096) = 4096
read(6, " WITH ACUTE\n<Multi_key> <apostro"..., 4096) = 4096
read(6, "AERESIS\n<Multi_key> <quotedbl> <"..., 4096) = 4096
brk(0x92cd000) = 0x92cd000
read(6, "slash> <D> \t: \"\304\220\" U0"..., 4096) = 4096
read(6, "RCUMFLEX\n<dead_circumflex> <h> "..., 4096) = 4096
read(6, "cute> <l> \t: \"\304\272\" U"..., 4096) = 4096
read(6, " U0154 # LATIN CAPITAL LETTER "..., 4096) = 4096
read(6, " CAPITAL LETTER U WITH TILDE\n<co"..., 4096) = 4096
read(6, "ey> <period> <Z> \t: \"\305\273\""..., 4096) = 4096
read(6, " DIAERESIS AND MACRON\n<Multi_key"..., 4096) = 4096
read(6, "CAPITAL LETTER U WITH DIAERESIS "..., 4096) = 4096
read(6, "LL LETTER A WITH DIAERESIS AND M"..., 4096) = 4096
read(6, "<U100001EA> \t: \"\307\254\" U01EC # LA"..., 4096) = 4096
read(6, "y> <apostrophe> <dead_abovering>"..., 4096) = 4096
read(6, "apostrophe> <slash> <o> \t: \"\307\277\" "..., 4096) = 4096
read(6, "L LETTER E WITH CEDILLA\n<dead_ce"..., 4096) = 4096
read(6, " <asciitilde> <o> \t: \"\310\255\" U022"..., 4096) = 4096
read(6, "mflex> <Multi_key> <underbar> <U"..., 4096) = 4096
read(6, "IFIER LETTER SMALL X\n<dead_circu"..., 4096) = 4096
read(6, "ETTER IOTA WITH DIALYTIKA AND TO"..., 4096) = 4096
read(6, " U03B0 # GREEK SMALL LETTER UPS"..., 4096) = 4096
read(6, " \t: \"\320\271\" U0439 # CYRILLIC SMA"..., 4096) = 4096
read(6, "lic_a> \t: \"\323\221\" U04D1 # CYR"..., 4096) = 4096
read(6, "U04ED # CYRILLIC SMALL LETTER E "..., 4096) = 4096
read(6, "0009BC> <U100009AF> \t: \"\340\247\237\" U"..., 4096) = 4096
read(6, " \t: \"\341\270\202\" U1E02 # LATIN C"..., 4096) = 4096
read(6, "d> \t: \"\341\270\215\" U1E0D"..., 4096) = 4096
read(6, "on> <E> \t: \"\341\270\226\" U1E16 # LATIN"..., 4096) = 4096
read(6, "1E1D # LATIN SMALL LETTER E WITH"..., 4096) = 4096
read(6, "ti_key> <apostrophe> <dead_diaer"..., 4096) = 4096
read(6, " AND MACRON\n<dead_macron> <Multi"..., 4096) = 4096
read(6, "_abovedot> <N> \t: \""..., 4096) = 4096
read(6, " \t: \"\341\271\215\" U1E4D # LATIN SMAL"..., 4096) = 4096
read(6, "TIN SMALL LETTER O WITH MACRON A"..., 4096) = 4096
read(6, "key> <apostrophe> <p> \t: \"\341\271"..., 4096) = 4096
read(6, "LATIN SMALL LETTER R WITH LINE B"..., 4096) = 4096
read(6, "BOVE\n<Multi_key> <period> <c> <s"..., 4096) = 4096
read(6, " U1E78 # LATIN CAPITAL LETTER U "..., 4096) = 4096
read(6, "IN SMALL LETTER U WITH MACRON AN"..., 4096) = 4096
read(6, " DOT ABOVE\n<Multi_key> <period> "..., 4096) = 4096
read(6, "ircumflex> <A> \t: \"\341\272\244\" U1EA4 "..., 4096) = 4096
read(6, "R A WITH CIRCUMFLEX AND GRAVE\n<d"..., 4096) = 4096
read(6, "0> \t: \"\341\272\254\" U1EAC # LATIN CAPI"..., 4096) = 4096
read(6, "i_key> <acute> <U> <a> \t: \""..., 4096) = 4096
read(6, "ning_hook> <dead_breve> <A> \t: \""..., 4096) = 4096
read(6, "TAL LETTER A WITH BREVE AND DOT "..., 4096) = 4096
read(6, ": \"\341\272\276\" U1EBE # LATIN CAPITAL "..., 4096) = 4096
brk(0x9300000) = 0x9300000
brk(0x92ef000) = 0x92ef000
read(6, "AVE\n<combining_grave> <dead_circ"..., 4096) = 4096
read(6, "1EC5 # LATIN SMALL LETTER E WITH"..., 4096) = 4096
read(6, "TTER O WITH HOOK ABOVE\n<combinin"..., 4096) = 4096
read(6, "# LATIN SMALL LETTER O WITH CIRC"..., 4096) = 4096
read(6, " <ocircumflex> \t: \"\341\273\227\" U1ED7"..., 4096) = 4096
read(6, "MALL LETTER O WITH HORN AND ACUT"..., 4096) = 4096
read(6, "ER O WITH HORN AND HOOK ABOVE\n<M"..., 4096) = 4096
read(6, "o> \t: \"\341\273\243\" U1EE3 # LATIN SMA"..., 4096) = 4096
read(6, " CAPITAL LETTER U WITH HORN AND "..., 4096) = 4096
read(6, " U1EEE # LATIN CAPITAL LETTER "..., 4096) = 4096
read(6, "ALL LETTER Y WITH GRAVE\n<dead_be"..., 4096) = 4096
read(6, "XIA\n<Multi_key> <apostrophe> <U1"..., 4096) = 4096
read(6, "<parenleft> <Greek_alpha> \t: \"\341\274"..., 4096) = 4096
read(6, "A\n<Multi_key> <acute> <U10001F09"..., 4096) = 4096
read(6, "VARIA\n<Multi_key> <grave> <U1000"..., 4096) = 4096
read(6, "IA AND OXIA\n<combining_acute> <M"..., 4096) = 4096
read(6, "IA AND OXIA\n<Multi_key> <apostro"..., 4096) = 4096
read(6, "OXIA\n<Multi_key> <apostrophe> <U"..., 4096) = 4096
read(6, "F29 # GREEK CAPITAL LETTER ETA W"..., 4096) = 4096
read(6, "enleft> <Greek_ETA> \t: \"\341\274\255\" U"..., 4096) = 4096
read(6, "U1F33 # GREEK SMALL LETTER IOTA "..., 4096) = 4096
read(6, "EK SMALL LETTER IOTA WITH PSILI "..., 4096) = 4096
read(6, "IA\n<Multi_key> <apostrophe> <U10"..., 4096) = 4096
read(6, "10000314> <Greek_omicron> \t"..., 4096) = 4096
read(6, " U1F45 # GREEK SMALL LETTER OMI"..., 4096) = 4096
read(6, "MICRON> \t: \"\341\275\214\" U1F4C # GREEK"..., 4096) = 4096
read(6, "K SMALL LETTER UPSILON WITH DASI"..., 4096) = 4096
read(6, "0000314> <Greek_upsilon> \t: \"\341\275\227"..., 4096) = 4096
read(6, "> <asciitilde> <U10000314> <Gree"..., 4096) = 4096
read(6, "L LETTER OMEGA WITH DASIA AND OX"..., 4096) = 4096
read(6, "A\n<combining_grave> <U10001F68> "..., 4096) = 4096
read(6, " U1F6E # GREEK CAPITAL LETTER "..., 4096) = 4096
read(6, "ER ALPHA WITH PSILI AND YPOGEGRA"..., 4096) = 4096
read(6, "d_iota> <dead_grave> <U10001F01>"..., 4096) = 4096
read(6, "e> <U10000313> <Greek_alpha> \t: "..., 4096) = 4096
read(6, " OXIA AND YPOGEGRAMMENI\n<Multi_k"..., 4096) = 4096
read(6, "L LETTER ALPHA WITH PSILI AND PE"..., 4096) = 4096
read(6, "H DASIA AND PROSGEGRAMMENI\n<dead"..., 4096) = 4096
read(6, "D PROSGEGRAMMENI\n<dead_iota> <de"..., 4096) = 4096
read(6, " PROSGEGRAMMENI\n<Multi_key> <Gre"..., 4096) = 4096
read(6, "MENI\n<Multi_key> <Greek_iota> <a"..., 4096) = 4096
read(6, "10001F0F> \t: \"\341\276\217\" U1F8F # GRE"..., 4096) = 4096
read(6, " DASIA AND YPOGEGRAMMENI\n<dead_i"..., 4096) = 4096
read(6, "ASIA AND VARIA AND YPOGEGRAMMENI"..., 4096) = 4096
read(6, "mbining_acute> <U10001F20> \t: \"\341"..., 4096) = 4096
read(6, "U1F95 # GREEK SMALL LETTER ETA W"..., 4096) = 4096
read(6, "> \t: \"\341\276\227\" U1F97 # GREEK SMALL"..., 4096) = 4096
read(6, "ND VARIA AND PROSGEGRAMMENI\n<dea"..., 4096) = 4096
read(6, "ek_ETA> \t: \"\341\276\233\" U1F9B # GREEK"..., 4096) = 4096
read(6, "1F9D # GREEK CAPITAL LETTER ETA "..., 4096) = 4096
read(6, "10001F28> \t: \"\341\276\236\" U1F9E # GRE"..., 4096) = 4096
read(6, " PERISPOMENI AND PROSGEGRAMMENI\n"..., 4096) = 4096
read(6, "ing_grave> <U10001F60> \t: \"\341\276\242\" "..., 4096) = 4096
read(6, " <U10001F60> \t: \"\341\276\244\" U1FA4 # "..., 4096) = 4096
read(6, " <Greek_omega> \t: \"\341\276\245\" U1FA5 "..., 4096) = 4096
read(6, "GREEK SMALL LETTER OMEGA WITH PS"..., 4096) = 4096
read(6, "R OMEGA WITH DASIA AND PERISPOME"..., 4096) = 4096
read(6, "A WITH PSILI AND VARIA AND PROSG"..., 4096) = 4096
read(6, "EEK CAPITAL LETTER OMEGA WITH PS"..., 4096) = 4096
read(6, "L LETTER OMEGA WITH DASIA AND OX"..., 4096) = 4096
read(6, "y> <Greek_iota> <U10000342> <U10"..., 4096) = 4096
read(6, "A WITH VRACHY\n<dead_macron> <Gre"..., 4096) = 4096
read(6, " \t: \"\341\276\270\" U1FB8 # GREEK CAP"..., 4096) = 4096
read(6, "de> <Greek_eta> \t: \"\341\277\207\" U1FC7"..., 4096) = 4096
read(6, "resis> \t: \"\341\277\227\" U1FD7 # GREEK "..., 4096) = 4096
read(6, " GREEK SMALL LETTER RHO WITH PSI"..., 4096) = 4096
read(6, "LETTER OMEGA WITH YPOGEGRAMMENI\n"..., 4096) = 4096
read(6, "SUPERSCRIPT FOUR\n<Multi_key> <as"..., 4096) = 4096
read(6, "rbar> <KP_3> \t: \"\342\202\203\" U2083"..., 4096) = 4096
read(6, "Y NOR ACTUALLY EQUAL TO\n<Multi_k"..., 4096) = 4096
read(6, "LED DIGIT EIGHT\n<Multi_key> <par"..., 4096) = 4096
read(6, " \"\342\221\263\" U2473 # CIRCLED NUMBER "..., 4096) = 4096
read(6, "MALL LETTER N\n<Multi_key> <paren"..., 4096) = 4096
read(6, "ER DI\n<dead_voiced_sound> <kana_"..., 4096) = 4096
read(6, "CIRCLED NUMBER TWENTY ONE\n<Multi"..., 4096) = 4096
read(6, "> <parenright> \t: \"\343\211\230\" U3258 "..., 4096) = 4096
read(6, "i_key> <parenleft> <U10001109> <"..., 4096) = 4096
read(6, "renleft> <U10007279> <parenright"..., 4096) = 4096
read(6, "MBER THIRTY NINE\n<Multi_key> <pa"..., 4096) = 4096
read(6, " <parenleft> <KP_5> <0> <parenri"..., 4096) = 4096
read(6, "FD # CIRCLED KATAKANA WE\n<Multi_"..., 4096) = 4096
read(6, "> \t: \"\357\255\215\" UFB4D # HEBREW LETT"..., 4096) = 2146
read(6, "", 4096) = 0
munmap(0x3ac000, 565248) = 0
close(6) = 0
munmap(0xe92000, 4096) = 0
write(2, "./Xdialog: missing box option !\n", 32./Xdialog: missing box option !
) = 32
write(2, "Xdialog v2.1.1 by Thierry Godefr"..., 3896Xdialog v2.1.1 by Thierry Godefroy <[EMAIL PROTECTED]> (v1.0 was
written by Alfred at Cyberone Internet <[EMAIL PROTECTED]>).
Xdialog home page available at: http://xdialog.dyns.net/
Usage: ./Xdialog [<common options>] [<transient options>] <box option> ...
Common options:
--wmclass <name>
--rc-file <gtkrc filename>
--backtitle <backtitle>
--title <title>
--allow-close | --no-close
--screen-center | --under-mouse | --auto-placement
--center | --right | --left | --fill
--no-wrap | --wrap
--cr-wrap | --no-cr-wrap
--stderr | --stdout
--separator <character> | --separate-output
--buttons-style default|icon|text
Transient options:
--fixed-font
--password (may be repeated 2 or 3 times before --2inputsbox or --3inputsbox)
--editable
--time-stamp | --date-stamp
--reverse
--keep-colors
--interval <timeout>
--no-tags
--item-help (if used, the {...} parameters are needed in menus/lists widgets)
--default-item <tag>
--icon <xpm filename>
--no-ok
--no-cancel
--no-buttons
--default-no
--wizard
--help <help>
--print <printer> (1)
--check <label> [<status>]
--ok-label <label>
--cancel-label <label>
--beep
--beep-after
--begin <Yorg> <Xorg>
--ignore-eof
--smooth
Box options:
--yesno <text> <height> <width>
--msgbox <text> <height> <width>
--infobox <text> <height> <width> [<timeout>]
--gauge <text> <height> <width> [<percent>]
--progress <text> <height> <width> [<maxdots> [[-]<msglen>]]
--inputbox <text> <height> <width> [<init>]
--2inputsbox <text> <height> <width> <label1> <init1> <label2> <init2>
--3inputsbox <text> <height> <width> <label1> <init1> <label2> <init2> <label3> <init3>
--combobox <text> <height> <width> <item1> ... <itemN>
--rangebox <text> <height> <width> <min value> <max value> [<default value>]
--2rangesbox <text> <height> <width> <label1> <min1> <max1> <def1> <label2> <min2> <max2> <def2>
--3rangesbox <text> <height> <width> <label1> <min1> <max1> <def1> ... <label3> <min3> <max3> <def3>
--spinbox <text> <height> <width> <min value> <max value> <default value> <label>
--2spinsbox <text> <height> <width> <min1> <max1> <def1> <label1> <min2> <max2> <def2> <label2>
--3spinsbox <text> <height> <width> <min1> <max1> <def1> <label1> ... <min3> <max3> <def3> <label3>
--textbox <file> <height> <width>
--editbox <file> <height> <width>
--tailbox <file> <height> <width>
--logbox <file> <height> <width>
--menubox <text> <height> <width> <menu height> <tag1> <item1> {<help1>}...
--checklist <text> <height> <width> <list height> <tag1> <item1> <status1> {<help1>}...
--radiolist <text> <height> <width> <list height> <tag1> <item1> <status1> {<help1>}...
--buildlist <text> <height> <width> <list height> <tag1> <item1> <status1> {<help1>}...
--treeview <text> <height> <width> <list height> <tag1> <item1> <status1> <item_depth1> {<help1>}...
--fselect <file> <height> <width>
--dselect <directory> <height> <width>
--colorsel <text> <height> <width>
--fontsel <font name> <height> <width>
--calendar <text> <height> <width> [<day> <month> <year>]
--timebox <text> <height> <width> [<hours> <minutes> <seconds>]
Special options:
--version (prints version number to stderr and exits).
--print-version (same as above in a cdialog-compatible way).
--print-maxsize (prints maximum menu size in characters and exits).
Note that <height> and <width> are in characters and may be replaced by a single
XSIZExYSIZE[+/-XORG+/-YORG] parameter (like the one passed in the -geometry option
of X) which will represent the size of the Xdialog window in pixels. Specifying
a size of 0 0 (or 0x0) will auto-size Xdialog, while a size of -1 -1 (or -1x-1)
will maximize it.
(1) This Xdialog binary compiled with: lpr -P<printer>
as the print command. If <printer> is "" (an empty string), the -P
option is not used.
) = 3896
writev(3, [{"b\0\6\0\17\0\0\0", 8}, {"XFree86-Bigfont", 15}, {"\0", 1}], 3) = 24
read(3, "\1\304%\0\0\0\0\0\0\0J\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "-\0\17\0\2\0\300\0-\0nd-*-*-medium-r-normal"..., 68) = 68
read(3, "\1\220\'\0=\3\0\0\0\0\1\0\7\0\376\377\371\377\0\0\377\377"..., 32) = 32
read(3, "\3\0\0\0h\243I\t\0\0\377\0\0\0\33\0\0\0\0\0\n\0\3\0\0\1"..., 28) = 28
read(3, "[EMAIL PROTECTED]"..., 216) = 216
read(3, "\0\0\7\0\7\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3072) = 3072
write(3, "-\0\22\0\3\0\300\0009\0nd-adobe-helvetica-med"..., 80) = 80
read(3, "\1\220)\0=\3\0\0\0\0\1\0\2\0\377\377\370\377\0\0\377\377"..., 32) = 32
read(3, "\3\0\0\0h\243I\t\0\0\377\0\0\0\33\0\0\0\0\0\v\0\3\0\0\1"..., 28) = 28
read(3, "[EMAIL PROTECTED]"..., 216) = 216
read(3, "\1\0\10\0\t\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3072) = 3072
writev(3, [{"1\0\20\0\1\0005\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 53}, {"\0\0\0", 3}], 3) = 64
read(3, "\1\0*\0\20\0\0\0\1\0\365\277B\240\26\10x\364H\t\0\261:"..., 32) = 32
readv(3, [{"=-adobe-helvetica-medium-r-norma"..., 64}, {"", 0}], 2) = 64
writev(3, [{"1\0\20\0\1\0005\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 53}, {"\0\0\0", 3}], 3) = 64
read(3, "\1\0+\0\20\0\0\0\1\0\365\277B\240\26\10x\364H\t\0\261:"..., 32) = 32
readv(3, [{"=-adobe-helvetica-medium-r-norma"..., 64}, {"", 0}], 2) = 64
writev(3, [{"1\0\20\0\1\0005\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 53}, {"\0\0\0", 3}], 3) = 64
read(3, "\1\0,\0\20\0\0\0\1\0\365\277B\240\26\10x\364H\t\0\261:"..., 32) = 32
readv(3, [{"=-adobe-helvetica-medium-r-norma"..., 64}, {"", 0}], 2) = 64
writev(3, [{"1\0\21\0\1\0;\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 59}, {"\0", 1}], 3) = 68
read(3, "\1\0-\0\0\0\0\0\0\0\365\277B\240\26\10x\364H\t\0\261:\10"..., 32) = 32
writev(3, [{"1\0\21\0\1\0:\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 58}, {"\0\0", 2}], 3) = 68
read(3, "\1\0.\0\0\0\0\0\0\0\365\277B\240\26\10x\364H\t\0\261:\10"..., 32) = 32
writev(3, [{"1\0\21\0\1\0009\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 57}, {"\0\0\0", 3}], 3) = 68
read(3, "\1\0/\0\0\0\0\0\0\0\365\277B\240\26\10x\364H\t\0\261:\10"..., 32) = 32
writev(3, [{"1\0\21\0\1\0;\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 59}, {"\0", 1}], 3) = 68
read(3, "\1\0000\0\0\0\0\0\0\0\365\277B\240\26\10x\364H\t\0\261"..., 32) = 32
writev(3, [{"1\0\20\0\1\0006\0", 8}, {"-*-helvetica-medium-r-normal--*-"..., 54}, {"\0\0", 2}], 3) = 64
read(3, "\1\0001\0\20\0\0\0\1\0\365\277B\240\26\10x\364H\t\0\261"..., 32) = 32
readv(3, [{">-adobe-helvetica-medium-r-norma"..., 64}, {"", 0}], 2) = 64
writev(3, [{"2\0\22\0\1\0=\0", 8}, {"-adobe-helvetica-medium-r-normal"..., 61}, {"\0\0\0", 3}], 3) = 72
read(3, "\1=2\0M\0\0\0\0\0\1\0\2\0\377\377\370\377\0\0\377\377\377"..., 32) = 32
read(3, "\3\0\0\0\377\377\377\377\0\0\377\0\0\0\33\0\0\0\0\0\v\0"..., 28) = 28
read(3, "[EMAIL PROTECTED]"..., 216) = 216
readv(3, [{"-adobe-helvetica-medium-r-normal"..., 61}, {"\0\0\0", 3}], 2) = 64
read(3, "\1\0002\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(3, "\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"..., 28) = 28
writev(3, [{"2\0\22\0\1\0=\0", 8}, {"-adobe-helvetica-medium-r-normal"..., 61}, {"\0\0\0", 3}], 3) = 72
read(3, "\1=3\0M\0\0\0\0\0\1\0\2\0\377\377\370\377\0\0\377\377\377"..., 32) = 32
read(3, "\3\0\0\0\377\377\377\377\0\0\377\0\0\0\33\0\0\0\0\0\v\0"..., 28) = 28
read(3, "[EMAIL PROTECTED]"..., 216) = 216
readv(3, [{"-adobe-helvetica-medium-r-normal"..., 61}, {"\0\0\0", 3}], 2) = 64
read(3, "\1\0003\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(3, "\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"..., 28) = 28
writev(3, [{"2\0\22\0\1\0>\0", 8}, {"-adobe-helvetica-medium-r-normal"..., 62}, {"\0\0", 2}], 3) = 72
read(3, "\1>4\0M\0\0\0\377\377\1\0\0\0\377\377\370\377\0\0\377\377"..., 32) = 32
read(3, "\5\0\0\0\377\377\377\377\0\0\377\0\0\0\33\0\0\0\"\0\v\0"..., 28) = 28
read(3, "[EMAIL PROTECTED]"..., 216) = 216
readv(3, [{"-adobe-helvetica-medium-r-normal"..., 62}, {"\0\0", 2}], 2) = 64
read(3, "\1\0004\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(3, "\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"..., 28) = 28
write(3, "\1\20\f\0\4\0\300\0z\0\0\0\0\0\0\0\310\0\310\0\0\0\1\0"..., 276) = 276
read(3, "\1\0:\0\0\0\0\0\262\0\0\0\0\0\0\0\30\0\0\0\v\0\0\0008Z"..., 32) = 32
uname({sys="Linux", node="vmware", ...}) = 0
write(3, "\22\0\7\0\4\0\300\0\262\0\0\0!\0\0\0 \0\310\0\1\0\0\0\1"..., 752) = 752
read(3, "\0\17S\0\25\0\300\0\0\0-\277\37\0\0\0=\0\0\0\340kR\t\0"..., 32) = 32
read(3, "\0\7T\0\25\0\300\0\0\0/\277\226l\36\10\300\3037\10\210"..., 32) = 32
--- SIGFPE (Floating point exception) @ 0 (0) ---
+++ killed by SIGFPE +++
Process 2562 detached
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
