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

Bug#152128: vcg: segfault on PowerPC



On Fri, Apr 15, 2005 at 03:06:18AM -0700, James Michael DuPont wrote:
> Thank you for your bug report. I will try and help you. 
> 
> I am working on a new version of VCG, Do not have much internet time,
> just about 1-2h a week. I will need another 2-3 months before i have
> this version ready.
> 
> Are these bugs showstoppers? It seems you have a workaround. I would
> like to see if we can get a non-gui version running of the layout
> engine and then run the program remotely for debugging. 

It is for the debian package.  My workaround is to use an old copy I
copiled myself a couple years ago from upstream.

Looking at the diff's, between the old source that works and the debian
one that doesn't.  There main differences are that the unobfuscated layout
algorithms in debian, and a bunch of changes to the type declarations
for variables.  I'm guessing the problem is in the type declarations.
If you want, I can supply you with a diff between the two versions.

> I am sure there are some debian remote testing systems available.

To reproduce the crash, I think you need access to a PowerPC box and
an X server of some sort, but it seems to be sufficient to use "Xvfb"
as your X server:
  $ Xvfb :1 -ac &

  $ DISPLAY=:1 /usr/bin/xvcg \
  build/TestOpIntCondition.sta2.bin-encoder-djg.condition.vcg
  Wait.................eSegmentation fault

If you can't find a debian testing machine, I might be able to get you
access to my machine.

> Would it be possible to start the program in GDB and then let it crash?

Yes, but it doesn't look helpful:
  jronne@pattertwig:~/v2$ gdb /usr/bin/xvcg GNU gdb 6.3-debian
  Copyright 2004 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 "powerpc-linux"...(no debugging symbols found)
  Using host libthread_db library "/lib/libthread_db.so.1".

  (gdb) run build/TestOpIntCondition.sta2.bin-encoder-djg.condition.vcg

  Starting program: /usr/bin/xvcg
  build/TestOpIntCondition.sta2.bin-encoder-djg.condition.vcg
  (no debugging symbols found)
  (no debugging symbols found)
  (no debugging symbols found)
  (no debugging symbols found)
  (no debugging symbols found)
  (no debugging symbols found)
  Wait.................e(no debugging symbols found)
  (no debugging symbols found)
  (no debugging symbols found)

  Program received signal SIGSEGV, Segmentation fault.
  0x00000000 in ?? ()
  (gdb) bt
  #0  0x00000000 in ?? ()
  #1  0x00000000 in ?? ()
  Previous frame identical to this frame (corrupt stack?)

I could find an unstripped binary when I compiled the debian source
package myself, and that gets rid of the "(no debugging symbols found)",
but the stack backtrace is still corrupted.

I'm also attaching an strace of the the execution.

-- 
Jeffery von Ronne <jronne@ics.uci.edu> 
PhD Candidate, Information & Computer Science 
University of California, Irvine
ἐταπείνωσεν ἑαυτὸν γενόμενος ὑπήκοος μέχρι θανάτου, θανάτου δὲ σταυροῦ
execve("/usr/bin/xvcg", ["/usr/bin/xvcg", "build/TestOpIntCondition.sta2.bin-encoder-djg.condition.vcg"], [/* 29 vars */]) = 0
uname({sys="Linux", node="pattertwig", ...}) = 0
brk(0)                                  = 0x100e9000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48016000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", 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=49746, ...}) = 0
mmap(NULL, 49746, PROT_READ, MAP_PRIVATE, 3, 0) = 0x48017000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXext.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0<\\"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=73144, ...}) = 0
mmap(0xffce000, 138404, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xffce000
mprotect(0xffe0000, 64676, PROT_NONE)   = 0
mmap(0xffee000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0xffee000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libX11.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1Ud"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=880080, ...}) = 0
mmap(0xfed5000, 952848, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xfed5000
mprotect(0xffa9000, 84496, PROT_NONE)   = 0
mmap(0xffb5000, 28672, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0xd0000) = 0xffb5000
mmap(0xffbc000, 6672, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xffbc000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\242"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=478124, ...}) = 0
mmap(0xfe40000, 542764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xfe40000
mprotect(0xfeb2000, 75820, PROT_NONE)   = 0
mmap(0xfec0000, 20480, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x70000) = 0xfec0000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1\322"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1298544, ...}) = 0
mmap(0xfce1000, 1370024, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xfce1000
mprotect(0xfe13000, 116648, PROT_NONE)  = 0
mmap(0xfe21000, 49152, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x130000) = 0xfe21000
mmap(0xfe2d000, 10152, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfe2d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0  "..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=11252, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48024000
mmap(0xfcbe000, 75756, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xfcbe000
mprotect(0xfcc1000, 63468, PROT_NONE)   = 0
mmap(0xfcce000, 12288, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xfcce000
close(3)                                = 0
munmap(0x48017000, 49746)               = 0
rt_sigaction(SIGUSR1, {0x10041908, [USR1], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR2, {0x10041990, [USR2], SA_RESTART}, {SIG_DFL}, 8) = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48017000
write(1, "Wait ", 5)                    = 5
brk(0)                                  = 0x100e9000
brk(0x1010a000)                         = 0x1010a000
brk(0)                                  = 0x1010a000
open("build/TestOpIntCondition.sta2.bin-encoder-djg.condition.vcg", O_RDONLY) = 3
ioctl(3, TCGETS or TCGETS, 0xbfd72c60)  = -1 ENOTTY (Inappropriate ioctl for device)
fstat64(3, {st_mode=S_IFREG|0644, st_size=2021, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48018000
read(3, "graph: {\ntitle: \"CFG of DJGraph:"..., 8192) = 2021
read(3, "", 4096)                       = 0
brk(0)                                  = 0x1010a000
brk(0x1012d000)                         = 0x1012d000
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48027000
read(3, "", 8192)                       = 0
ioctl(3, TCGETS or TCGETS, 0xbfd72c20)  = -1 ENOTTY (Inappropriate ioctl for device)
close(3)                                = 0
munmap(0x48018000, 4096)                = 0
uname({sys="Linux", node="pattertwig", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 3
uname({sys="Linux", node="pattertwig", ...}) = 0
uname({sys="Linux", node="pattertwig", ...}) = 0
connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
uname({sys="Linux", node="pattertwig", ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
access("/home/jronne/.Xauthority", R_OK) = 0
open("/home/jronne/.Xauthority", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0600, st_size=1044, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48018000
read(4, "\1\0\0\30rumblebuffin.ics.uci.edu\0\00210"..., 4096) = 1044
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48018000, 4096)                = 0
writev(3, [{"B\0\0\v\0\0\0\22\0\20\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"4\232\223\261\322\217\36R\354\0277\314\37pS\34", 16}], 4) = 48
fcntl64(3, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
read(3, "\1\0\0\v\0\0\0X", 8)           = 8
read(3, "\2f\355\341\1\200\0\0\0\37\377\377\0\0\1\0\0\30\377\377"..., 352) = 352
write(3, "7\0\0\5\1\200\0\0\0\0\0^\0\0\0\10\0\377\377\377b\0\0\5"..., 64) = 64
read(3, "\1\36\0\2\0\0\0\0\1\203\0\0\20\36\0\0\20\36\0\210\20\36"..., 32) = 32
read(3, "\1\10\0\3\0\0\0B\0\0\0\37\0\0\0\0\0\0\1\7\20\36\0\0\20"..., 32) = 32
readv(3, [{"%xterm*font:\t-misc-fixed-medium-"..., 263}, {"\0", 1}], 2) = 264
write(3, "\203\0\0\1", 4)               = 4
read(3, "\1\350\0\4\0\0\0\0\0\17\377\377\20\36\0\0\20\36\0\210\20"..., 32) = 32
writev(3, [{"b\0\0\5\0\t\0\0", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(3, "\1\350\0\5\0\0\0\0\1\225n\260\20\36\0\0\20\36\0\210\20"..., 32) = 32
write(3, "\225\0\0\2\0\1\0\0", 8)       = 8
read(3, "\1\1\0\6\0\0\0\0\0\1\0\0\20\36\0\0\20\36\0\210\20\36\0"..., 32) = 32
write(1, "\10.a", 3)                    = 3
write(1, "\10.a", 3)                    = 3
write(1, "\10.f", 3)                    = 3
write(1, "\10.f", 3)                    = 3
write(1, "\10.f", 3)                    = 3
write(1, "\10.f", 3)                    = 3
write(1, "\10.p", 3)                    = 3
write(1, "\10.p", 3)                    = 3
write(1, "\10.u", 3)                    = 3
write(1, "\10.u", 3)                    = 3
write(1, "\10.b", 3)                    = 3
write(1, "\10.b", 3)                    = 3
write(1, "\10.m", 3)                    = 3
write(1, "\10.c", 3)                    = 3
write(1, "\10.e", 3)                    = 3
write(1, "\10.e", 3)                    = 3
write(1, "\10.e", 3)                    = 3
open("/etc/ld.so.cache", O_RDONLY)      = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=49746, ...}) = 0
mmap(NULL, 49746, PROT_READ, MAP_PRIVATE, 4, 0) = 0x48128000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXcursor.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\000"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=41024, ...}) = 0
mmap(0xfc93000, 106540, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xfc93000
mprotect(0xfc9d000, 65580, PROT_NONE)   = 0
mmap(0xfca3000, 40960, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 4, 0) = 0xfca3000
mmap(0xfcad000, 44, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfcad000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXrender.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0%\320"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=38348, ...}) = 0
mmap(0xfc69000, 103156, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xfc69000
mprotect(0xfc72000, 66292, PROT_NONE)   = 0
mmap(0xfc79000, 40960, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 4, 0) = 0xfc79000
close(4)                                = 0
munmap(0x48128000, 49746)               = 0
write(3, "\1\0\0\v\1\200\0\1\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\1\0"..., 136) = 136
read(3, "\1\2\0\17\0\0\0\0\1@\0\241\3]>4\0\0\0\0\24\214r8\0\0\0"..., 32) = 32
writev(3, [{"b\0\0\4\0\6\0\1", 8}, {"RENDER", 6}, {"\0\0", 2}], 3) = 16
read(3, "\1\350\0\20\0\0\0\0\1\233\0\265\20\36\0\0\20\36\0\210\20"..., 32) = 32
write(3, "\233\0\0\3\0\0\0\0\0\0\0\10\233\1\0\1", 16) = 16
read(3, "\1\350\0\21\0\0\0\0\0\0\0\0\0\0\0\10\277\350x`\20\n\271"..., 32) = 32
read(3, "\1\355\0\22\0\0\0\227\0\0\0\22\0\0\0\1\0\0\0\7\0\0\0\4"..., 32) = 32
read(3, "\0\0\0+\1\1\346\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0"..., 604) = 604
open("/usr/X11R6/lib/X11/locale/locale.alias", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=68207, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "#\t$Xorg: locale.alias,v 1.3 2000"..., 4096) = 4096
read(4, "9-1\nca_ES.ISO-8859-1\t\t\t\tca_ES.IS"..., 4096) = 4096
read(4, "GB.ISO8859-1\nENG_GB.8859\t\t\t\t\ten_"..., 4096) = 4096
read(4, "cifies ISO8859-15 as the base ch"..., 4096) = 4096
read(4, "gede\t\t\t\t\tgez_ER.UTF-8\ngez_ET@abe"..., 4096) = 4096
read(4, "\tlg_UG.ISO8859-10\nlg_UG.ISO-8859"..., 4096) = 4096
read(4, "o88591\t\t\t\t\tph_PH.ISO8859-1\npl\t\t\t"..., 4096) = 4096
read(4, "iso88591\t\t\t\t\ttl_PH.ISO8859-1\ntl_"..., 4096) = 4096
read(4, "sh\t\t\t\t\t\tpl_PL.ISO8859-2\nportugue"..., 4096) = 4096
read(4, "251:\t\t\t\tbe_BY.CP1251\nbg:\t\t\t\t\t\tbg"..., 4096) = 4096
read(4, "\t\t\t\tde_LU.ISO8859-15\nde_LU.UTF-8"..., 4096) = 4096
read(4, "_HN.ISO8859-1\nes_HN.iso88591:\t\t\t"..., 4096) = 4096
read(4, "fr_FR.ISO8859-15\nfr_FR.ISO-8859-"..., 4096) = 4096
read(4, "e\n# deleted in the future.\niw:\t\t"..., 4096) = 4096
read(4, "O.ISO8859-15\nnn_NO.ISO-8859-15:\t"..., 4096) = 4096
read(4, "\t\t\t\tsr_YU.ISO8859-5\nsr_YU@cyrill"..., 4096) = 4096
read(4, "3.0\nenglish_uk.8859:\t\t\t\ten_GB.IS"..., 4096) = 2671
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/X11R6/lib/X11/locale/locale.dir", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=35376, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "#\t$Xorg: locale.dir,v 1.3 2000/0"..., 4096) = 4096
read(4, "PA.ISO8859-1\niso8859-1/XLC_LOCAL"..., 4096) = 4096
read(4, "SO8859-2\niso8859-5/XLC_LOCALE \t\t"..., 4096) = 4096
read(4, "E\t\t\ten_IE.UTF-8\nen_US.UTF-8/XLC_"..., 4096) = 4096
read(4, "E\t\t\tsid_ET.UTF-8\nen_US.UTF-8/XLC"..., 4096) = 4096
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/X11R6/lib/X11/locale/C/XI18N_OBJS", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=333, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "# CATEGORY(XLC|XIM|OM)\tSHARED_LI"..., 4096) = 333
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2", O_RDONLY) = 4
read(4, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\33"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=14688, ...}) = 0
mmap(0xfc45000, 79192, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xfc45000
mprotect(0xfc49000, 62808, PROT_NONE)   = 0
mmap(0xfc55000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 4, 0) = 0xfc55000
close(4)                                = 0
open("/usr/X11R6/lib/X11/locale/locale.alias", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=68207, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "#\t$Xorg: locale.alias,v 1.3 2000"..., 4096) = 4096
read(4, "9-1\nca_ES.ISO-8859-1\t\t\t\tca_ES.IS"..., 4096) = 4096
read(4, "GB.ISO8859-1\nENG_GB.8859\t\t\t\t\ten_"..., 4096) = 4096
read(4, "cifies ISO8859-15 as the base ch"..., 4096) = 4096
read(4, "gede\t\t\t\t\tgez_ER.UTF-8\ngez_ET@abe"..., 4096) = 4096
read(4, "\tlg_UG.ISO8859-10\nlg_UG.ISO-8859"..., 4096) = 4096
read(4, "o88591\t\t\t\t\tph_PH.ISO8859-1\npl\t\t\t"..., 4096) = 4096
read(4, "iso88591\t\t\t\t\ttl_PH.ISO8859-1\ntl_"..., 4096) = 4096
read(4, "sh\t\t\t\t\t\tpl_PL.ISO8859-2\nportugue"..., 4096) = 4096
read(4, "251:\t\t\t\tbe_BY.CP1251\nbg:\t\t\t\t\t\tbg"..., 4096) = 4096
read(4, "\t\t\t\tde_LU.ISO8859-15\nde_LU.UTF-8"..., 4096) = 4096
read(4, "_HN.ISO8859-1\nes_HN.iso88591:\t\t\t"..., 4096) = 4096
read(4, "fr_FR.ISO8859-15\nfr_FR.ISO-8859-"..., 4096) = 4096
read(4, "e\n# deleted in the future.\niw:\t\t"..., 4096) = 4096
read(4, "O.ISO8859-15\nnn_NO.ISO-8859-15:\t"..., 4096) = 4096
read(4, "\t\t\t\tsr_YU.ISO8859-5\nsr_YU@cyrill"..., 4096) = 4096
read(4, "3.0\nenglish_uk.8859:\t\t\t\ten_GB.IS"..., 4096) = 2671
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/X11R6/lib/X11/locale/locale.dir", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=35376, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "#\t$Xorg: locale.dir,v 1.3 2000/0"..., 4096) = 4096
read(4, "PA.ISO8859-1\niso8859-1/XLC_LOCAL"..., 4096) = 4096
read(4, "SO8859-2\niso8859-5/XLC_LOCALE \t\t"..., 4096) = 4096
read(4, "E\t\t\ten_IE.UTF-8\nen_US.UTF-8/XLC_"..., 4096) = 4096
read(4, "E\t\t\tsid_ET.UTF-8\nen_US.UTF-8/XLC"..., 4096) = 4096
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
access("/usr/X11R6/lib/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/X11R6/lib/X11/locale/C/XLC_LOCALE", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=772, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "#  $Xorg: C,v 1.3 2000/08/17 19:"..., 4096) = 772
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
uname({sys="Linux", node="pattertwig", ...}) = 0
open("/home/jronne/.Xdefaults-pattertwig", O_RDONLY) = -1 ENOENT (No such file or directory)
writev(3, [{"7\0\0\4\1\200\0\6\1\200\0\2\0\0\0\0H\1\0\206\1\200\0\2"..., 568}, {"XFree86-Bigfont", 15}, {"\0", 1}], 3) = 584
read(3, "\1\350\0\26\0\0\0\0\1\232\0\0\20\36\0\0\20\36\0\210\20"..., 32) = 32
write(3, "\232\0\0\1", 4)               = 4
read(3, "\1\1\0\27\0\0\0\0\0\1\0\1\0\0\0\0\0\0\0\0o\6==\20\36\0"..., 32) = 32
write(3, "-\0\0\f\1\200\0\7\0\"\0\2-*-courier-*-*-*--14"..., 60) = 60
read(3, "\1\350\0\31\0\0\1\316\377\377\0\1\0\t\377\376\377\370\0"..., 32) = 32
read(3, "\0\4\0\0\0\0\0\n\0\0\0\377\0\0\0\33\0\0\0\0\0\v\0\4\0\0"..., 40) = 40
read(3, "\0\0\0\301\0\0\1\257\0\0\0@\0\0\1\272\0\0\0\302\0\0\1\300"..., 216) = 216
read(3, "\0\0\0\v\0\t\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1592) = 1592
write(3, "\22\0\0\26\1\200\0\1\0\0\0\'\0\0\0\37\10uri\0\0\0?VCG "..., 436) = 436
read(3, "\1\0\0\37\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0 \0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20\36"..., 32) = 32
write(3, "\1\0\0\v\1\200\0\10\1\200\0\1\0\24\0\2\v\372\3J\0\2\0\1"..., 104) = 104
read(3, "\20\0\0!\1\200\0\1\1\200\0\10\0\24\0\2\v\372\3J\0\2\0\354"..., 32) = 32
read(3, "\23\350\0\"\1\200\0\10\1\200\0\10\0\367:\360\277\350w\360"..., 32) = 32
read(3, "\23\350\0\"\1\200\0\1\1\200\0\10\0\367:\360\277\350w\360"..., 32) = 32
read(3, "\1\0\0%\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0&\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20\36"..., 32) = 32
write(3, "\1\0\0\n\1\200\0\n\1\200\0\1\0\2\3d\f\26\0002\0\2\0\0\0"..., 64) = 64
read(3, "\20\0\0\'\1\200\0\1\1\200\0\n\0\2\3d\f\26\0002\0\2\0\354"..., 32) = 32
read(3, "\23\350\0(\1\200\0\1\1\200\0\n\0\367:\360\277\350w\360"..., 32) = 32
read(3, "\1\0\0)\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0*\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20\36"..., 32) = 32
write(3, "\1\0\0\v\1\200\0\v\1\200\0\1\f\21\3N\0\10\0\22\0\1\0\1"..., 1088) = 1088
read(3, "\20\0\0+\1\200\0\1\1\200\0\v\f\21\3N\0\10\0\22\0\1\0\354"..., 32) = 32
read(3, "\20\0\0,\1\200\0\1\1\200\0\f\0\v\0\n\0\10\3:\0\1\0\354"..., 32) = 32
read(3, "\20\0\0-\1\200\0\f\1\200\0\r\0\0\0\0\0\6\0\24\0\1\0\354"..., 32) = 32
read(3, "\20\0\0.\1\200\0\1\1\200\0\16\0\v\0\2\0\10\0\7\0\1\0\354"..., 32) = 32
read(3, "\20\0\0/\1\200\0\1\1\200\0\17\0\v\3E\0\10\0\7\0\1\0\354"..., 32) = 32
read(3, "\23\350\0000\1\200\0\1\1\200\0\16\0\367;\234\277\350w\360"..., 32) = 32
read(3, "\23\350\0001\1\200\0\1\1\200\0\17\0\367;\234\277\350w\360"..., 32) = 32
read(3, "\23\350\0002\1\200\0\f\1\200\0\r\0\367;\234\277\350w\360"..., 32) = 32
read(3, "\23\350\0003\1\200\0\1\1\200\0\f\0\367;\234\277\350w\360"..., 32) = 32
read(3, "\20\0\0004\1\200\0\1\1\200\0\20\0\2\0\n\0\10\3:\0\1\0\354"..., 32) = 32
read(3, "\20\0\0005\1\200\0\20\1\200\0\21\0\0\0\0\0\6\0\24\0\1\0"..., 32) = 32
read(3, "\20\0\0006\1\200\0\1\1\200\0\22\0\2\0\2\0\10\0\7\0\1\0"..., 32) = 32
read(3, "\20\0\0007\1\200\0\1\1\200\0\23\0\2\3E\0\10\0\7\0\1\0\354"..., 32) = 32
read(3, "\23\350\0008\1\200\0\1\1\200\0\22\0\367<h\277\350w\360"..., 32) = 32
read(3, "\23\350\0009\1\200\0\1\1\200\0\23\0\367<h\277\350w\360"..., 32) = 32
read(3, "\23\350\0:\1\200\0\20\1\200\0\21\0\367<h\277\350w\360\20"..., 32) = 32
read(3, "\23\350\0;\1\200\0\1\1\200\0\20\0\367<h\277\350w\360\20"..., 32) = 32
read(3, "\20\0\0<\1\200\0\1\1\200\0\24\f\21\0\n\0\10\3:\0\1\0\354"..., 32) = 32
read(3, "\20\0\0=\1\200\0\24\1\200\0\25\0\0\0\0\0\6\0\24\0\1\0\354"..., 32) = 32
read(3, "\20\0\0>\1\200\0\1\1\200\0\26\f\21\0\2\0\10\0\7\0\1\0\354"..., 32) = 32
read(3, "\20\0\0?\1\200\0\1\1\200\0\27\f\21\3E\0\10\0\7\0\1\0\354"..., 32) = 32
read(3, "\23\350\0@\1\200\0\1\1\200\0\26\0\367=4\277\350w\360\20"..., 32) = 32
read(3, "\23\350\0A\1\200\0\1\1\200\0\27\0\367=4\277\350w\360\20"..., 32) = 32
read(3, "\23\350\0B\1\200\0\24\1\200\0\25\0\367=4\277\350w\360\20"..., 32) = 32
read(3, "\23\350\0C\1\200\0\1\1\200\0\24\0\367=4\277\350w\360\20"..., 32) = 32
read(3, "\20\0\0D\1\200\0\1\1\200\0\30\0\34\3O\v\353\0\10\0\1\0"..., 32) = 32
read(3, "\20\0\0E\1\200\0\30\1\200\0\31\0\0\0\0\0\24\0\6\0\1\0\354"..., 32) = 32
read(3, "\20\0\0F\1\200\0\1\1\200\0\32\0\24\3O\0\7\0\10\0\1\0\354"..., 32) = 32
read(3, "\20\0\0G\1\200\0\1\1\200\0\33\f\6\3O\0\7\0\10\0\1\0\354"..., 32) = 32
read(3, "\23\350\0H\1\200\0\1\1\200\0\32\0\367>\0\277\350w\360\20"..., 32) = 32
read(3, "\23\350\0I\1\200\0\1\1\200\0\33\0\367>\0\277\350w\360\20"..., 32) = 32
read(3, "\23\350\0J\1\200\0\30\1\200\0\31\0\367>\0\277\350w\360"..., 32) = 32
read(3, "\23\350\0K\1\200\0\1\1\200\0\30\0\367>\0\277\350w\360\20"..., 32) = 32
read(3, "\20\0\0L\1\200\0\1\1\200\0\34\0\34\3X\v\353\0\10\0\1\0"..., 32) = 32
read(3, "\20\0\0M\1\200\0\34\1\200\0\35\0\0\0\0\0\24\0\6\0\1\0\354"..., 32) = 32
read(3, "\20\0\0N\1\200\0\1\1\200\0\36\0\24\3X\0\7\0\10\0\1\0\354"..., 32) = 32
read(3, "\20\0\0O\1\200\0\1\1\200\0\37\f\6\3X\0\7\0\10\0\1\0\354"..., 32) = 32
read(3, "\23\350\0P\1\200\0\1\1\200\0\36\0\367>\314\277\350w\360"..., 32) = 32
read(3, "\23\350\0Q\1\200\0\1\1\200\0\37\0\367>\314\277\350w\360"..., 32) = 32
read(3, "\23\350\0R\1\200\0\34\1\200\0\35\0\367>\314\277\350w\360"..., 32) = 32
read(3, "\23\350\0S\1\200\0\1\1\200\0\34\0\367>\314\277\350w\360"..., 32) = 32
read(3, "\23\350\0T\1\200\0\1\1\200\0\v\0\367>\314\277\350w\360"..., 32) = 32
read(3, "\1\0\0U\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0V\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20\36"..., 32) = 32
write(3, "\f\0\0\7\1\200\0\21\0\17\0\1\0\0\0\0\0\0\0\0\0\0\0\6\0"..., 100) = 100
read(3, "\26\36\0Y\1\200\0\24\1\200\0\25\0\0\0\0\0\0\1\222\0\6\0"..., 32) = 32
read(3, "\1\0\0Z\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0[\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20\36"..., 32) = 32
write(3, "\1\0\0\n\1\200\0 \1\200\0\1\f\35\3\235\0\272\1T\0\1\0\0"..., 948) = 948
read(3, "\20\0\0\\\1\200\0\1\1\200\0 \f\35\3\235\0\272\1T\0\1\0"..., 32) = 32
read(3, "\23\350\0\177\1\200\0\1\1\200\0 \0\367>X\277\350w\360\20"..., 32) = 32
read(3, "\1\0\0\200\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0\201\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20"..., 32) = 32
write(3, "\1\0\0\n\1\200\0002\1\200\0\1\f\35\3\235\0\30\0\24\0\1"..., 116) = 116
read(3, "\20\0\0\202\1\200\0\1\1\200\0002\f\35\3\235\0\30\0\24\0"..., 32) = 32
read(3, "\23\350\0\205\1\200\0\1\1\200\0002\0\367;\30\277\350w\360"..., 32) = 32
read(3, "\1\0\0\206\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0\207\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20"..., 32) = 32
write(3, "\1\0\0\n\1\200\0004\1\200\0\1\f\35\3\235\0E\1\4\0\1\0\0"..., 740) = 740
read(3, "\20\0\0\210\1\200\0\1\1\200\0004\f\35\3\235\0E\1\4\0\1"..., 32) = 32
read(3, "\23\350\0\243\1\200\0\1\1\200\0004\0\367=\210\277\350w"..., 32) = 32
read(3, "\1\0\0\244\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0\245\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20"..., 32) = 32
write(3, "\1\0\0\n\1\200\0B\1\200\0\1\f\35\3\235\0\237\0\264\0\1"..., 532) = 532
read(3, "\20\0\0\246\1\200\0\1\1\200\0B\f\35\3\235\0\237\0\264\0"..., 32) = 32
read(3, "\23\350\0\271\1\200\0\1\1\200\0B\0\367<\270\277\350w\360"..., 32) = 32
read(3, "\1\0\0\272\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0\273\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20"..., 32) = 32
write(3, "\1\0\0\n\1\200\0L\1\200\0\1\f\35\3\235\0<\0\310\0\1\0\0"..., 584) = 584
read(3, "\20\0\0\274\1\200\0\1\1\200\0L\f\35\3\235\0<\0\310\0\1"..., 32) = 32
read(3, "\23\350\0\321\1\200\0\1\1\200\0L\0\367<\354\277\350w\360"..., 32) = 32
read(3, "\1\0\0\322\0\0\0\3\0\0\0#\0\1\0\1\377\377\377\377\0\0\0"..., 32) = 32
read(3, "\1j\200\35\1*\200\35\0\0\0\0", 12) = 12
read(3, "\1\30\0\323\0\0\0\0\0\0\0^\0\0\0\0\f\34\3\234\0\2\0\0\20"..., 32) = 32
write(3, "\1\0\0\n\1\200\0W\1\200\0\1\f\35\3\235\0\215\0d\0\1\0\0"..., 592) = 592
ioctl(3, FIONREAD or FIONREAD, [384])   = 0
read(3, "\20\0\0\324\1\200\0\1\1\200\0W\f\35\3\235\0\215\0d\0\1"..., 384) = 384
ioctl(3, FIONREAD or FIONREAD, [64])    = 0
read(3, "\26\0\0\353\1\200\0\1\1\200\0\1\0\240\0\10\0\0\0\0\f\34"..., 64) = 64
ioctl(3, FIONREAD or FIONREAD, [32])    = 0
read(3, "\26\0\0\353\1\200\0\1\1\200\0\1\0\0\0\0\0\5\0\27\f\34\3"..., 32) = 32
ioctl(3, FIONREAD or FIONREAD, [0])     = 0
read(3, "\226\316\0\353\1\200\0\1\1\200\0\1\0\0\0\0\6C\0\25\f\34"..., 32) = 32
ioctl(3, FIONREAD or FIONREAD, [640])   = 0
read(3, "\23\"\0\353\1\200\0\1\1\200\0\1\0\36\0\0\277\350w\360\0"..., 640) = 640
open("/home/jronne/.icons/default/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/left_ptr", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"-\0\0\5\1\200\0b\0\6\0\1cursor\0d5 \0\4\1\200\0c\0\0\0"..., 76}, {"\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"..., 2304}], 2) = 2380
open("/home/jronne/.icons/default/cursors/hand1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/hand1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/hand1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/hand1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/hand1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/hand1", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0d\233\4\0\5\1\200\0e\1\200\0c\0\0\0.\0\0"..., 116}, {"\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"..., 2304}], 2) = 2420
open("/home/jronne/.icons/default/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nName=Industrial\nNam"..., 4096) = 1217
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/share/pixmaps/Industrial/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/gnome/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=10477, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nName=GNOME\nName[ar]"..., 4096) = 4096
read(4, "ck/document,32x32/stock/generic,"..., 4096) = 4096
read(4, "24\nContext=Stock\nType=Scalable\n\n"..., 4096) = 2285
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/share/pixmaps/gnome/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/crosshair", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/watch", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/watch", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/watch", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\10\0\0\0\2\0\375\377\30\0\0\0p\0"..., 4096) = 4096
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\10\0\0\0\2\0\375\377\30\0\0\0p\0"..., 4096) = 4096
_llseek(4, 4096, [4096], SEEK_SET)      = 0
read(4, "\324\324\324\377\0\0\0\331\0\0\0R\0\0\0+\0\0\0\f\0\0\0"..., 4096) = 4096
_llseek(4, 8192, [8192], SEEK_SET)      = 0
_llseek(4, 8192, [8192], SEEK_SET)      = 0
read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\371\371"..., 4096) = 4096
_llseek(4, 12288, [12288], SEEK_SET)    = 0
_llseek(4, 12288, [12288], SEEK_SET)    = 0
read(4, "\324\324\324\377ccc\377\0\0\0\313\0\0\0F\0\0\0\v\0\0\0"..., 4096) = 4096
_llseek(4, 16384, [16384], SEEK_SET)    = 0
read(4, "\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"..., 4096) = 2448
_llseek(4, 18832, [18832], SEEK_SET)    = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0h\233\4\0\5\1\200\0i\1\200\0g\0\0\0.\0\0"..., 148}, {"\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"..., 2304}], 2) = 2452
writev(3, [{"<\0\0\2\1\200\0m\233\4\0\5\1\200\0n\1\200\0l\0\0\0.\0\0"..., 116}, {"\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"..., 2304}], 2) = 2420
writev(3, [{"<\0\0\2\1\200\0q\233\4\0\5\1\200\0r\1\200\0p\0\0\0.\0\0"..., 116}, {"\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"..., 2304}], 2) = 2420
writev(3, [{"<\0\0\2\1\200\0u\233\4\0\5\1\200\0v\1\200\0t\0\0\0.\0\0"..., 116}, {"\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"..., 2304}], 2) = 2420
writev(3, [{"<\0\0\2\1\200\0y\233\4\0\5\1\200\0z\1\200\0x\0\0\0.\0\0"..., 116}, {"\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"..., 2304}], 2) = 2420
writev(3, [{"<\0\0\2\1\200\0}\233\4\0\5\1\200\0~\1\200\0|\0\0\0.\0\0"..., 116}, {"\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"..., 2304}], 2) = 2420
writev(3, [{"<\0\0\2\1\200\0\201\233\4\0\5\1\200\0\202\1\200\0\200\0"..., 116}, {"\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"..., 2304}], 2) = 2420
writev(3, [{"<\0\0\2\1\200\0\205\233\4\0\5\1\200\0\206\1\200\0\204\0"..., 116}, {"\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"..., 2304}], 2) = 2420
open("/home/jronne/.icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/xterm", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0\211\233\4\0\5\1\200\0\212\1\200\0\210\0"..., 188}, {"\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"..., 2304}], 2) = 2492
open("/home/jronne/.icons/default/cursors/sb_v_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/sb_v_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/sb_v_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/sb_v_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/sb_v_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/sb_v_double_arrow", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0\216\233\4\0\5\1\200\0\217\1\200\0\215\0"..., 116}, {"\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2304}], 2) = 2420
open("/home/jronne/.icons/default/cursors/sb_h_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/sb_h_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/sb_h_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/sb_h_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/sb_h_double_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/sb_h_double_arrow", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2272, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2272
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2272
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0\222\233\4\0\5\1\200\0\223\1\200\0\221\0"..., 116}, {"\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"..., 2208}], 2) = 2324
open("/home/jronne/.icons/default/cursors/sb_right_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/sb_right_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/sb_right_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/sb_right_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/sb_right_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/sb_right_arrow", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0\226\233\4\0\5\1\200\0\227\1\200\0\225\0"..., 116}, {"\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"..., 2304}], 2) = 2420
open("/home/jronne/.icons/default/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nName=Industrial\nNam"..., 4096) = 1217
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/share/pixmaps/Industrial/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/gnome/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=10477, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nName=GNOME\nName[ar]"..., 4096) = 4096
read(4, "ck/document,32x32/stock/generic,"..., 4096) = 4096
read(4, "24\nContext=Stock\nType=Scalable\n\n"..., 4096) = 2285
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/share/pixmaps/gnome/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/sb_left_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/cursors/sb_up_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/sb_up_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/sb_up_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/sb_up_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/sb_up_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/sb_up_arrow", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2272, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2272
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2272
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
writev(3, [{"<\0\0\2\1\200\0\232\233\4\0\5\1\200\0\233\1\200\0\231\0"..., 148}, {"\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"..., 2208}], 2) = 2356
open("/home/jronne/.icons/default/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/home/jronne/.icons/Industrial/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/Industrial/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1217, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nName=Industrial\nNam"..., 4096) = 1217
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/share/pixmaps/Industrial/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/Industrial/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/gnome/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jronne/.icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=10477, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x48128000
read(4, "[Icon Theme]\nName=GNOME\nName[ar]"..., 4096) = 4096
read(4, "ck/document,32x32/stock/generic,"..., 4096) = 4096
read(4, "24\nContext=Stock\nType=Scalable\n\n"..., 4096) = 2285
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x48128000, 4096)                = 0
open("/usr/share/pixmaps/gnome/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/cursors/sb_down_arrow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/X11/icons/gnome/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Reply to: