Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313511 Details for
Bug 457582
Ruby is aborting on PPC
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
strace from running facter
strace.out (text/plain), 311.32 KB, created by
Mike McGrath
on 2008-08-06 01:49:34 UTC
(
hide
)
Description:
strace from running facter
Filename:
MIME Type:
Creator:
Mike McGrath
Created:
2008-08-06 01:49:34 UTC
Size:
311.32 KB
patch
obsolete
>26064 execve("/usr/bin/facter", ["facter"], [/* 17 vars */]) = 0 >26064 brk(0) = 0x10013000 >26064 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >26064 open("/etc/ld.so.cache", O_RDONLY) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=31418, ...}) = 0 >26064 mmap(NULL, 31418, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7ff7000 >26064 close(3) = 0 >26064 open("/usr/lib/libruby.so.1.8", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\233\311\0\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=1164132, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ff6000 >26064 mmap(0xf9a0000, 1226928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf9a0000 >26064 mprotect(0xfa9a000, 24576, PROT_NONE) = 0 >26064 mmap(0xfaa0000, 114688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x100000) = 0xfaa0000 >26064 mmap(0xfabc000, 63664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfabc000 >26064 close(3) = 0 >26064 open("/lib/libpthread.so.0", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\321M\300\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=135572, ...}) = 0 >26064 mmap(0xfd10000, 205272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfd10000 >26064 mprotect(0xfd2a000, 86016, PROT_NONE) = 0 >26064 mmap(0xfd3f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0xfd3f000 >26064 mmap(0xfd41000, 4568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfd41000 >26064 close(3) = 0 >26064 open("/lib/libdl.so.2", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\332\v\260\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=69116, ...}) = 0 >26064 mmap(0xfda0000, 131192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfda0000 >26064 mprotect(0xfda3000, 114688, PROT_NONE) = 0 >26064 mmap(0xfdbf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0xfdbf000 >26064 close(3) = 0 >26064 open("/lib/libcrypt.so.1", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\255\t\220\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=68948, ...}) = 0 >26064 mmap(0xfad0000, 291104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfad0000 >26064 mprotect(0xfadb000, 81920, PROT_NONE) = 0 >26064 mmap(0xfaef000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0xfaef000 >26064 mmap(0xfaf1000, 155936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfaf1000 >26064 close(3) = 0 >26064 open("/lib/libm.so.6", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\304\7@\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=856400, ...}) = 0 >26064 mmap(0xfc30000, 852636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfc30000 >26064 mprotect(0xfcf0000, 45056, PROT_NONE) = 0 >26064 mmap(0xfcfb000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xcb000) = 0xfcfb000 >26064 close(3) = 0 >26064 open("/lib/libc.so.6", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\336\356\200\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=1716108, ...}) = 0 >26064 mmap(0xfdd0000, 1782344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfdd0000 >26064 mprotect(0xff68000, 81920, PROT_NONE) = 0 >26064 mmap(0xff7c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19c000) = 0xff7c000 >26064 mmap(0xff81000, 8776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xff81000 >26064 close(3) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ff5000 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ff4000 >26064 mprotect(0xfd3f000, 4096, PROT_READ) = 0 >26064 mprotect(0xfdbf000, 4096, PROT_READ) = 0 >26064 mprotect(0xfaef000, 4096, PROT_READ) = 0 >26064 mprotect(0xfcfb000, 20480, PROT_READ) = 0 >26064 mprotect(0xff7c000, 16384, PROT_READ) = 0 >26064 mprotect(0xffef000, 4096, PROT_READ) = 0 >26064 munmap(0xf7ff7000, 31418) = 0 >26064 set_tid_address(0xf7ff4048) = 26064 >26064 get_robust_list(0xf7ff4050, 0xc, 0xffe738f0) = 0 >26064 futex(0xffe737c8, FUTEX_WAKE_PRIVATE, 1) = 0 >26064 rt_sigaction(SIGRTMIN, {0xfd14cc0, [], SA_SIGINFO}, NULL, 8) = 0 >26064 rt_sigaction(SIGRT_1, {0xfd14860, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 >26064 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 >26064 getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0 >26064 getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0 >26064 brk(0) = 0x10013000 >26064 brk(0x10034000) = 0x10034000 >26064 mmap(NULL, 241664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7fb9000 >26064 swapcontext(0xffe73170, 0) = 0 >26064 brk(0x10055000) = 0x10055000 >26064 rt_sigaction(SIGINT, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGHUP, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGQUIT, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGTERM, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGALRM, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGUSR1, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGUSR2, {0xfa49b20, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGBUS, {0xfa49970, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGSEGV, {0xfa49900, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigaction(SIGPIPE, {0xfa493f0, [], 0}, {SIG_DFL}, 8) = 0 >26064 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 >26064 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 >26064 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 >26064 geteuid() = 0 >26064 getegid() = 0 >26064 getuid() = 0 >26064 geteuid() = 0 >26064 getgid() = 0 >26064 getegid() = 0 >26064 swapcontext(0xffe73178, 0) = 0 >26064 open("/usr/bin/facter", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/bin/facter", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=3034, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#! /usr/bin/ruby\n#\n# = Synopsis\n#"..., 4096) = 3034 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe73124, 0) = 0 >26064 swapcontext(0xffe6fe40, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/getoptlong.rb", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/getoptlong.so", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/getoptlong.rb", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/getoptlong.so", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/getoptlong.rb", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/getoptlong.so", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/getoptlong.rb", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/getoptlong.so", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/getoptlong.rb", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/getoptlong.so", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/getoptlong.rb", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/getoptlong.so", 0xffe6fd28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/getoptlong.rb", {st_mode=S_IFREG|0644, st_size=15234, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/getoptlong.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/getoptlong.rb", 0xffe6fd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/getoptlong.rb", 0xffe6fd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/getoptlong.rb", 0xffe6fd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/getoptlong.rb", 0xffe6fd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/getoptlong.rb", 0xffe6fd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/getoptlong.rb", 0xffe6fd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/getoptlong.rb", {st_mode=S_IFREG|0644, st_size=15234, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/getoptlong.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/getoptlong.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe6f8f4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/getoptlong.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/getoptlong.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=15234, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# GetoptLong for Ruby\n#\n# Copyr"..., 4096) = 4096 >26064 read(3, "tus = STATUS_YET\n\n #\n # Err"..., 4096) = 4096 >26064 read(3, "f argument_flag == nil\n\n can"..., 4096) = 4096 >26064 brk(0x10076000) = 0x10076000 >26064 read(3, "argument}' is ambiguous\")\n\telsif "..., 4096) = 2946 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe6d10c, 0) = 0 >26064 swapcontext(0xffe6a92c, 0) = 0 >26064 swapcontext(0xffe6a92c, 0) = 0 >26064 swapcontext(0xffe6a92c, 0) = 0 >26064 swapcontext(0xffe6a92c, 0) = 0 >26064 swapcontext(0xffe6a92c, 0) = 0 >26064 swapcontext(0xffe6fe20, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter.rb", {st_mode=S_IFREG|0644, st_size=5162, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter.rb", {st_mode=S_IFREG|0644, st_size=5162, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe6f8d4, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=5162, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 Luke Kanies "..., 4096) = 4096 >26064 read(3, " Facter.reset\n end\n\n\t# S"..., 4096) = 1066 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe6d0ec, 0) = 0 >26064 swapcontext(0xffe6a90c, 0) = 0 >26064 swapcontext(0xffe69e00, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", {st_mode=S_IFREG|0644, st_size=3245, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", {st_mode=S_IFREG|0644, st_size=3245, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe698b4, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3245, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "require 'facter'\nrequire 'facter/"..., 4096) = 3245 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe665c0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter.rb", {st_mode=S_IFREG|0644, st_size=5162, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe665a0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe66054, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# An actual fact resolution mecha"..., 4096) = 3407 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe62d60, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", {st_mode=S_IFREG|0644, st_size=1183, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", {st_mode=S_IFREG|0644, st_size=1183, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe62814, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/confine.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1183, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# A restricting tag for fact reso"..., 4096) = 1183 >26064 brk(0x10097000) = 0x10097000 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe6002c, 0) = 0 >26064 swapcontext(0xffe62d40, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/timeout.rb", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/timeout.so", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/timeout.rb", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/timeout.so", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/timeout.rb", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/timeout.so", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/timeout.rb", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/timeout.so", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/timeout.rb", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/timeout.so", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/timeout.rb", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/timeout.so", 0xffe62c28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/timeout.rb", {st_mode=S_IFREG|0644, st_size=2938, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/timeout.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/timeout.rb", 0xffe62c38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/timeout.rb", 0xffe62c38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/timeout.rb", 0xffe62c38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/timeout.rb", 0xffe62c38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/timeout.rb", 0xffe62c38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/timeout.rb", 0xffe62c38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/timeout.rb", {st_mode=S_IFREG|0644, st_size=2938, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/timeout.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/timeout.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe627f4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/timeout.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/timeout.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=2938, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# = timeout.rb\n#\n# execution "..., 4096) = 2938 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe6000c, 0) = 0 >26064 swapcontext(0xffe5d80c, 0) = 0 >26064 swapcontext(0xffe5d80c, 0) = 0 >26064 swapcontext(0xffe6382c, 0) = 0 >26064 swapcontext(0xffe6708c, 0) = 0 >26064 swapcontext(0xffe69de0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", {st_mode=S_IFREG|0644, st_size=3060, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", {st_mode=S_IFREG|0644, st_size=3060, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe69894, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3060, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "require 'facter'\nrequire 'facter/"..., 4096) = 3060 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe665a0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter.rb", {st_mode=S_IFREG|0644, st_size=5162, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe66580, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", {st_mode=S_IFREG|0644, st_size=3245, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/fact.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe66560, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", {st_mode=S_IFREG|0644, st_size=2645, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", {st_mode=S_IFREG|0644, st_size=2645, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe66014, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=2645, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "require 'facter'\n\n# Load facts on"..., 4096) = 2645 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe62d20, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/facter.rb", {st_mode=S_IFREG|0644, st_size=5162, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/facter.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe6380c, 0) = 0 >26064 swapcontext(0xffe6704c, 0) = 0 >26064 swapcontext(0xffe6a86c, 0) = 0 >26064 swapcontext(0xffe69430, 0) = 0 >26064 swapcontext(0xffe652d0, 0) = 0 >26064 swapcontext(0xffe64e0c, 0) = 0 >26064 swapcontext(0xffe639b0, 0) = 0 >26064 swapcontext(0xffe652d0, 0) = 0 >26064 swapcontext(0xffe64e0c, 0) = 0 >26064 swapcontext(0xffe639b0, 0) = 0 >26064 swapcontext(0xffe652d0, 0) = 0 >26064 swapcontext(0xffe64e0c, 0) = 0 >26064 swapcontext(0xffe639b0, 0) = 0 >26064 swapcontext(0xffe652d0, 0) = 0 >26064 swapcontext(0xffe64e0c, 0) = 0 >26064 swapcontext(0xffe639b0, 0) = 0 >26064 swapcontext(0xffe69430, 0) = 0 >26064 swapcontext(0xffe652d0, 0) = 0 >26064 swapcontext(0xffe64e0c, 0) = 0 >26064 swapcontext(0xffe639b0, 0) = 0 >26064 swapcontext(0xffe652d0, 0) = 0 >26064 swapcontext(0xffe64e0c, 0) = 0 >26064 swapcontext(0xffe639b0, 0) = 0 >26064 swapcontext(0xffe6a86c, 0) = 0 >26064 swapcontext(0xffe7182c, 0) = 0 >26064 swapcontext(0xffe6db60, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rdoc/ri/ri_paths.rb", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rdoc/ri/ri_paths.so", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rdoc/ri/ri_paths.rb", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rdoc/ri/ri_paths.so", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rdoc/ri/ri_paths.rb", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rdoc/ri/ri_paths.so", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rdoc/ri/ri_paths.rb", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rdoc/ri/ri_paths.so", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rdoc/ri/ri_paths.rb", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rdoc/ri/ri_paths.so", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rdoc/ri/ri_paths.rb", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rdoc/ri/ri_paths.so", 0xffe6da48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", {st_mode=S_IFREG|0644, st_size=2409, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rdoc/ri/ri_paths.rb", 0xffe6da58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rdoc/ri/ri_paths.rb", 0xffe6da58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rdoc/ri/ri_paths.rb", 0xffe6da58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rdoc/ri/ri_paths.rb", 0xffe6da58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rdoc/ri/ri_paths.rb", 0xffe6da58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rdoc/ri/ri_paths.rb", 0xffe6da58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", {st_mode=S_IFREG|0644, st_size=2409, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe6d614, 0) = 0 >26064 open("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=2409, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "module RI\n\n # Encapsulate all th"..., 4096) = 2409 >26064 mmap(NULL, 434176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7f4f000 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe6ae2c, 0) = 0 >26064 swapcontext(0xffe6864c, 0) = 0 >26064 swapcontext(0xffe65330, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rbconfig.rb", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rbconfig.so", 0xffe65218) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", {st_mode=S_IFREG|0644, st_size=7463, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rbconfig.rb", 0xffe65228) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", {st_mode=S_IFREG|0644, st_size=7463, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe64de4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=7463, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "\n# This file was created by mkcon"..., 4096) = 4096 >26064 read(3, "$(EXEEXT)\"\n CONFIG[\"PREP\"] = \"mi"..., 4096) = 3367 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe625fc, 0) = 0 >26064 swapcontext(0xffe611c0, 0) = 0 >26064 swapcontext(0xffe5be88, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe611c0, 0) = 0 >26064 swapcontext(0xffe5be88, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe4a760, 0) = 0 >26064 swapcontext(0xffe4a29c, 0) = 0 >26064 swapcontext(0xffe4752c, 0) = 0 >26064 swapcontext(0xffe46090, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe53010, 0) = 0 >26064 swapcontext(0xffe52b4c, 0) = 0 >26064 swapcontext(0xffe4fddc, 0) = 0 >26064 swapcontext(0xffe4e940, 0) = 0 >26064 swapcontext(0xffe5b8a0, 0) = 0 >26064 swapcontext(0xffe5b3dc, 0) = 0 >26064 swapcontext(0xffe5868c, 0) = 0 >26064 swapcontext(0xffe571f0, 0) = 0 >26064 swapcontext(0xffe64f20, 0) = 0 >26064 swapcontext(0xffe60d94, 0) = 0 >26064 swapcontext(0xffe5f7bc, 0) = 0 >26064 swapcontext(0xffe5f230, 0) = 0 >26064 swapcontext(0xffe5ed6c, 0) = 0 >26064 stat64("/usr/share/ri/1.8/system", 0xffe5bf18) = -1 ENOENT (No such file or directory) >26064 swapcontext(0xffe5f7bc, 0) = 0 >26064 swapcontext(0xffe5f230, 0) = 0 >26064 swapcontext(0xffe5ed6c, 0) = 0 >26064 stat64("/usr/share/ri/1.8/site", 0xffe5bf18) = -1 ENOENT (No such file or directory) >26064 swapcontext(0xffe5f7bc, 0) = 0 >26064 swapcontext(0xffe5f230, 0) = 0 >26064 swapcontext(0xffe5ed6c, 0) = 0 >26064 stat64("/root/.rdoc", 0xffe5bf18) = -1 ENOENT (No such file or directory) >26064 swapcontext(0xffe66d1c, 0) = 0 >26064 swapcontext(0xffe63070, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", {st_mode=S_IFREG|0644, st_size=15229, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", {st_mode=S_IFREG|0644, st_size=15229, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe62b24, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=15229, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# -*- ruby -*-\n\n#--\n# Copyright 2"..., 4096) = 4096 >26064 read(3, "talled.\n #\n def bindir(inst"..., 4096) = 4096 >26064 read(3, "and ENV['RUBYLIB']\n $:.inser"..., 4096) = 4096 >26064 read(3, " if File.exist?(filename)\n "..., 4096) = 2941 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5f830, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rbconfig.rb", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rbconfig.so", 0xffe5f718) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", {st_mode=S_IFREG|0644, st_size=7463, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe6031c, 0) = 0 >26064 swapcontext(0xffe5db3c, 0) = 0 >26064 swapcontext(0xffe6031c, 0) = 0 >26064 swapcontext(0xffe6031c, 0) = 0 >26064 swapcontext(0xffe5d030, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb", {st_mode=S_IFREG|0644, st_size=133, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5cae4, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=133, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# DO NOT EDIT\n# This file is auto"..., 4096) = 133 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5a2fc, 0) = 0 >26064 swapcontext(0xffe5d010, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/thread.rb", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/thread.so", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/thread.rb", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/thread.so", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/thread.rb", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/thread.so", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/thread.rb", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/thread.so", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/thread.rb", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/thread.so", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/thread.rb", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/thread.so", 0xffe5cef8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/thread.rb", {st_mode=S_IFREG|0644, st_size=104, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/thread.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/thread.rb", 0xffe5cf08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/thread.rb", 0xffe5cf08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/thread.rb", 0xffe5cf08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/thread.rb", 0xffe5cf08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/thread.rb", 0xffe5cf08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/thread.rb", 0xffe5cf08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/thread.rb", {st_mode=S_IFREG|0644, st_size=104, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/thread.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/thread.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5cac4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/thread.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/thread.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=104, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "unless defined? Thread\n fail \"Th"..., 4096) = 104 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe597d0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/thread.so", 0xffe596c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/thread.so", {st_mode=S_IFREG|0755, st_size=23260, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/thread.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 futex(0xfdc0074, FUTEX_WAKE_PRIVATE, 2147483647) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/thread.so", O_RDONLY) = 3 >26064 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\37\260\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=23260, ...}) = 0 >26064 mmap(0xf97a000, 87456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf97a000 >26064 mprotect(0xf980000, 61440, PROT_NONE) = 0 >26064 mmap(0xf98f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0xf98f000 >26064 close(3) = 0 >26064 swapcontext(0xffe5dafc, 0) = 0 >26064 swapcontext(0xffe5dafc, 0) = 0 >26064 swapcontext(0xffe5dafc, 0) = 0 >26064 swapcontext(0xffe5f810, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", {st_mode=S_IFREG|0644, st_size=617, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", {st_mode=S_IFREG|0644, st_size=617, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5f2c4, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=617, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 617 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5cadc, 0) = 0 >26064 swapcontext(0xffe602fc, 0) = 0 >26064 swapcontext(0xffe5db1c, 0) = 0 >26064 swapcontext(0xffe5f7f0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", {st_mode=S_IFREG|0644, st_size=10922, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", {st_mode=S_IFREG|0644, st_size=10922, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5f2a4, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=10922, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 4096 >26064 read(3, "n = {}\n\n each do |full_name,"..., 4096) = 4096 >26064 read(3, "index for: #{source_uri}\"\n\n "..., 4096) = 2730 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5bfb0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", {st_mode=S_IFREG|0644, st_size=6354, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", {st_mode=S_IFREG|0644, st_size=6354, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ba64, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=6354, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 4096 >26064 brk(0x100b8000) = 0x100b8000 >26064 read(3, " ask(question) if question\n "..., 4096) = 2258 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5927c, 0) = 0 >26064 swapcontext(0xffe56a9c, 0) = 0 >26064 swapcontext(0xffe542bc, 0) = 0 >26064 swapcontext(0xffe56a9c, 0) = 0 >26064 swapcontext(0xffe55660, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe514e0, 0) = 0 >26064 swapcontext(0xffe5101c, 0) = 0 >26064 swapcontext(0xffe4dcd0, 0) = 0 >26064 swapcontext(0xffe4d768, 0) = 0 >26064 swapcontext(0xffe56a9c, 0) = 0 >26064 swapcontext(0xffe542bc, 0) = 0 >26064 swapcontext(0xffe542bc, 0) = 0 >26064 swapcontext(0xffe542bc, 0) = 0 >26064 swapcontext(0xffe56a9c, 0) = 0 >26064 swapcontext(0xffe56a9c, 0) = 0 >26064 swapcontext(0xffe5bf90, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", {st_mode=S_IFREG|0644, st_size=4030, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", {st_mode=S_IFREG|0644, st_size=4030, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ba44, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=4030, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "require 'net/http'\nrequire 'uri'\n"..., 4096) = 4030 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe58750, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/net/http.rb", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/net/http.so", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/net/http.rb", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/net/http.so", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/net/http.rb", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/net/http.so", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/net/http.rb", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/net/http.so", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/net/http.rb", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/net/http.so", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/net/http.rb", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/net/http.so", 0xffe58638) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/net/http.rb", {st_mode=S_IFREG|0644, st_size=65307, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/net/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/net/http.rb", 0xffe58648) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/net/http.rb", 0xffe58648) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/net/http.rb", 0xffe58648) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/net/http.rb", 0xffe58648) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/net/http.rb", 0xffe58648) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/net/http.rb", 0xffe58648) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/net/http.rb", {st_mode=S_IFREG|0644, st_size=65307, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/net/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/net/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe58204, 0) = 0 >26064 open("/usr/lib/ruby/1.8/net/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/net/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=65307, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = net/http.rb\n#\n# Copyright ("..., 4096) = 4096 >26064 read(3, "require 'net/http'\n # requir"..., 4096) = 4096 >26064 read(3, " # 410\n # HTTPLeng"..., 4096) = 4096 >26064 read(3, "request_get(uri.request_uri, &blo"..., 4096) = 4096 >26064 read(3, "= sec\n end\n\n # returns true"..., 4096) = 4096 >26064 brk(0x100d9000) = 0x100d9000 >26064 read(3, " attr_reader :proxy_user\n "..., 4096) = 4096 >26064 read(3, "at in this case, the returned res"..., 4096) = 4096 >26064 read(3, "nse|\n # p response['cont"..., 4096) = 4096 >26064 read(3, "end\n\n def end_transport(req, r"..., 4096) = 4096 >26064 read(3, "y, *args, &block) #:yield: +key"..., 4096) = 4096 >26064 brk(0x100fa000) = 0x100fa000 >26064 read(3, "ect which represents Content-Rang"..., 4096) = 4096 >26064 read(3, "ted?\n @response_has_body\n "..., 4096) = 4096 >26064 read(3, " end\n\n class Move < HTTPReques"..., 4096) = 4096 >26064 read(3, "S_BODY = true\n EXCEPTION_TYPE "..., 4096) = 4096 >26064 read(3, "OBJ = {\n '100' => HTTPContin"..., 4096) = 4096 >26064 read(3, "lity only; DO NOT USE)\n #\n\n "..., 4096) = 3867 >26064 brk(0x1011b000) = 0x1011b000 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe54f10, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/net/protocol.rb", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/net/protocol.so", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/net/protocol.rb", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/net/protocol.so", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/net/protocol.rb", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/net/protocol.so", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/net/protocol.rb", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/net/protocol.so", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/net/protocol.rb", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/net/protocol.so", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/net/protocol.rb", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/net/protocol.so", 0xffe54df8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/net/protocol.rb", {st_mode=S_IFREG|0644, st_size=7810, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/net/protocol.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/net/protocol.rb", 0xffe54e08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/net/protocol.rb", 0xffe54e08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/net/protocol.rb", 0xffe54e08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/net/protocol.rb", 0xffe54e08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/net/protocol.rb", 0xffe54e08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/net/protocol.rb", 0xffe54e08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/net/protocol.rb", {st_mode=S_IFREG|0644, st_size=7810, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/net/protocol.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/net/protocol.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe549c4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/net/protocol.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/net/protocol.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=7810, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = net/protocol.rb\n#\n#--\n# Cop"..., 4096) = 4096 >26064 read(3, "il, read_timeout = nil, debug_out"..., 4096) = 3714 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe516d0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/socket.so", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/socket.rb", 0xffe515b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/socket.so", {st_mode=S_IFREG|0755, st_size=56620, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/socket.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/socket.so", 0xffe515c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/socket.so", {st_mode=S_IFREG|0755, st_size=56620, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/socket.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/socket.so", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0008`\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=56620, ...}) = 0 >26064 mmap(0xf94c000, 120804, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf94c000 >26064 mprotect(0xf959000, 61440, PROT_NONE) = 0 >26064 mmap(0xf968000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0xf968000 >26064 close(3) = 0 >26064 swapcontext(0xffe516b0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/timeout.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/timeout.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/timeout.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/timeout.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/timeout.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/timeout.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/timeout.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/timeout.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/timeout.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/timeout.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/timeout.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/timeout.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/timeout.rb", {st_mode=S_IFREG|0644, st_size=2938, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/timeout.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5219c, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe54ef0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri.rb", {st_mode=S_IFREG|0644, st_size=694, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri.rb", {st_mode=S_IFREG|0644, st_size=694, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe549a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=694, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# URI support for Ruby\n#\n# Auth"..., 4096) = 694 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe521bc, 0) = 0 >26064 swapcontext(0xffe4a5a0, 0) = 0 >26064 swapcontext(0xffe46440, 0) = 0 >26064 swapcontext(0xffe45f7c, 0) = 0 >26064 swapcontext(0xffe46440, 0) = 0 >26064 swapcontext(0xffe45f7c, 0) = 0 >26064 swapcontext(0xffe46440, 0) = 0 >26064 swapcontext(0xffe45f7c, 0) = 0 >26064 swapcontext(0xffe516b0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/common.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/common.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/common.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/common.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/common.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/common.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/common.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/common.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/common.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/common.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/common.rb", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/common.so", 0xffe51598) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/common.rb", {st_mode=S_IFREG|0644, st_size=17572, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/common.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/common.rb", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/common.rb", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/common.rb", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/common.rb", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/common.rb", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/common.rb", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/common.rb", {st_mode=S_IFREG|0644, st_size=17572, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/common.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/common.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe51164, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/common.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/common.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=17572, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# = uri/common.rb\n#\n# Author:: Ak"..., 4096) = 4096 >26064 read(3, "EGMENTS = \"#{SEGMENT}(?:/#{SEGMEN"..., 4096) = 4096 >26064 read(3, "reeze #\"\n OPAQUE = Regexp.ne"..., 4096) = 4096 >26064 read(3, "rt, \n registry, path, quer"..., 4096) = 4096 >26064 read(3, "lt = []\n str.scan(regexp(sch"..., 4096) = 1188 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4e97c, 0) = 0 >26064 swapcontext(0xffe4c19c, 0) = 0 >26064 swapcontext(0xffe499bc, 0) = 0 >26064 swapcontext(0xffe4c19c, 0) = 0 >26064 swapcontext(0xffe4c19c, 0) = 0 >26064 swapcontext(0xffe4c15c, 0) = 0 >26064 swapcontext(0xffe4c15c, 0) = 0 >26064 swapcontext(0xffe4c15c, 0) = 0 >26064 swapcontext(0xffe4c15c, 0) = 0 >26064 swapcontext(0xffe4e97c, 0) = 0 >26064 swapcontext(0xffe51690, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.rb", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.so", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.rb", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.so", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.rb", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.so", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.rb", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.so", 0xffe51578) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/generic.rb", {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.rb", 0xffe51588) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe51588) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.rb", 0xffe51588) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.rb", 0xffe51588) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe51588) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.rb", 0xffe51588) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/generic.rb", {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe51144, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = uri/generic.rb\n#\n# Author::"..., 4096) = 4096 >26064 read(3, "agment\n else\n self.se"..., 4096) = 4096 >26064 read(3, " end\n\n def check_host(v)\n "..., 4096) = 4096 >26064 read(3, "e\n\n def opaque=(v)\n check"..., 4096) = 4096 >26064 read(3, "ath && rel.path\n else\n "..., 4096) = 4096 >26064 mmap(NULL, 778240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7e91000 >26064 read(3, "escue\n raise $!.class, $!."..., 4096) = 3701 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4de50, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/common.rb", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/common.so", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/common.rb", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/common.so", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/common.rb", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/common.so", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/common.rb", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/common.so", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/common.rb", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/common.so", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/common.rb", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/common.so", 0xffe4dd38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/common.rb", {st_mode=S_IFREG|0644, st_size=17572, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/common.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4e93c, 0) = 0 >26064 swapcontext(0xffe4c15c, 0) = 0 >26064 swapcontext(0xffe51670, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/ftp.rb", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/ftp.so", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/ftp.rb", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/ftp.so", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/ftp.rb", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/ftp.so", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/ftp.rb", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/ftp.so", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/ftp.rb", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/ftp.so", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/ftp.rb", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/ftp.so", 0xffe51558) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/ftp.rb", {st_mode=S_IFREG|0644, st_size=3453, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ftp.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/ftp.rb", 0xffe51568) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/ftp.rb", 0xffe51568) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/ftp.rb", 0xffe51568) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/ftp.rb", 0xffe51568) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/ftp.rb", 0xffe51568) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/ftp.rb", 0xffe51568) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/ftp.rb", {st_mode=S_IFREG|0644, st_size=3453, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ftp.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ftp.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe51124, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ftp.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ftp.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3453, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = uri/ftp.rb\n#\n# Author:: Aki"..., 4096) = 3453 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4de30, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.rb", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.so", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.rb", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.so", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.rb", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.so", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.rb", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.so", 0xffe4dd18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/generic.rb", {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4e91c, 0) = 0 >26064 swapcontext(0xffe4c13c, 0) = 0 >26064 swapcontext(0xffe51650, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/http.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/http.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/http.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/http.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/http.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/http.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/http.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/http.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/http.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/http.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/http.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/http.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/http.rb", {st_mode=S_IFREG|0644, st_size=2650, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/http.rb", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/http.rb", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/http.rb", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/http.rb", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/http.rb", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/http.rb", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/http.rb", {st_mode=S_IFREG|0644, st_size=2650, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe51104, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=2650, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = uri/http.rb\n#\n# Author:: Ak"..., 4096) = 2650 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4de10, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.rb", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.so", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.rb", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.so", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.rb", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.so", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.rb", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.so", 0xffe4dcf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/generic.rb", {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4e8fc, 0) = 0 >26064 swapcontext(0xffe4c11c, 0) = 0 >26064 swapcontext(0xffe51630, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/https.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/https.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/https.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/https.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/https.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/https.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/https.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/https.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/https.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/https.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/https.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/https.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/https.rb", {st_mode=S_IFREG|0644, st_size=498, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/https.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/https.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/https.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/https.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/https.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/https.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/https.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/https.rb", {st_mode=S_IFREG|0644, st_size=498, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/https.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/https.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe510e4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/https.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/https.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=498, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = uri/https.rb\n#\n# Author:: A"..., 4096) = 498 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4ddf0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/http.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/http.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/http.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/http.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/http.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/http.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/http.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/http.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/http.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/http.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/http.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/http.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/http.rb", {st_mode=S_IFREG|0644, st_size=2650, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/http.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4e8dc, 0) = 0 >26064 swapcontext(0xffe4c0fc, 0) = 0 >26064 swapcontext(0xffe51610, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/ldap.rb", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/ldap.so", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/ldap.rb", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/ldap.so", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/ldap.rb", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/ldap.so", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/ldap.rb", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/ldap.so", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/ldap.rb", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/ldap.so", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/ldap.rb", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/ldap.so", 0xffe514f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/ldap.rb", {st_mode=S_IFREG|0644, st_size=3342, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ldap.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/ldap.rb", 0xffe51508) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/ldap.rb", 0xffe51508) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/ldap.rb", 0xffe51508) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/ldap.rb", 0xffe51508) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/ldap.rb", 0xffe51508) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/ldap.rb", 0xffe51508) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/ldap.rb", {st_mode=S_IFREG|0644, st_size=3342, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ldap.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ldap.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe510c4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ldap.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/ldap.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3342, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = uri/ldap.rb\n#\n# Author:: \n#"..., 4096) = 3342 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4ddd0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.rb", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.so", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.rb", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.so", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.rb", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.so", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.rb", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.so", 0xffe4dcb8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/generic.rb", {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4e8bc, 0) = 0 >26064 swapcontext(0xffe4c0dc, 0) = 0 >26064 swapcontext(0xffe515f0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/mailto.rb", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/mailto.so", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/mailto.rb", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/mailto.so", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/mailto.rb", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/mailto.so", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/mailto.rb", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/mailto.so", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/mailto.rb", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/mailto.so", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/mailto.rb", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/mailto.so", 0xffe514d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/mailto.rb", {st_mode=S_IFREG|0644, st_size=6684, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/mailto.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/mailto.rb", 0xffe514e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/mailto.rb", 0xffe514e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/mailto.rb", 0xffe514e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/mailto.rb", 0xffe514e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/mailto.rb", 0xffe514e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/mailto.rb", 0xffe514e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/mailto.rb", {st_mode=S_IFREG|0644, st_size=6684, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/mailto.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/mailto.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe510a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/uri/mailto.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/uri/mailto.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=6684, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = uri/mailto.rb\n#\n# Author:: "..., 4096) = 4096 >26064 read(3, " self.headers = $2\n "..., 4096) = 2588 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4ddb0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.rb", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri/generic.so", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.rb", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri/generic.so", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.rb", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri/generic.so", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.rb", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri/generic.so", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.rb", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri/generic.so", 0xffe4dc98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri/generic.rb", {st_mode=S_IFREG|0644, st_size=24181, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri/generic.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4e89c, 0) = 0 >26064 swapcontext(0xffe4c0bc, 0) = 0 >26064 swapcontext(0xffe559dc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe508fc, 0) = 0 >26064 swapcontext(0xffe508fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe50a1c, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe58730, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/uri.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/uri.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/uri.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/uri.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/uri.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/uri.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/uri.rb", {st_mode=S_IFREG|0644, st_size=694, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/uri.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe58710, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml.rb", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml.so", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml.rb", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml.so", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml.rb", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml.so", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml.rb", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml.so", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml.rb", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml.so", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml.rb", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml.so", 0xffe585f8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml.rb", {st_mode=S_IFREG|0644, st_size=12657, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml.rb", 0xffe58608) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml.rb", 0xffe58608) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml.rb", 0xffe58608) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml.rb", 0xffe58608) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml.rb", 0xffe58608) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml.rb", 0xffe58608) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml.rb", {st_mode=S_IFREG|0644, st_size=12657, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe581c4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=12657, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# -*- mode: ruby; ruby-indent-lev"..., 4096) = 4096 >26064 read(3, "\n # end\n #\n # If no _i"..., 4096) = 4096 >26064 read(3, "do |yf|\n # YAML.parse_docu"..., 4096) = 4096 >26064 read(3, "\n # y s\n #\n # _produce"..., 4096) = 369 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe54ed0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/stringio.so", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/stringio.rb", 0xffe54db8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/stringio.so", {st_mode=S_IFREG|0755, st_size=27044, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/stringio.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/stringio.so", 0xffe54dc8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/stringio.so", {st_mode=S_IFREG|0755, st_size=27044, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/stringio.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/stringio.so", O_RDONLY) = 3 >26064 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$`\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=27044, ...}) = 0 >26064 mmap(0xf925000, 91220, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf925000 >26064 mprotect(0xf92c000, 61440, PROT_NONE) = 0 >26064 mmap(0xf93b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xf93b000 >26064 close(3) = 0 >26064 swapcontext(0xffe54eb0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/error.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/error.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/error.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/error.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/error.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/error.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/error.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/error.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/error.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/error.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/error.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/error.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/error.rb", {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/error.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/error.rb", 0xffe54da8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/error.rb", 0xffe54da8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/error.rb", 0xffe54da8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/error.rb", 0xffe54da8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/error.rb", 0xffe54da8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/error.rb", 0xffe54da8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/error.rb", {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/error.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/error.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe54964, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/error.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/error.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# Error messages and exception "..., 4096) = 1069 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5217c, 0) = 0 >26064 swapcontext(0xffe4f99c, 0) = 0 >26064 swapcontext(0xffe4f99c, 0) = 0 >26064 swapcontext(0xffe4f99c, 0) = 0 >26064 swapcontext(0xffe54e90, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/syck.rb", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/syck.so", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/syck.rb", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/syck.so", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/syck.rb", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/syck.so", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/syck.rb", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/syck.so", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/syck.rb", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/syck.so", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/syck.rb", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/syck.so", 0xffe54d78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/syck.rb", {st_mode=S_IFREG|0644, st_size=271, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/syck.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/syck.rb", 0xffe54d88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/syck.rb", 0xffe54d88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/syck.rb", 0xffe54d88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/syck.rb", 0xffe54d88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/syck.rb", 0xffe54d88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/syck.rb", 0xffe54d88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/syck.rb", {st_mode=S_IFREG|0644, st_size=271, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/syck.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/syck.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe54944, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/syck.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/syck.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=271, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# YAML::Syck module\n# .. glues "..., 4096) = 271 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe51650, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/syck.so", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/syck.rb", 0xffe51538) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/syck.so", {st_mode=S_IFREG|0755, st_size=137860, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/syck.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/syck.so", 0xffe51548) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/syck.so", {st_mode=S_IFREG|0755, st_size=137860, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/syck.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/syck.so", O_RDONLY) = 3 >26064 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_`\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=137860, ...}) = 0 >26064 mmap(0xf8e3000, 203284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf8e3000 >26064 mprotect(0xf904000, 61440, PROT_NONE) = 0 >26064 mmap(0xf913000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0xf913000 >26064 close(3) = 0 >26064 swapcontext(0xffe51630, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/basenode.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/basenode.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/basenode.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/basenode.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/basenode.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/basenode.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/basenode.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/basenode.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/basenode.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/basenode.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/basenode.rb", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/basenode.so", 0xffe51518) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/basenode.rb", {st_mode=S_IFREG|0644, st_size=6128, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/basenode.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/basenode.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/basenode.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/basenode.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/basenode.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/basenode.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/basenode.rb", 0xffe51528) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/basenode.rb", {st_mode=S_IFREG|0644, st_size=6128, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/basenode.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/basenode.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe510e4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/basenode.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/basenode.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=6128, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# YAML::BaseNode class\n#\nrequir"..., 4096) = 4096 >26064 read(3, " end\n e"..., 4096) = 2032 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4ddf0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/ypath.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/ypath.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/ypath.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/ypath.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/ypath.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/ypath.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/ypath.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/ypath.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/ypath.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/ypath.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/ypath.rb", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/ypath.so", 0xffe4dcd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/ypath.rb", {st_mode=S_IFREG|0644, st_size=1328, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/ypath.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/ypath.rb", 0xffe4dce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/ypath.rb", 0xffe4dce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/ypath.rb", 0xffe4dce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/ypath.rb", 0xffe4dce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/ypath.rb", 0xffe4dce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/ypath.rb", 0xffe4dce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/ypath.rb", {st_mode=S_IFREG|0644, st_size=1328, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/ypath.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/ypath.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4d8a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/ypath.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/ypath.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1328, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# YAML::YPath\n#\n\nmodule YAML\n\n "..., 4096) = 1328 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4b0bc, 0) = 0 >26064 swapcontext(0xffe488dc, 0) = 0 >26064 swapcontext(0xffe4e8dc, 0) = 0 >26064 swapcontext(0xffe4c0fc, 0) = 0 >26064 swapcontext(0xffe5211c, 0) = 0 >26064 swapcontext(0xffe4f93c, 0) = 0 >26064 swapcontext(0xffe4d15c, 0) = 0 >26064 swapcontext(0xffe54e70, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/tag.rb", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/tag.so", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/tag.rb", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/tag.so", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/tag.rb", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/tag.so", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/tag.rb", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/tag.so", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/tag.rb", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/tag.so", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/tag.rb", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/tag.so", 0xffe54d58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/tag.rb", {st_mode=S_IFREG|0644, st_size=3156, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/tag.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/tag.rb", 0xffe54d68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/tag.rb", 0xffe54d68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/tag.rb", 0xffe54d68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/tag.rb", 0xffe54d68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/tag.rb", 0xffe54d68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/tag.rb", 0xffe54d68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/tag.rb", {st_mode=S_IFREG|0644, st_size=3156, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/tag.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/tag.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe54924, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/tag.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/tag.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3156, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# -*- mode: ruby; ruby-indent-lev"..., 4096) = 3156 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5213c, 0) = 0 >26064 swapcontext(0xffe5213c, 0) = 0 >26064 swapcontext(0xffe54e50, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/stream.rb", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/stream.so", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/stream.rb", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/stream.so", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/stream.rb", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/stream.so", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/stream.rb", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/stream.so", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/stream.rb", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/stream.so", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/stream.rb", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/stream.so", 0xffe54d38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/stream.rb", {st_mode=S_IFREG|0644, st_size=700, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/stream.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/stream.rb", 0xffe54d48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/stream.rb", 0xffe54d48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/stream.rb", 0xffe54d48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/stream.rb", 0xffe54d48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/stream.rb", 0xffe54d48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/stream.rb", 0xffe54d48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/stream.rb", {st_mode=S_IFREG|0644, st_size=700, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/stream.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/stream.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe54904, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/stream.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/stream.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=700, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "module YAML\n\n\t#\n\t# YAML::Stream -"..., 4096) = 700 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5211c, 0) = 0 >26064 swapcontext(0xffe4f93c, 0) = 0 >26064 swapcontext(0xffe54e30, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/constants.rb", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/constants.so", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/constants.rb", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/constants.so", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/constants.rb", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/constants.so", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/constants.rb", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/constants.so", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/constants.rb", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/constants.so", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/constants.rb", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/constants.so", 0xffe54d18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/constants.rb", {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/constants.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/constants.rb", 0xffe54d28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/constants.rb", 0xffe54d28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/constants.rb", 0xffe54d28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/constants.rb", 0xffe54d28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/constants.rb", 0xffe54d28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/constants.rb", 0xffe54d28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/constants.rb", {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/constants.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/constants.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe548e4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/constants.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/constants.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# Constants used throughout the"..., 4096) = 1186 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe520fc, 0) = 0 >26064 swapcontext(0xffe5591c, 0) = 0 >26064 swapcontext(0xffe54e10, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/rubytypes.rb", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/rubytypes.so", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/rubytypes.rb", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/rubytypes.so", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/rubytypes.rb", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/rubytypes.so", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/rubytypes.rb", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/rubytypes.so", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/rubytypes.rb", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/rubytypes.so", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/rubytypes.rb", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/rubytypes.so", 0xffe54cf8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/rubytypes.rb", {st_mode=S_IFREG|0644, st_size=13035, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/rubytypes.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/rubytypes.rb", 0xffe54d08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/rubytypes.rb", 0xffe54d08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/rubytypes.rb", 0xffe54d08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/rubytypes.rb", 0xffe54d08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/rubytypes.rb", 0xffe54d08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/rubytypes.rb", 0xffe54d08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/rubytypes.rb", {st_mode=S_IFREG|0644, st_size=13035, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/rubytypes.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/rubytypes.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe548c4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/rubytypes.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/rubytypes.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=13035, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# -*- mode: ruby; ruby-indent-lev"..., 4096) = 4096 >26064 read(3, "\n to_yaml_style or not to_"..., 4096) = 4096 >26064 read(3, " /^\\/(.*)\\/([mix]*)$/\n "..., 4096) = 4096 >26064 read(3, ".Inf\"\n elsif str == \"N"..., 4096) = 747 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe515d0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date.rb", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date.so", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date.rb", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date.so", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date.rb", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date.so", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date.rb", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date.so", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date.rb", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date.so", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date.rb", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date.so", 0xffe514b8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/date.rb", {st_mode=S_IFREG|0644, st_size=52168, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/date.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date.rb", 0xffe514c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date.rb", 0xffe514c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date.rb", 0xffe514c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date.rb", 0xffe514c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date.rb", 0xffe514c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date.rb", 0xffe514c8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/date.rb", {st_mode=S_IFREG|0644, st_size=52168, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/date.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/date.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe51084, 0) = 0 >26064 open("/usr/lib/ruby/1.8/date.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/date.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=52168, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# date.rb - date and time libra"..., 4096) = 4096 >26064 read(3, " introduced\n# for a particular re"..., 4096) = 4096 >26064 read(3, " new_year = DateTime.new(now.year"..., 4096) = 4096 >26064 read(3, " is false; it may be Date::JULIAN"..., 4096) = 4096 >26064 read(3, "jd_to_weeknum\n\n # Convert an Ast"..., 4096) = 4096 >26064 brk(0x1013c000) = 0x1013c000 >26064 read(3, "f they don't.\n #\n # +m+ and +d+"..., 4096) = 4096 >26064 read(3, "he year and the end of the\n # mo"..., 4096) = 4096 >26064 read(3, " a = elem.values_at(:year, :mon, "..., 4096) = 4096 >26064 read(3, "class.ajd_to_jd(@ajd, @of)[1] end"..., 4096) = 4096 >26064 read(3, "object that always uses the Grego"..., 4096) = 4096 >26064 read(3, "lock) # :yield: date\n step(max"..., 4096) = 4096 >26064 brk(0x1015d000) = 0x1015d000 >26064 read(3, ", 'invalid date'\n end\n if S"..., 4096) = 4096 >26064 read(3, "arse in date/format.rb\n # for mo"..., 4096) = 3016 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4dd90, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rational.rb", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rational.so", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rational.rb", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rational.so", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rational.rb", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rational.so", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rational.rb", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rational.so", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rational.rb", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rational.so", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rational.rb", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rational.so", 0xffe4dc78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rational.rb", {st_mode=S_IFREG|0644, st_size=11847, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/rational.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rational.rb", 0xffe4dc88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rational.rb", 0xffe4dc88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rational.rb", 0xffe4dc88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rational.rb", 0xffe4dc88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rational.rb", 0xffe4dc88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rational.rb", 0xffe4dc88) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rational.rb", {st_mode=S_IFREG|0644, st_size=11847, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/rational.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/rational.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4d844, 0) = 0 >26064 open("/usr/lib/ruby/1.8/rational.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/rational.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=11847, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# rational.rb -\n# $Rele"..., 4096) = 4096 >26064 read(3, " * 2 # -> Rational"..., 4096) = 4096 >26064 read(3, "he following example carefully:\n "..., 4096) = 3655 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4b05c, 0) = 0 >26064 swapcontext(0xffe4b05c, 0) = 0 >26064 swapcontext(0xffe4b05c, 0) = 0 >26064 swapcontext(0xffe46610, 0) = 0 >26064 swapcontext(0xffe4b05c, 0) = 0 >26064 swapcontext(0xffe4dd70, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date/format.rb", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date/format.so", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date/format.rb", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date/format.so", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date/format.rb", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date/format.so", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date/format.rb", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date/format.so", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date/format.rb", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date/format.so", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date/format.rb", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date/format.so", 0xffe4dc58) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/date/format.rb", {st_mode=S_IFREG|0644, st_size=26717, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/date/format.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date/format.rb", 0xffe4dc68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date/format.rb", 0xffe4dc68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date/format.rb", 0xffe4dc68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date/format.rb", 0xffe4dc68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date/format.rb", 0xffe4dc68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date/format.rb", 0xffe4dc68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/date/format.rb", {st_mode=S_IFREG|0644, st_size=26717, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/date/format.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/date/format.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4d824, 0) = 0 >26064 open("/usr/lib/ruby/1.8/date/format.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/date/format.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=26717, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# format.rb: Written by Tadayoshi"..., 4096) = 4096 >26064 read(3, ". central asia' => 21600,"..., 4096) = 4096 >26064 brk(0x1017e000) = 0x1017e000 >26064 read(3, "f)\n when 'l'; emit_a((hour %"..., 4096) = 4096 >26064 read(3, "hen /\\A([-+]?\\d{1,2})/\n\t\t\t\t else "..., 4096) = 4096 >26064 read(3, "'2'\n\t if $VERBOSE\n\t warn(\"war"..., 4096) = 4096 >26064 brk(0x1019f000) = 0x1019f000 >26064 read(3, "case == 'b')\n true\n end\n "..., 4096) = 4096 >26064 brk(0x1019e000) = 0x1019e000 >26064 read(3, "r, e) ||\n _parse_vms(str, e"..., 4096) = 2141 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4a530, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rational.rb", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rational.so", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rational.rb", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/rational.so", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rational.rb", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/rational.so", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rational.rb", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/rational.so", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rational.rb", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/rational.so", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rational.rb", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/rational.so", 0xffe4a418) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/rational.rb", {st_mode=S_IFREG|0644, st_size=11847, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/rational.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4b01c, 0) = 0 >26064 swapcontext(0xffe4883c, 0) = 0 >26064 swapcontext(0xffe47400, 0) = 0 >26064 swapcontext(0xffe432a0, 0) = 0 >26064 swapcontext(0xffe42ddc, 0) = 0 >26064 swapcontext(0xffe432a0, 0) = 0 >26064 swapcontext(0xffe42ddc, 0) = 0 >26064 swapcontext(0xffe432a0, 0) = 0 >26064 swapcontext(0xffe42ddc, 0) = 0 >26064 swapcontext(0xffe432a0, 0) = 0 >26064 swapcontext(0xffe42ddc, 0) = 0 >26064 swapcontext(0xffe432a0, 0) = 0 >26064 swapcontext(0xffe42ddc, 0) = 0 >26064 swapcontext(0xffe4605c, 0) = 0 >26064 swapcontext(0xffe4b01c, 0) = 0 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe4d420, 0) = 0 >26064 swapcontext(0xffe492a0, 0) = 0 >26064 swapcontext(0xffe48ddc, 0) = 0 >26064 swapcontext(0xffe456e0, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe492a0, 0) = 0 >26064 swapcontext(0xffe48ddc, 0) = 0 >26064 swapcontext(0xffe456e0, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe492a0, 0) = 0 >26064 swapcontext(0xffe48ddc, 0) = 0 >26064 swapcontext(0xffe456e0, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe492a0, 0) = 0 >26064 swapcontext(0xffe48ddc, 0) = 0 >26064 swapcontext(0xffe456e0, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe41580, 0) = 0 >26064 swapcontext(0xffe410bc, 0) = 0 >26064 swapcontext(0xffe4c05c, 0) = 0 >26064 swapcontext(0xffe48d2c, 0) = 0 >26064 swapcontext(0xffe46a8c, 0) = 0 >26064 swapcontext(0xffe4988c, 0) = 0 >26064 swapcontext(0xffe425ec, 0) = 0 >26064 swapcontext(0xffe45fcc, 0) = 0 >26064 swapcontext(0xffe4c01c, 0) = 0 >26064 swapcontext(0xffe4c01c, 0) = 0 >26064 swapcontext(0xffe4c01c, 0) = 0 >26064 swapcontext(0xffe4bffc, 0) = 0 >26064 swapcontext(0xffe4bf3c, 0) = 0 >26064 swapcontext(0xffe4b9ec, 0) = 0 >26064 swapcontext(0xffe4a550, 0) = 0 >26064 swapcontext(0xffe48690, 0) = 0 >26064 swapcontext(0xffe481cc, 0) = 0 >26064 swapcontext(0xffe44e80, 0) = 0 >26064 swapcontext(0xffe44918, 0) = 0 >26064 swapcontext(0xffe4b9cc, 0) = 0 >26064 swapcontext(0xffe4a530, 0) = 0 >26064 swapcontext(0xffe48670, 0) = 0 >26064 swapcontext(0xffe481ac, 0) = 0 >26064 swapcontext(0xffe44e60, 0) = 0 >26064 swapcontext(0xffe448f8, 0) = 0 >26064 swapcontext(0xffe48670, 0) = 0 >26064 swapcontext(0xffe481ac, 0) = 0 >26064 swapcontext(0xffe44e60, 0) = 0 >26064 swapcontext(0xffe448f8, 0) = 0 >26064 swapcontext(0xffe48670, 0) = 0 >26064 swapcontext(0xffe481ac, 0) = 0 >26064 swapcontext(0xffe44e60, 0) = 0 >26064 swapcontext(0xffe448f8, 0) = 0 >26064 swapcontext(0xffe48670, 0) = 0 >26064 swapcontext(0xffe481ac, 0) = 0 >26064 swapcontext(0xffe44e60, 0) = 0 >26064 swapcontext(0xffe448f8, 0) = 0 >26064 swapcontext(0xffe4b99c, 0) = 0 >26064 swapcontext(0xffe4a500, 0) = 0 >26064 swapcontext(0xffe48640, 0) = 0 >26064 swapcontext(0xffe4817c, 0) = 0 >26064 swapcontext(0xffe44e30, 0) = 0 >26064 swapcontext(0xffe448c8, 0) = 0 >26064 swapcontext(0xffe48640, 0) = 0 >26064 swapcontext(0xffe4817c, 0) = 0 >26064 swapcontext(0xffe44e30, 0) = 0 >26064 swapcontext(0xffe448c8, 0) = 0 >26064 swapcontext(0xffe48640, 0) = 0 >26064 swapcontext(0xffe4817c, 0) = 0 >26064 swapcontext(0xffe44e30, 0) = 0 >26064 swapcontext(0xffe448c8, 0) = 0 >26064 swapcontext(0xffe48640, 0) = 0 >26064 swapcontext(0xffe4817c, 0) = 0 >26064 swapcontext(0xffe44e30, 0) = 0 >26064 swapcontext(0xffe448c8, 0) = 0 >26064 swapcontext(0xffe48640, 0) = 0 >26064 swapcontext(0xffe4817c, 0) = 0 >26064 swapcontext(0xffe44e30, 0) = 0 >26064 swapcontext(0xffe448c8, 0) = 0 >26064 swapcontext(0xffe4b8ec, 0) = 0 >26064 swapcontext(0xffe4a450, 0) = 0 >26064 swapcontext(0xffe48590, 0) = 0 >26064 swapcontext(0xffe480cc, 0) = 0 >26064 swapcontext(0xffe44d80, 0) = 0 >26064 swapcontext(0xffe44818, 0) = 0 >26064 swapcontext(0xffe4b86c, 0) = 0 >26064 swapcontext(0xffe4a3d0, 0) = 0 >26064 swapcontext(0xffe48510, 0) = 0 >26064 swapcontext(0xffe4804c, 0) = 0 >26064 swapcontext(0xffe44d00, 0) = 0 >26064 swapcontext(0xffe44798, 0) = 0 >26064 swapcontext(0xffe4b84c, 0) = 0 >26064 swapcontext(0xffe4a3b0, 0) = 0 >26064 swapcontext(0xffe484f0, 0) = 0 >26064 swapcontext(0xffe4802c, 0) = 0 >26064 swapcontext(0xffe44ce0, 0) = 0 >26064 swapcontext(0xffe44778, 0) = 0 >26064 swapcontext(0xffe484f0, 0) = 0 >26064 swapcontext(0xffe4802c, 0) = 0 >26064 swapcontext(0xffe44ce0, 0) = 0 >26064 swapcontext(0xffe44778, 0) = 0 >26064 swapcontext(0xffe4b80c, 0) = 0 >26064 swapcontext(0xffe4a370, 0) = 0 >26064 swapcontext(0xffe484b0, 0) = 0 >26064 swapcontext(0xffe47fec, 0) = 0 >26064 swapcontext(0xffe44ca0, 0) = 0 >26064 swapcontext(0xffe44738, 0) = 0 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe4c07c, 0) = 0 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe4d420, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe4d420, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 swapcontext(0xffe492c0, 0) = 0 >26064 swapcontext(0xffe48dfc, 0) = 0 >26064 swapcontext(0xffe45ab0, 0) = 0 >26064 swapcontext(0xffe45548, 0) = 0 >26064 brk(0x101bf000) = 0x101bf000 >26064 swapcontext(0xffe4e85c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe4f36c, 0) = 0 >26064 swapcontext(0xffe4d548, 0) = 0 >26064 swapcontext(0xffe49d40, 0) = 0 >26064 swapcontext(0xffe497d8, 0) = 0 >26064 swapcontext(0xffe4a31c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe4f36c, 0) = 0 >26064 swapcontext(0xffe4d548, 0) = 0 >26064 swapcontext(0xffe49d40, 0) = 0 >26064 swapcontext(0xffe497d8, 0) = 0 >26064 swapcontext(0xffe4a31c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe4f36c, 0) = 0 >26064 swapcontext(0xffe4d548, 0) = 0 >26064 swapcontext(0xffe49d40, 0) = 0 >26064 swapcontext(0xffe497d8, 0) = 0 >26064 swapcontext(0xffe4a31c, 0) = 0 >26064 swapcontext(0xffe4f34c, 0) = 0 >26064 swapcontext(0xffe4d528, 0) = 0 >26064 swapcontext(0xffe49d20, 0) = 0 >26064 swapcontext(0xffe497b8, 0) = 0 >26064 swapcontext(0xffe4a2fc, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe4f36c, 0) = 0 >26064 swapcontext(0xffe4d548, 0) = 0 >26064 swapcontext(0xffe49d40, 0) = 0 >26064 swapcontext(0xffe497d8, 0) = 0 >26064 swapcontext(0xffe4a31c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe4f36c, 0) = 0 >26064 swapcontext(0xffe4d548, 0) = 0 >26064 swapcontext(0xffe49d40, 0) = 0 >26064 swapcontext(0xffe497d8, 0) = 0 >26064 swapcontext(0xffe4a31c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f38c, 0) = 0 >26064 swapcontext(0xffe4d568, 0) = 0 >26064 swapcontext(0xffe49d60, 0) = 0 >26064 swapcontext(0xffe497f8, 0) = 0 >26064 swapcontext(0xffe4a33c, 0) = 0 >26064 swapcontext(0xffe54df0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/types.rb", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/types.so", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/types.rb", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/types.so", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/types.rb", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/types.so", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/types.rb", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/types.so", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/types.rb", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/types.so", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/types.rb", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/types.so", 0xffe54cd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/types.rb", {st_mode=S_IFREG|0644, st_size=5002, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/types.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/yaml/types.rb", 0xffe54ce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/yaml/types.rb", 0xffe54ce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/yaml/types.rb", 0xffe54ce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/yaml/types.rb", 0xffe54ce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/yaml/types.rb", 0xffe54ce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/yaml/types.rb", 0xffe54ce8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/yaml/types.rb", {st_mode=S_IFREG|0644, st_size=5002, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/types.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/types.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe548a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/types.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/yaml/types.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=5002, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# -*- mode: ruby; ruby-indent-lev"..., 4096) = 4096 >26064 read(3, " end\n def self.[]( *v"..., 4096) = 906 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe520bc, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4daf8, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4daf8, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4cbac, 0) = 0 >26064 swapcontext(0xffe4ad88, 0) = 0 >26064 swapcontext(0xffe47580, 0) = 0 >26064 swapcontext(0xffe47018, 0) = 0 >26064 swapcontext(0xffe47b5c, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4cbac, 0) = 0 >26064 swapcontext(0xffe4ad88, 0) = 0 >26064 swapcontext(0xffe47580, 0) = 0 >26064 swapcontext(0xffe47018, 0) = 0 >26064 swapcontext(0xffe47b5c, 0) = 0 >26064 swapcontext(0xffe4f8dc, 0) = 0 >26064 swapcontext(0xffe4cbac, 0) = 0 >26064 swapcontext(0xffe4ad88, 0) = 0 >26064 swapcontext(0xffe47580, 0) = 0 >26064 swapcontext(0xffe47018, 0) = 0 >26064 swapcontext(0xffe47b5c, 0) = 0 >26064 swapcontext(0xffe558dc, 0) = 0 >26064 swapcontext(0xffe586f0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/zlib.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/zlib.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/zlib.so", {st_mode=S_IFREG|0755, st_size=49956, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/zlib.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/zlib.so", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/zlib.so", {st_mode=S_IFREG|0755, st_size=49956, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/zlib.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/zlib.so", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0000p\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=49956, ...}) = 0 >26064 mmap(0xf8b7000, 114204, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf8b7000 >26064 mprotect(0xf8c3000, 61440, PROT_NONE) = 0 >26064 mmap(0xf8d2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0xf8d2000 >26064 close(3) = 0 >26064 open("/etc/ld.so.cache", O_RDONLY) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=31418, ...}) = 0 >26064 mmap(NULL, 31418, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7ff7000 >26064 close(3) = 0 >26064 open("/lib/libz.so.1", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\236'\0\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=86976, ...}) = 0 >26064 mmap(0xf9e0000, 149556, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7e6c000 >26064 mprotect(0xf7e81000, 61440, PROT_NONE) = 0 >26064 mmap(0xf7e90000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0xf7e90000 >26064 close(3) = 0 >26064 munmap(0xf7ff7000, 31418) = 0 >26064 swapcontext(0xffe586d0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", {st_mode=S_IFREG|0644, st_size=15229, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe586b0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", {st_mode=S_IFREG|0644, st_size=6354, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5919c, 0) = 0 >26064 swapcontext(0xffe5919c, 0) = 0 >26064 swapcontext(0xffe569bc, 0) = 0 >26064 swapcontext(0xffe5bf70, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", {st_mode=S_IFREG|0644, st_size=336, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", {st_mode=S_IFREG|0644, st_size=336, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ba24, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=336, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 336 >26064 read(3, ""..., 4096) = 0 >26064 read(3, ""..., 4096) = 0 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe58730, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest/sha2.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest/sha2.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest/sha2.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest/sha2.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest/sha2.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest/sha2.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest/sha2.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest/sha2.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest/sha2.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest/sha2.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest/sha2.rb", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest/sha2.so", 0xffe58618) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest/sha2.rb", {st_mode=S_IFREG|0644, st_size=1475, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest/sha2.rb", 0xffe58628) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest/sha2.rb", 0xffe58628) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest/sha2.rb", 0xffe58628) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest/sha2.rb", 0xffe58628) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest/sha2.rb", 0xffe58628) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest/sha2.rb", 0xffe58628) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest/sha2.rb", {st_mode=S_IFREG|0644, st_size=1475, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe581e4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/digest/sha2.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1475, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# sha2.rb - defines Digest::S"..., 4096) = 1475 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe54ef0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest.rb", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest.so", 0xffe54dd8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest.rb", {st_mode=S_IFREG|0644, st_size=1145, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest.rb", 0xffe54de8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest.rb", {st_mode=S_IFREG|0644, st_size=1145, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe549a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1145, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "require 'digest.so'\n\nmodule Diges"..., 4096) = 1145 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe516b0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest.so", 0xffe515a8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/digest.so", {st_mode=S_IFREG|0755, st_size=18008, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/digest.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/digest.so", O_RDONLY) = 3 >26064 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\36\240\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=18008, ...}) = 0 >26064 mmap(0xf892000, 82232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf892000 >26064 mprotect(0xf896000, 61440, PROT_NONE) = 0 >26064 mmap(0xf8a5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0xf8a5000 >26064 close(3) = 0 >26064 swapcontext(0xffe5219c, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe4f9bc, 0) = 0 >26064 swapcontext(0xffe559dc, 0) = 0 >26064 swapcontext(0xffe531fc, 0) = 0 >26064 swapcontext(0xffe5921c, 0) = 0 >26064 swapcontext(0xffe5415c, 0) = 0 >26064 swapcontext(0xffe527fc, 0) = 0 >26064 swapcontext(0xffe4eb70, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest/sha2.so", 0xffe4ea68) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/digest/sha2.so", {st_mode=S_IFREG|0755, st_size=17896, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/digest/sha2.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/digest/sha2.so", O_RDONLY) = 3 >26064 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\31p\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=17896, ...}) = 0 >26064 mmap(0xf86d000, 82032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf86d000 >26064 mprotect(0xf871000, 61440, PROT_NONE) = 0 >26064 mmap(0xf880000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0xf880000 >26064 close(3) = 0 >26064 swapcontext(0xffe4e5b0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest.rb", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/digest.so", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest.rb", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/digest.so", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest.rb", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/digest.so", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest.rb", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/digest.so", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest.rb", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/digest.so", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest.rb", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/digest.so", 0xffe4e498) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/digest.rb", {st_mode=S_IFREG|0644, st_size=1145, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5bf50, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/forwardable.rb", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/forwardable.so", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/forwardable.rb", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/forwardable.so", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/forwardable.rb", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/forwardable.so", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/forwardable.rb", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/forwardable.so", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/forwardable.rb", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/forwardable.so", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/forwardable.rb", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/forwardable.so", 0xffe5be38) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/forwardable.rb", {st_mode=S_IFREG|0644, st_size=6310, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/forwardable.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/forwardable.rb", 0xffe5be48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/forwardable.rb", 0xffe5be48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/forwardable.rb", 0xffe5be48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/forwardable.rb", 0xffe5be48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/forwardable.rb", 0xffe5be48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/forwardable.rb", 0xffe5be48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/forwardable.rb", {st_mode=S_IFREG|0644, st_size=6310, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/forwardable.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/forwardable.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ba04, 0) = 0 >26064 open("/usr/lib/ruby/1.8/forwardable.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/forwardable.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=6310, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "# = forwardable - Support for the"..., 4096) = 4096 >26064 read(3, "ali.id2name if ali.kind_of?(Integ"..., 4096) = 2214 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5921c, 0) = 0 >26064 swapcontext(0xffe56a3c, 0) = 0 >26064 swapcontext(0xffe5921c, 0) = 0 >26064 swapcontext(0xffe5bf30, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/time.rb", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/time.so", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/time.rb", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/time.so", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/time.rb", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/time.so", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/time.rb", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/time.so", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/time.rb", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/time.so", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/time.rb", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/time.so", 0xffe5be18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/time.rb", {st_mode=S_IFREG|0644, st_size=32241, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/time.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/time.rb", 0xffe5be28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/time.rb", 0xffe5be28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/time.rb", 0xffe5be28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/time.rb", 0xffe5be28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/time.rb", 0xffe5be28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/time.rb", 0xffe5be28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/time.rb", {st_mode=S_IFREG|0644, st_size=32241, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/time.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/time.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5b9e4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/time.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/time.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=32241, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "\n#\n# == Introduction\n# \n# This li"..., 4096) = 4096 >26064 read(3, "-= o; o, hour = hour.divmod(24); "..., 4096) = 4096 >26064 read(3, "nd converts it to a Time\n # ob"..., 4096) = 4096 >26064 read(3, "\n\n #\n # Returns a string which "..., 4096) = 4096 >26064 read(3, "assert_equal(t, Time.httpdate(\"Su"..., 4096) = 4096 >26064 read(3, "test_encode_xmlschema\n t = T"..., 4096) = 4096 >26064 read(3, "ntError) { Time.rfc2822(\"fr, 11 a"..., 4096) = 4096 >26064 read(3, "0:00:00 -0000 1999\"));t.localtime"..., 4096) = 3569 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe586f0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/parsedate.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/parsedate.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/parsedate.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/parsedate.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/parsedate.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/parsedate.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/parsedate.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/parsedate.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/parsedate.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/parsedate.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/parsedate.rb", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/parsedate.so", 0xffe585d8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/parsedate.rb", {st_mode=S_IFREG|0644, st_size=1359, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/parsedate.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/parsedate.rb", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/parsedate.rb", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/parsedate.rb", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/parsedate.rb", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/parsedate.rb", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/parsedate.rb", 0xffe585e8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/parsedate.rb", {st_mode=S_IFREG|0644, st_size=1359, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/parsedate.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/parsedate.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe581a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/parsedate.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/parsedate.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1359, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#\n# = parsedate.rb: Parses dates\n"..., 4096) = 1359 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe54eb0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date/format.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/date/format.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date/format.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/date/format.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date/format.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/date/format.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date/format.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/date/format.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date/format.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/date/format.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date/format.rb", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/date/format.so", 0xffe54d98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/date/format.rb", {st_mode=S_IFREG|0644, st_size=26717, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/date/format.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5599c, 0) = 0 >26064 swapcontext(0xffe591dc, 0) = 0 >26064 swapcontext(0xffe569fc, 0) = 0 >26064 swapcontext(0xffe5ca1c, 0) = 0 >26064 swapcontext(0xffe5a23c, 0) = 0 >26064 swapcontext(0xffe579fc, 0) = 0 >26064 swapcontext(0xffe574ac, 0) = 0 >26064 swapcontext(0xffe56010, 0) = 0 >26064 swapcontext(0xffe54150, 0) = 0 >26064 swapcontext(0xffe53c8c, 0) = 0 >26064 swapcontext(0xffe50f3c, 0) = 0 >26064 swapcontext(0xffe4dbb0, 0) = 0 >26064 swapcontext(0xffe4d648, 0) = 0 >26064 swapcontext(0xffe54150, 0) = 0 >26064 swapcontext(0xffe53c8c, 0) = 0 >26064 swapcontext(0xffe50f3c, 0) = 0 >26064 swapcontext(0xffe4dbb0, 0) = 0 >26064 swapcontext(0xffe4d648, 0) = 0 >26064 swapcontext(0xffe5f7d0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", {st_mode=S_IFREG|0644, st_size=21814, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", {st_mode=S_IFREG|0644, st_size=21814, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5f284, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=21814, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 4096 >26064 read(3, " attr_accessor(name)\n end\n\n "..., 4096) = 4096 >26064 read(3, "test_suite_file=(val)\n warn_"..., 4096) = 4096 >26064 read(3, "efault value (possibly nil). Her"..., 4096) = 4096 >26064 read(3, "sfies_requirement?(dependency)\n "..., 4096) = 4096 >26064 read(3, "ep) do |sat|\n sats <"..., 4096) = 1334 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5bf90, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/time.rb", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/time.so", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/time.rb", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/time.so", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/time.rb", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/time.so", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/time.rb", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/time.so", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/time.rb", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/time.so", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/time.rb", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/time.so", 0xffe5be78) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/time.rb", {st_mode=S_IFREG|0644, st_size=32241, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/time.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5bf70, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", {st_mode=S_IFREG|0644, st_size=15229, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5bf50, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", {st_mode=S_IFREG|0644, st_size=8202, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", {st_mode=S_IFREG|0644, st_size=8202, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ba04, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/version.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=8202, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 4096 >26064 read(3, "= to_ints\n ints.pop if ints."..., 4096) = 4096 >26064 read(3, "nd\n \nend\n"..., 4096) = 10 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5921c, 0) = 0 >26064 swapcontext(0xffe56a3c, 0) = 0 >26064 swapcontext(0xffe56a3c, 0) = 0 >26064 swapcontext(0xffe5423c, 0) = 0 >26064 swapcontext(0xffe56a3c, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe510a0, 0) = 0 >26064 swapcontext(0xffe4ede0, 0) = 0 >26064 swapcontext(0xffe48a08, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe4ac80, 0) = 0 >26064 swapcontext(0xffe4a7bc, 0) = 0 >26064 swapcontext(0xffe5ca3c, 0) = 0 >26064 swapcontext(0xffe5ca3c, 0) = 0 >26064 swapcontext(0xffe5a25c, 0) = 0 >26064 swapcontext(0xffe5a25c, 0) = 0 >26064 swapcontext(0xffe5a25c, 0) = 0 >26064 swapcontext(0xffe5a25c, 0) = 0 >26064 swapcontext(0xffe5752c, 0) = 0 >26064 swapcontext(0xffe5478c, 0) = 0 >26064 swapcontext(0xffe5750c, 0) = 0 >26064 swapcontext(0xffe5476c, 0) = 0 >26064 swapcontext(0xffe574ec, 0) = 0 >26064 swapcontext(0xffe5474c, 0) = 0 >26064 swapcontext(0xffe574cc, 0) = 0 >26064 swapcontext(0xffe5472c, 0) = 0 >26064 swapcontext(0xffe574ac, 0) = 0 >26064 swapcontext(0xffe5470c, 0) = 0 >26064 swapcontext(0xffe5748c, 0) = 0 >26064 swapcontext(0xffe546ec, 0) = 0 >26064 swapcontext(0xffe5746c, 0) = 0 >26064 swapcontext(0xffe546cc, 0) = 0 >26064 swapcontext(0xffe5744c, 0) = 0 >26064 swapcontext(0xffe55fc0, 0) = 0 >26064 swapcontext(0xffe51e60, 0) = 0 >26064 swapcontext(0xffe5199c, 0) = 0 >26064 swapcontext(0xffe5742c, 0) = 0 >26064 swapcontext(0xffe55fa0, 0) = 0 >26064 swapcontext(0xffe51e40, 0) = 0 >26064 swapcontext(0xffe5197c, 0) = 0 >26064 swapcontext(0xffe4ec2c, 0) = 0 >26064 swapcontext(0xffe51e40, 0) = 0 >26064 swapcontext(0xffe5197c, 0) = 0 >26064 swapcontext(0xffe4ec2c, 0) = 0 >26064 swapcontext(0xffe51e40, 0) = 0 >26064 swapcontext(0xffe5197c, 0) = 0 >26064 swapcontext(0xffe4ec2c, 0) = 0 >26064 swapcontext(0xffe51e40, 0) = 0 >26064 swapcontext(0xffe5197c, 0) = 0 >26064 swapcontext(0xffe4ec2c, 0) = 0 >26064 swapcontext(0xffe5740c, 0) = 0 >26064 swapcontext(0xffe55f80, 0) = 0 >26064 swapcontext(0xffe51e20, 0) = 0 >26064 swapcontext(0xffe5195c, 0) = 0 >26064 swapcontext(0xffe4ec0c, 0) = 0 >26064 swapcontext(0xffe51e20, 0) = 0 >26064 swapcontext(0xffe5195c, 0) = 0 >26064 swapcontext(0xffe4ec0c, 0) = 0 >26064 swapcontext(0xffe573ec, 0) = 0 >26064 swapcontext(0xffe573cc, 0) = 0 >26064 swapcontext(0xffe5510c, 0) = 0 >26064 swapcontext(0xffe5184c, 0) = 0 >26064 swapcontext(0xffe4e120, 0) = 0 >26064 swapcontext(0xffe49fc0, 0) = 0 >26064 swapcontext(0xffe49afc, 0) = 0 >26064 swapcontext(0xffe4286c, 0) = 0 >26064 swapcontext(0xffe43fac, 0) = 0 >26064 swapcontext(0xffe3ef8c, 0) = 0 >26064 swapcontext(0xffe573ac, 0) = 0 >26064 swapcontext(0xffe5738c, 0) = 0 >26064 swapcontext(0xffe5736c, 0) = 0 >26064 swapcontext(0xffe5734c, 0) = 0 >26064 swapcontext(0xffe5732c, 0) = 0 >26064 swapcontext(0xffe5730c, 0) = 0 >26064 swapcontext(0xffe53f30, 0) = 0 >26064 swapcontext(0xffe539c8, 0) = 0 >26064 swapcontext(0xffe572ec, 0) = 0 >26064 swapcontext(0xffe53f10, 0) = 0 >26064 swapcontext(0xffe539a8, 0) = 0 >26064 mmap(NULL, 1400832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7d16000 >26064 swapcontext(0xffe572cc, 0) = 0 >26064 swapcontext(0xffe53ef0, 0) = 0 >26064 swapcontext(0xffe53988, 0) = 0 >26064 swapcontext(0xffe572ac, 0) = 0 >26064 swapcontext(0xffe53ed0, 0) = 0 >26064 swapcontext(0xffe53968, 0) = 0 >26064 swapcontext(0xffe5728c, 0) = 0 >26064 swapcontext(0xffe53eb0, 0) = 0 >26064 swapcontext(0xffe53948, 0) = 0 >26064 swapcontext(0xffe5726c, 0) = 0 >26064 swapcontext(0xffe53e90, 0) = 0 >26064 swapcontext(0xffe53928, 0) = 0 >26064 swapcontext(0xffe5724c, 0) = 0 >26064 swapcontext(0xffe53e70, 0) = 0 >26064 swapcontext(0xffe53908, 0) = 0 >26064 swapcontext(0xffe5722c, 0) = 0 >26064 swapcontext(0xffe53e50, 0) = 0 >26064 swapcontext(0xffe538e8, 0) = 0 >26064 swapcontext(0xffe5720c, 0) = 0 >26064 swapcontext(0xffe53e30, 0) = 0 >26064 swapcontext(0xffe538c8, 0) = 0 >26064 swapcontext(0xffe571ec, 0) = 0 >26064 swapcontext(0xffe55d60, 0) = 0 >26064 swapcontext(0xffe51c00, 0) = 0 >26064 swapcontext(0xffe5173c, 0) = 0 >26064 swapcontext(0xffe571cc, 0) = 0 >26064 swapcontext(0xffe55d30, 0) = 0 >26064 swapcontext(0xffe55d30, 0) = 0 >26064 swapcontext(0xffe571ac, 0) = 0 >26064 swapcontext(0xffe55d10, 0) = 0 >26064 swapcontext(0xffe55d10, 0) = 0 >26064 swapcontext(0xffe5718c, 0) = 0 >26064 swapcontext(0xffe55cf0, 0) = 0 >26064 swapcontext(0xffe55cf0, 0) = 0 >26064 swapcontext(0xffe5716c, 0) = 0 >26064 swapcontext(0xffe55cd0, 0) = 0 >26064 swapcontext(0xffe55cd0, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe58e20, 0) = 0 >26064 swapcontext(0xffe54e6c, 0) = 0 >26064 swapcontext(0xffe5f7b0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", {st_mode=S_IFREG|0644, st_size=16890, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", {st_mode=S_IFREG|0644, st_size=16890, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5f264, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/security.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=16890, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 4096 >26064 read(3, "# Get the path to the file for th"..., 4096) = 4096 >26064 read(3, "\n chain.map { |cert| cer"..., 4096) = 4096 >26064 read(3, "\n\n #\n # Build a certificate"..., 4096) = 4096 >26064 read(3, "?(OpenSSL::X509::Certificate)\n "..., 4096) = 506 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5bf70, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", {st_mode=S_IFREG|0644, st_size=1102, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", {st_mode=S_IFREG|0644, st_size=1102, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ba24, 0) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1102, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "#--\n# Copyright 2006 by Chad Fowl"..., 4096) = 1102 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe5923c, 0) = 0 >26064 swapcontext(0xffe56a5c, 0) = 0 >26064 swapcontext(0xffe5a11c, 0) = 0 >26064 swapcontext(0xffe56490, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.rb", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.so", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.rb", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.so", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.rb", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.so", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.rb", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.so", 0xffe56378) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl.rb", {st_mode=S_IFREG|0644, st_size=508, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.rb", 0xffe56388) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe56388) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.rb", 0xffe56388) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.rb", 0xffe56388) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe56388) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.rb", 0xffe56388) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl.rb", {st_mode=S_IFREG|0644, st_size=508, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe55f44, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Loader for "..., 4096) = 508 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe52c50, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl.so", 0xffe52b48) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/openssl.so", {st_mode=S_IFREG|0755, st_size=312392, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/openssl.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/openssl.so", O_RDONLY) = 3 >26064 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\21\340\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=312392, ...}) = 0 >26064 mmap(0xf800000, 376880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf800000 >26064 mprotect(0xf84a000, 61440, PROT_NONE) = 0 >26064 mmap(0xf859000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0xf859000 >26064 mmap(0xf85c000, 48, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf85c000 >26064 close(3) = 0 >26064 open("/etc/ld.so.cache", O_RDONLY) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=31418, ...}) = 0 >26064 mmap(NULL, 31418, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7ff7000 >26064 close(3) = 0 >26064 open("/lib/libssl.so.7", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\25\357p\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=346064, ...}) = 0 >26064 mmap(0xf150000, 342700, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf150000 >26064 mmap(0xf1a0000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0xf1a0000 >26064 close(3) = 0 >26064 open("/lib/libcrypto.so.7", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17,\16\300\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=1556412, ...}) = 0 >26064 mmap(0xf280000, 1632008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf280000 >26064 mprotect(0xf3e9000, 61440, PROT_NONE) = 0 >26064 mmap(0xf3f8000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x168000) = 0xf3f8000 >26064 mmap(0xf40c000, 9992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf40c000 >26064 close(3) = 0 >26064 open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17C\177\260\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=211520, ...}) = 0 >26064 mmap(0xf430000, 273512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf430000 >26064 mprotect(0xf462000, 61440, PROT_NONE) = 0 >26064 mmap(0xf471000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0xf471000 >26064 close(3) = 0 >26064 open("/usr/lib/libkrb5.so.3", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17MK\240\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=737348, ...}) = 0 >26064 mmap(0xf4c0000, 733948, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf4c0000 >26064 mprotect(0xf56e000, 8192, PROT_NONE) = 0 >26064 mmap(0xf570000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb0000) = 0xf570000 >26064 close(3) = 0 >26064 open("/lib/libcom_err.so.2", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17{\33p\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=16572, ...}) = 0 >26064 mmap(0xf7b0000, 78968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7b0000 >26064 mprotect(0xf7b4000, 61440, PROT_NONE) = 0 >26064 mmap(0xf7c3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0xf7c3000 >26064 close(3) = 0 >26064 open("/usr/lib/libk5crypto.so.3", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17$Q\0\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=170620, ...}) = 0 >26064 mmap(0xf240000, 233480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf240000 >26064 mprotect(0xf268000, 61440, PROT_NONE) = 0 >26064 mmap(0xf277000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0xf277000 >26064 mmap(0xf279000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf279000 >26064 close(3) = 0 >26064 open("/lib/libresolv.so.2", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\217(\340\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=134924, ...}) = 0 >26064 mmap(0xf8f0000, 206828, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7ce3000 >26064 mprotect(0xf7cf7000, 110592, PROT_NONE) = 0 >26064 mmap(0xf7d12000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0xf7d12000 >26064 mmap(0xf7d14000, 6124, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf7d14000 >26064 close(3) = 0 >26064 open("/usr/lib/libkrb5support.so.0", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17J.\240\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=47660, ...}) = 0 >26064 mmap(0xf4a0000, 109952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf4a0000 >26064 mprotect(0xf4ab000, 61440, PROT_NONE) = 0 >26064 mmap(0xf4ba000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0xf4ba000 >26064 close(3) = 0 >26064 open("/lib/libkeyutils.so.1", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17H\31@\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=14096, ...}) = 0 >26064 mmap(0xf480000, 76716, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf480000 >26064 mprotect(0xf483000, 61440, PROT_NONE) = 0 >26064 mmap(0xf492000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xf492000 >26064 close(3) = 0 >26064 open("/lib/libselinux.so.1", O_RDONLY) = 3 >26064 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\17\325W@\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=200472, ...}) = 0 >26064 mmap(0xfd50000, 265012, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfd50000 >26064 mprotect(0xfd71000, 122880, PROT_NONE) = 0 >26064 mmap(0xfd8f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0xfd8f000 >26064 close(3) = 0 >26064 mprotect(0xfd8f000, 4096, PROT_READ) = 0 >26064 mprotect(0xf7d12000, 4096, PROT_READ) = 0 >26064 open("/etc/selinux/config", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=447, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ce2000 >26064 read(3, "# This file controls the state of"..., 4096) = 447 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ce2000, 4096) = 0 >26064 statfs64("/selinux", 88, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=3024158, f_bfree=2683764, f_bavail=2530144, f_files=768544, f_ffree=711460, f_fsid={750326356, 283846000}, f_namelen=255, f_frsize=4096}) = 0 >26064 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ce2000 >26064 read(3, "rootfs / rootfs rw 0 0\n/dev/root "..., 1024) = 517 >26064 read(3, ""..., 1024) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ce2000, 4096) = 0 >26064 munmap(0xf7ff7000, 31418) = 0 >26064 swapcontext(0xffe52c30, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/bn.rb", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/bn.so", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/bn.rb", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/bn.so", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/bn.rb", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/bn.so", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/bn.rb", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/bn.so", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/bn.rb", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/bn.so", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/bn.rb", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/bn.so", 0xffe52b18) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/bn.rb", {st_mode=S_IFREG|0644, st_size=637, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/bn.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/bn.rb", 0xffe52b28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/bn.rb", 0xffe52b28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/bn.rb", 0xffe52b28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/bn.rb", 0xffe52b28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/bn.rb", 0xffe52b28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/bn.rb", 0xffe52b28) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/bn.rb", {st_mode=S_IFREG|0644, st_size=637, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/bn.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/bn.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe526e4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/bn.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/bn.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=637, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Ruby-space "..., 4096) = 637 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4fefc, 0) = 0 >26064 swapcontext(0xffe4d71c, 0) = 0 >26064 swapcontext(0xffe4fefc, 0) = 0 >26064 swapcontext(0xffe52c10, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/cipher.rb", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/cipher.so", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/cipher.rb", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/cipher.so", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/cipher.rb", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/cipher.so", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/cipher.rb", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/cipher.so", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/cipher.rb", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/cipher.so", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/cipher.rb", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/cipher.so", 0xffe52af8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/cipher.rb", {st_mode=S_IFREG|0644, st_size=1333, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/cipher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/cipher.rb", 0xffe52b08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/cipher.rb", 0xffe52b08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/cipher.rb", 0xffe52b08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/cipher.rb", 0xffe52b08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/cipher.rb", 0xffe52b08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/cipher.rb", 0xffe52b08) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/cipher.rb", {st_mode=S_IFREG|0644, st_size=1333, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/cipher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/cipher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe526c4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/cipher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/cipher.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1333, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Ruby-space "..., 4096) = 1333 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4fedc, 0) = 0 >26064 swapcontext(0xffe4d6fc, 0) = 0 >26064 swapcontext(0xffe4c2c0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe4c2c0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe48160, 0) = 0 >26064 swapcontext(0xffe47c9c, 0) = 0 >26064 swapcontext(0xffe445a0, 0) = 0 >26064 swapcontext(0xffe3f860, 0) = 0 >26064 swapcontext(0xffe3ee4c, 0) = 0 >26064 swapcontext(0xffe3d9f0, 0) = 0 >26064 swapcontext(0xffe4af1c, 0) = 0 >26064 swapcontext(0xffe52bf0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/digest.rb", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/digest.so", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/digest.rb", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/digest.so", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/digest.rb", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/digest.so", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/digest.rb", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/digest.so", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/digest.rb", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/digest.so", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/digest.rb", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/digest.so", 0xffe52ad8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/digest.rb", {st_mode=S_IFREG|0644, st_size=1197, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/digest.rb", 0xffe52ae8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/digest.rb", 0xffe52ae8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/digest.rb", 0xffe52ae8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/digest.rb", 0xffe52ae8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/digest.rb", 0xffe52ae8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/digest.rb", 0xffe52ae8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/digest.rb", {st_mode=S_IFREG|0644, st_size=1197, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe526a4, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/digest.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=1197, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Ruby-space "..., 4096) = 1197 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4febc, 0) = 0 >26064 swapcontext(0xffe4d6dc, 0) = 0 >26064 swapcontext(0xffe4c280, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe48120, 0) = 0 >26064 swapcontext(0xffe47c5c, 0) = 0 >26064 swapcontext(0xffe44560, 0) = 0 >26064 swapcontext(0xffe3f820, 0) = 0 >26064 swapcontext(0xffe3ee0c, 0) = 0 >26064 swapcontext(0xffe3d9b0, 0) = 0 >26064 swapcontext(0xffe431bc, 0) = 0 >26064 swapcontext(0xffe46800, 0) = 0 >26064 swapcontext(0xffe42690, 0) = 0 >26064 swapcontext(0xffe41c7c, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe40820, 0) = 0 >26064 swapcontext(0xffe52bd0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/ssl.rb", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/ssl.so", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/ssl.rb", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/ssl.so", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/ssl.rb", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/ssl.so", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/ssl.rb", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/ssl.so", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/ssl.rb", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/ssl.so", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/ssl.rb", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/ssl.so", 0xffe52ab8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/ssl.rb", {st_mode=S_IFREG|0644, st_size=3102, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/ssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/ssl.rb", 0xffe52ac8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/ssl.rb", 0xffe52ac8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/ssl.rb", 0xffe52ac8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/ssl.rb", 0xffe52ac8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/ssl.rb", 0xffe52ac8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/ssl.rb", 0xffe52ac8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/ssl.rb", {st_mode=S_IFREG|0644, st_size=3102, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/ssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/ssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe52684, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/ssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/ssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3102, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Ruby-space "..., 4096) = 3102 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4f390, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.rb", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.so", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.rb", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.so", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.rb", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.so", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.rb", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.so", 0xffe4f278) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl.rb", {st_mode=S_IFREG|0644, st_size=508, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4f370, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/buffering.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/buffering.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/buffering.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/buffering.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/buffering.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/buffering.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/buffering.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/buffering.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/buffering.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/buffering.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/buffering.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/buffering.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/buffering.rb", {st_mode=S_IFREG|0644, st_size=3791, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/buffering.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/buffering.rb", 0xffe4f268) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/buffering.rb", 0xffe4f268) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/buffering.rb", 0xffe4f268) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/buffering.rb", 0xffe4f268) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/buffering.rb", 0xffe4f268) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/buffering.rb", 0xffe4f268) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/buffering.rb", {st_mode=S_IFREG|0644, st_size=3791, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/buffering.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/buffering.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4ee24, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/buffering.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/buffering.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=3791, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Buffering m"..., 4096) = 3791 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4c63c, 0) = 0 >26064 swapcontext(0xffe4f350, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/fcntl.so", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/fcntl.rb", 0xffe4f238) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/fcntl.so", {st_mode=S_IFREG|0755, st_size=9560, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/fcntl.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/fcntl.so", 0xffe4f248) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/powerpc-linux/fcntl.so", {st_mode=S_IFREG|0755, st_size=9560, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/fcntl.so", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/powerpc-linux/fcntl.so", O_RDONLY) = 3 >26064 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\26\20\0\0\0004\0"..., 512) = 512 >26064 fstat64(3, {st_mode=S_IFREG|0755, st_size=9560, ...}) = 0 >26064 mmap(0xf12d000, 73740, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf12d000 >26064 mprotect(0xf12f000, 61440, PROT_NONE) = 0 >26064 mmap(0xf13e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xf13e000 >26064 close(3) = 0 >26064 swapcontext(0xffe4fe3c, 0) = 0 >26064 swapcontext(0xffe4d65c, 0) = 0 >26064 swapcontext(0xffe4ae7c, 0) = 0 >26064 swapcontext(0xffe4ae7c, 0) = 0 >26064 swapcontext(0xffe4ae7c, 0) = 0 >26064 swapcontext(0xffe4ae7c, 0) = 0 >26064 swapcontext(0xffe52bb0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/x509.rb", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/x509.so", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/x509.rb", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/x509.so", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/x509.rb", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/x509.so", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/x509.rb", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/x509.so", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/x509.rb", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/x509.so", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/x509.rb", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/x509.so", 0xffe52a98) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/x509.rb", {st_mode=S_IFREG|0644, st_size=4444, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/x509.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl/x509.rb", 0xffe52aa8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl/x509.rb", 0xffe52aa8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl/x509.rb", 0xffe52aa8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl/x509.rb", 0xffe52aa8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl/x509.rb", 0xffe52aa8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl/x509.rb", 0xffe52aa8) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl/x509.rb", {st_mode=S_IFREG|0644, st_size=4444, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/x509.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/x509.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe52664, 0) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/x509.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 open("/usr/lib/ruby/1.8/openssl/x509.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 fstat64(3, {st_mode=S_IFREG|0644, st_size=4444, ...}) = 0 >26064 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7ffe000 >26064 read(3, "=begin\n= $RCSfile$ -- Ruby-space "..., 4096) = 4096 >26064 read(3, " ary = OpenSSL::X509::Name::"..., 4096) = 348 >26064 read(3, ""..., 4096) = 0 >26064 close(3) = 0 >26064 munmap(0xf7ffe000, 4096) = 0 >26064 swapcontext(0xffe4f370, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/openssl.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/site_ruby/openssl.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/openssl.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/1.8/powerpc-linux/openssl.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.rb", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/site_ruby/openssl.so", 0xffe4f258) = -1 ENOENT (No such file or directory) >26064 stat64("/usr/lib/ruby/1.8/openssl.rb", {st_mode=S_IFREG|0644, st_size=508, ...}) = 0 >26064 open("/usr/lib/ruby/1.8/openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe4fe5c, 0) = 0 >26064 swapcontext(0xffe4d67c, 0) = 0 >26064 swapcontext(0xffe4ae9c, 0) = 0 >26064 swapcontext(0xffe4ae9c, 0) = 0 >26064 swapcontext(0xffe4ae9c, 0) = 0 >26064 swapcontext(0xffe486bc, 0) = 0 >26064 swapcontext(0xffe486bc, 0) = 0 >26064 swapcontext(0xffe5ca5c, 0) = 0 >26064 swapcontext(0xffe5a27c, 0) = 0 >26064 swapcontext(0xffe552cc, 0) = 0 >26064 swapcontext(0xffe51fb0, 0) = 0 >26064 stat64("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", {st_mode=S_IFREG|0644, st_size=1102, ...}) = 0 >26064 open("/usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb", O_RDONLY|O_LARGEFILE) = 3 >26064 close(3) = 0 >26064 swapcontext(0xffe5ca5c, 0) = 0 >26064 swapcontext(0xffe5a27c, 0) = 0 >26064 swapcontext(0xffe57a9c, 0) = 0 >26064 swapcontext(0xffe5ca5c, 0) = 0 >26064 swapcontext(0xffe5a27c, 0) = 0 >26064 swapcontext(0xffe57a9c, 0) = 0 >26064 swapcontext(0xffe50d6c, 0) = 0 >26064 swapcontext(0xffe4bd8c, 0) = 0 >26064 swapcontext(0xffe4a900, 0) = 0 >26064 swapcontext(0xffe467a0, 0) = 0 >26064 swapcontext(0xffe462dc, 0) = 0 >26064 swapcontext(0, 0xffe462dc) = -1 EINVAL (Invalid argument) >26064 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 >26064 tgkill(26064, 26064, SIGABRT) = 0 >26064 --- SIGABRT (Aborted) @ 0 (0) --- >26064 +++ killed by SIGABRT +++
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 457582
: 313511 |
313576