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 151784 Details for
Bug 231090
LSPP: getattr causes python Segfault
[?]
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 output on s390x
strace_s390x.txt (text/plain), 47.63 KB, created by
Klaus Kiwi (Old account no longer used)
on 2007-04-05 17:10:01 UTC
(
hide
)
Description:
strace output on s390x
Filename:
MIME Type:
Creator:
Klaus Kiwi (Old account no longer used)
Created:
2007-04-05 17:10:01 UTC
Size:
47.63 KB
patch
obsolete
>[root/abat_r/SystemLow@KWUSER3 test]# gdb python >GNU gdb Red Hat Linux (6.5-16.el5rh) >Copyright (C) 2006 Free Software Foundation, Inc. >GDB is free software, covered by the GNU General Public License, and you are >welcome to change it and/or distribute copies of it under certain conditions. >Type "show copying" to see the conditions. >There is absolutely no warranty for GDB. Type "show warranty" for details. >This GDB was configured as "s390x-redhat-linux-gnu"...(no debugging symbols found) >Using host libthread_db library "/lib64/libthread_db.so.1". > >(gdb) run test.py >Starting program: /usr/bin/python test.py >(no debugging symbols found) >(no debugging symbols found) >../../gdb/dwarf2-frame.c:1725: internal-error: decode_frame_entry_1: Assertion `fde->cie != NULL' failed. >A problem internal to GDB has been detected, >further debugging may prove unreliable. >Quit this debugging session? (y or n) n > >../../gdb/dwarf2-frame.c:1725: internal-error: decode_frame_entry_1: Assertion `fde->cie != NULL' failed. >A problem internal to GDB has been detected, >further debugging may prove unreliable. >Create a core file of GDB? (y or n) n >(no debugging symbols found) >(no debugging symbols found) >(no debugging symbols found) >(no debugging symbols found) >../../gdb/dwarf2-frame.c:1725: internal-error: decode_frame_entry_1: Assertion `fde->cie != NULL' failed. >A problem internal to GDB has been detected, >further debugging may prove unreliable. >Quit this debugging session? (y or n) y > >../../gdb/dwarf2-frame.c:1725: internal-error: decode_frame_entry_1: Assertion `fde->cie != NULL' failed. >A problem internal to GDB has been detected, >further debugging may prove unreliable. >Create a core file of GDB? (y or n) y >Aborted >[root/abat_r/SystemLow@KWUSER3 test]# gdb ./test.py >[root/abat_r/SystemLow@KWUSER3 test]# python test.py >Segmentation fault >[root/abat_r/SystemLow@KWUSER3 test]# strace python test.py >execve("/usr/bin/python", ["python", "test.py"], [/* 21 vars */]) = 0 >brk(0) = 0x80003000 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xffffffffffffffff >uname({sys="Linux", node="KWUSER3.ENDICOTT.IBM.COM", ...}) = 0 >access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >open("/etc/ld.so.cache", O_RDONLY) = 3 >fstat(3, {st_mode=S_IFREG|0644, st_size=32828, ...}) = 0 >mmap(NULL, 32828, PROT_READ, MAP_PRIVATE, 3, 0) = 0x20000001000 >close(3) = 0 >open("/usr/lib64/libpython2.4.so.1.0", O_RDONLY) = 3 >read(3, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(3, {st_mode=S_IFREG|0555, st_size=1385848, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2000000a000 >mmap(0x4c75c47000, 1400496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4c75c47000 >mmap(0x4c75d6e000, 176128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127000) = 0x4c75d6e000 >mmap(0x4c75d99000, 16048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4c75d99000 >close(3) = 0 >open("/lib64/libpthread.so.0", O_RDONLY) = 3 >read(3, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(3, {st_mode=S_IFREG|0755, st_size=146048, ...}) = 0 >mmap(0x4c75c22000, 115600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4c75c22000 >mmap(0x4c75c39000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x4c75c39000 >mmap(0x4c75c3b000, 13200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4c75c3b000 >close(3) = 0 >open("/lib64/libdl.so.2", O_RDONLY) = 3 >read(3, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(3, {st_mode=S_IFREG|0755, st_size=23488, ...}) = 0 >mmap(0x4c75b0e000, 16704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4c75b0e000 >mmap(0x4c75b11000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x4c75b11000 >close(3) = 0 >open("/lib64/libutil.so.1", O_RDONLY) = 3 >read(3, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(3, {st_mode=S_IFREG|0755, st_size=18120, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2000000b000 >mmap(0x4c75c41000, 12592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4c75c41000 >mmap(0x4c75c43000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4c75c43000 >close(3) = 0 >open("/lib64/libm.so.6", O_RDONLY) = 3 >read(3, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(3, {st_mode=S_IFREG|0755, st_size=742904, ...}) = 0 >mmap(0x4c75b80000, 652088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4c75b80000 >mmap(0x4c75c1e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9e000) = 0x4c75c1e000 >close(3) = 0 >open("/lib64/libc.so.6", O_RDONLY) = 3 >read(3, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(3, {st_mode=S_IFREG|0755, st_size=1849216, ...}) = 0 >mmap(0x4c75994000, 1539728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4c75994000 >mmap(0x4c75b03000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16f000) = 0x4c75b03000 >mmap(0x4c75b08000, 16016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4c75b08000 >close(3) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2000000c000 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2000000d000 >mprotect(0x4c75c39000, 4096, PROT_READ) = 0 >mprotect(0x4c75b11000, 4096, PROT_READ) = 0 >mprotect(0x4c75c43000, 4096, PROT_READ) = 0 >mprotect(0x4c75c1e000, 4096, PROT_READ) = 0 >mprotect(0x4c75b03000, 16384, PROT_READ) = 0 >mprotect(0x4c75990000, 4096, PROT_READ) = 0 >munmap(0x20000001000, 32828) = 0 >set_tid_address(0x2000000d0c0) = 7050 >set_robust_list(0x2000000d0d0, 0x18) = 0 >rt_sigaction(SIGRTMIN, {0x4c75c2784c, [], SA_SIGINFO}, NULL, 8) = 0 >rt_sigaction(SIGRT_1, {0x4c75c27734, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 >getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0 >brk(0) = 0x80003000 >brk(0x80024000) = 0x80024000 >open("test.py", O_RDONLY) = 3 >fstat(3, {st_mode=S_IFREG|0755, st_size=5350, ...}) = 0 >ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >futex(0x800032a0, FUTEX_WAKE, 1) = 0 >futex(0x800032a0, FUTEX_WAKE, 1) = 0 >mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2000000e000 >open("/proc/meminfo", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(4, "MemTotal: 1014660 kB\nMemFre"..., 4096) = 680 >close(4) = 0 >munmap(0x20000001000, 4096) = 0 >fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 >fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 >fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 >fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 >stat("/usr/kerberos/sbin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/usr/kerberos/bin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/usr/local/sbin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/usr/local/bin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/sbin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/bin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/usr/sbin/python", 0x3ffff8d77b0) = -1 ENOENT (No such file or directory) >stat("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=8376, ...}) = 0 >readlink("/usr/bin/python", 0x3ffff8d7845, 1024) = -1 EINVAL (Invalid argument) >stat("/usr/bin/Modules/Setup", 0x3ffff8d7650) = -1 ENOENT (No such file or directory) >stat("/usr/bin/lib64/python2.4/os.py", 0x3ffff8d75b0) = -1 ENOENT (No such file or directory) >stat("/usr/bin/lib64/python2.4/os.pyc", 0x3ffff8d75b0) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/os.py", {st_mode=S_IFREG|0644, st_size=24258, ...}) = 0 >stat("/usr/bin/Modules/Setup", 0x3ffff8d7650) = -1 ENOENT (No such file or directory) >stat("/usr/bin/lib64/python2.4/lib-dynload", 0x3ffff8d7650) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGXFSZ, {SIG_IGN}, {SIG_DFL}, 8) = 0 >brk(0x80047000) = 0x80047000 >rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGTRAP, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGABRT, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGKILL, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGUSR2, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGPIPE, NULL, {SIG_IGN}, 8) = 0 >rt_sigaction(SIGALRM, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGCONT, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGSTOP, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGTSTP, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGTTIN, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGTTOU, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGURG, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGXCPU, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGXFSZ, NULL, {SIG_IGN}, 8) = 0 >rt_sigaction(SIGVTALRM, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGPROF, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGWINCH, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGIO, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGPWR, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGUNUSED, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_2, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_3, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_4, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_5, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_6, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_7, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_8, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_9, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_10, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_11, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_12, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_13, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_14, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_15, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_16, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_17, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_18, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_19, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_20, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_21, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_22, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_23, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_24, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_25, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_26, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_27, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_28, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_29, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_30, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_31, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGRT_32, NULL, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGINT, {0x4c75d1eb24, [], 0}, {SIG_DFL}, 8) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >stat("/usr/lib64/python24.zip", 0x3ffff8d6270) = -1 ENOENT (No such file or directory) >stat("/usr/lib64", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >stat("/usr/lib64/python24.zip/site", 0x3ffff8d7318) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/site.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/site.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/site.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >stat("/usr/lib64/python2.4/site", 0x3ffff8d7318) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site.py", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0644, st_size=14162, ...}) = 0 >open("/usr/lib64/python2.4/site.pyc", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=13635, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(5, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\f"..., 4096) = 4096 >fstat(5, {st_mode=S_IFREG|0644, st_size=13635, ...}) = 0 >read(5, "\0\0xd\0t\2\0i\3\0D]Y\0}\2\0y:\0t\5\0i\3\0i\6\0|\2"..., 8192) = 8192 >read(5, "nge this.t\5\0\0\0asciiN(\3\0\0\0t\10\0\0\0en"..., 4096) = 1347 >read(5, "", 4096) = 0 >close(5) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/usr/lib64/python24.zip/os", 0x3ffff8d5d58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/os.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/os.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/os", 0x3ffff8d5d58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/os.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/os.py", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=24258, ...}) = 0 >open("/usr/lib64/python2.4/os.pyc", O_RDONLY) = 6 >fstat(6, {st_mode=S_IFREG|0644, st_size=24392, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(6, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s=\7"..., 4096) = 4096 >fstat(6, {st_mode=S_IFREG|0644, st_size=24392, ...}) = 0 >read(6, "egment (not\n just the rightmo"..., 16384) = 16384 >read(6, "\7\0\0\0bufsizet\6\0\0\0stdoutt\5\0\0\0stdin"..., 4096) = 3912 >read(6, "", 4096) = 0 >close(6) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/usr/lib64/python24.zip/posixpath", 0x3ffff8d4798) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/posixpath.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/posixpath.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/posixpath", 0x3ffff8d4798) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/posixpath.py", O_RDONLY) = 6 >fstat(6, {st_mode=S_IFREG|0644, st_size=13785, ...}) = 0 >open("/usr/lib64/python2.4/posixpath.pyc", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=12128, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(7, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0%\0\0\0@\0\0\0s\322"..., 4096) = 4096 >fstat(7, {st_mode=S_IFREG|0644, st_size=12128, ...}) = 0 >read(7, ".N(\4\0\0\0R>\0\0\0R?\0\0\0R@\0\0\0t\10\0\0\0st_mt"..., 4096) = 4096 >read(7, "\6\1\17\1\3\1\23\1\21\1\10\1\23\1c\1\0\0\0\5\0\0\0\5\0"..., 4096) = 3936 >read(7, "", 4096) = 0 >mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2000004f000 >close(7) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/usr/lib64/python24.zip/stat", 0x3ffff8d31d8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/stat.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/stat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/stat", 0x3ffff8d31d8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/stat.py", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=1667, ...}) = 0 >open("/usr/lib64/python2.4/stat.pyc", O_RDONLY) = 8 >fstat(8, {st_mode=S_IFREG|0644, st_size=2455, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(8, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s3\1"..., 4096) = 2455 >fstat(8, {st_mode=S_IFREG|0644, st_size=2455, ...}) = 0 >read(8, "", 4096) = 0 >close(8) = 0 >munmap(0x20000001000, 4096) = 0 >close(7) = 0 >close(6) = 0 >stat("/usr/lib64/python24.zip/UserDict", 0x3ffff8d4798) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/UserDict.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/UserDict.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/UserDict", 0x3ffff8d4798) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/UserDict.py", O_RDONLY) = 6 >fstat(6, {st_mode=S_IFREG|0644, st_size=5572, ...}) = 0 >open("/usr/lib64/python2.4/UserDict.pyc", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=7774, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(7, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sF\0"..., 4096) = 4096 >fstat(7, {st_mode=S_IFREG|0644, st_size=7774, ...}) = 0 >read(7, "R\10\0\0\0R\0\0\0\0\3\0\0\0s0\0\0\0\6\1\f\6\t\1\t\5\t\1"..., 4096) = 3678 >read(7, "", 4096) = 0 >close(7) = 0 >munmap(0x20000001000, 4096) = 0 >close(6) = 0 >brk(0x80068000) = 0x80068000 >stat("/usr/lib64/python24.zip/copy_reg", 0x3ffff8d4798) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/copy_reg.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/copy_reg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/copy_reg", 0x3ffff8d4798) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/copy_reg.py", O_RDONLY) = 6 >fstat(6, {st_mode=S_IFREG|0644, st_size=6244, ...}) = 0 >open("/usr/lib64/python2.4/copy_reg.pyc", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=4849, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(7, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\331"..., 4096) = 4096 >fstat(7, {st_mode=S_IFREG|0644, st_size=4849, ...}) = 0 >read(7, "\3\0p\26\0\1t\6\0i\4\0|\2\0\203\1\0|\3\0j\3\0o\32\0\1t"..., 4096) = 753 >read(7, "", 4096) = 0 >close(7) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/usr/lib64/python24.zip/types", 0x3ffff8d31d8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/types.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/types.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/types", 0x3ffff8d31d8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/types.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/types.py", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=2154, ...}) = 0 >open("/usr/lib64/python2.4/types.pyc", O_RDONLY) = 8 >fstat(8, {st_mode=S_IFREG|0644, st_size=2557, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(8, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sN\2"..., 4096) = 2557 >fstat(8, {st_mode=S_IFREG|0644, st_size=2557, ...}) = 0 >read(8, "", 4096) = 0 >close(8) = 0 >munmap(0x20000001000, 4096) = 0 >close(7) = 0 >close(6) = 0 >close(5) = 0 >stat("/usr/lib64/python2.4/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >open("/usr/lib64/python2.4/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 5 >fstat(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >fcntl(5, F_SETFD, FD_CLOEXEC) = 0 >getdents64(5, /* 57 entries */, 4096) = 1904 >getdents64(5, /* 0 entries */, 4096) = 0 >close(5) = 0 >open("/usr/lib64/python2.4/site-packages/japanese.pth", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=110, ...}) = 0 >fstat(5, {st_mode=S_IFREG|0644, st_size=110, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(5, "# Tamito KAJIYAMA <2 April 2002>"..., 8192) = 110 >read(5, "", 4096) = 0 >stat("/usr/lib64/python24.zip/japanese", 0x3ffff8d4cf0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/japanese.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/japanesemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/japanese.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/japanese.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >stat("/usr/lib64/python2.4/japanese", 0x3ffff8d4cf0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/japanese.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/japanesemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/japanese.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/japanese.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/plat-linux2/japanese", 0x3ffff8d4cf0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/japanese.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/japanesemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/japanese.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/japanese.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/lib-tk", 0x3ffff8d3c48) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >stat("/usr/lib64/python2.4/lib-tk/japanese", 0x3ffff8d4cf0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/japanese.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/japanesemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/japanese.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/japanese.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/lib-dynload/japanese", 0x3ffff8d4cf0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/japanese.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/japanesemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/japanese.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/japanese.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/__init__.py", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/__init__", 0x3ffff8d4828) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/__init__.py", O_RDONLY) = 6 >fstat(6, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0 >open("/usr/lib64/python2.4/site-packages/japanese/__init__.pyc", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=209, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000002000 >read(7, "m\362\r\n\315\212\230=c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0"..., 4096) = 209 >fstat(7, {st_mode=S_IFREG|0644, st_size=209, ...}) = 0 >read(7, "", 4096) = 0 >close(7) = 0 >munmap(0x20000002000, 4096) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/aliases", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/aliases/__init__.py", {st_mode=S_IFREG|0644, st_size=948, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/aliases/__init__", 0x3ffff8d2da0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/__init__.py", O_RDONLY) = 7 >fstat(7, {st_mode=S_IFREG|0644, st_size=948, ...}) = 0 >open("/usr/lib64/python2.4/site-packages/japanese/aliases/__init__.pyc", O_RDONLY) = 8 >fstat(8, {st_mode=S_IFREG|0644, st_size=792, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000002000 >read(8, "m\362\r\nK,\311?c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\247\0"..., 4096) = 792 >fstat(8, {st_mode=S_IFREG|0644, st_size=792, ...}) = 0 >read(8, "", 4096) = 0 >close(8) = 0 >munmap(0x20000002000, 4096) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/aliases", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/japanese/aliases/encodings", 0x3ffff8d17e0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/japanese/aliases/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python24.zip/encodings", 0x3ffff8d17e0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >stat("/usr/lib64/python2.4/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=4817, ...}) = 0 >stat("/usr/lib64/python2.4/encodings/__init__", 0x3ffff8d1318) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/__init__.py", O_RDONLY) = 8 >fstat(8, {st_mode=S_IFREG|0644, st_size=4817, ...}) = 0 >open("/usr/lib64/python2.4/encodings/__init__.pyc", O_RDONLY) = 9 >fstat(9, {st_mode=S_IFREG|0644, st_size=3847, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000002000 >read(9, "m\362\r\n\301\211}Ec\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\220"..., 4096) = 3847 >fstat(9, {st_mode=S_IFREG|0644, st_size=3847, ...}) = 0 >read(9, "", 4096) = 0 >close(9) = 0 >munmap(0x20000002000, 4096) = 0 >stat("/usr/lib64/python2.4/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >stat("/usr/lib64/python2.4/encodings/codecs", 0x3ffff8cfd58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python24.zip/codecs", 0x3ffff8cfd58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/codecs", 0x3ffff8cfd58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/codecs.py", O_RDONLY) = 9 >fstat(9, {st_mode=S_IFREG|0644, st_size=26318, ...}) = 0 >open("/usr/lib64/python2.4/codecs.pyc", O_RDONLY) = 10 >fstat(10, {st_mode=S_IFREG|0644, st_size=24661, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000002000 >read(10, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s\232"..., 4096) = 4096 >fstat(10, {st_mode=S_IFREG|0644, st_size=24661, ...}) = 0 >read(10, ";\0\0\0t\0\0Z\1\0d\1\0d\2\0\204\1\0Z\2\0d\3\0\204\0\0Z"..., 20480) = 20480 >read(10, "\3\n\3\6\3\6\2\20\3\n\3\n\5\n\3\6\3\6\1\6\1\6\1\6\5\23"..., 4096) = 85 >read(10, "", 4096) = 0 >close(10) = 0 >munmap(0x20000002000, 4096) = 0 >close(9) = 0 >stat("/usr/lib64/python2.4/encodings/exceptions", 0x3ffff8cfd58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/exceptions.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/exceptionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/exceptions.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/exceptions.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/encodings/types", 0x3ffff8cfd58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/types.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/types.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/encodings/aliases", 0x3ffff8cfd58) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/aliases.py", O_RDONLY) = 9 >fstat(9, {st_mode=S_IFREG|0644, st_size=13996, ...}) = 0 >open("/usr/lib64/python2.4/encodings/aliases.pyc", O_RDONLY) = 10 >fstat(10, {st_mode=S_IFREG|0644, st_size=8454, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000002000 >read(10, "m\362\r\n\301\211}Ec\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sf\n"..., 4096) = 4096 >fstat(10, {st_mode=S_IFREG|0644, st_size=8454, ...}) = 0 >read(10, "58t\f\0\0\0windows_1258t\3\0\0\000424t\5\0\0\0"..., 4096) = 4096 >read(10, "\0utf_16let\2\0\0\0u7t\5\0\0\0utf_7t\4\0\0\0u"..., 4096) = 262 >read(10, "", 4096) = 0 >mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000090000 >close(10) = 0 >munmap(0x20000002000, 4096) = 0 >close(9) = 0 >close(8) = 0 >close(7) = 0 >close(6) = 0 >read(5, "", 8192) = 0 >close(5) = 0 >munmap(0x20000001000, 4096) = 0 >open("/usr/lib64/python2.4/site-packages/pygtk.pth", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 >fstat(5, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(5, "gtk-2.0\n", 8192) = 8 >read(5, "", 4096) = 0 >stat("/usr/lib64/python2.4/site-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >read(5, "", 8192) = 0 >close(5) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/usr/lib/python2.4/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >open("/usr/lib/python2.4/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 5 >fstat(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >fcntl(5, F_SETFD, FD_CLOEXEC) = 0 >getdents64(5, /* 18 entries */, 4096) = 544 >getdents64(5, /* 0 entries */, 4096) = 0 >close(5) = 0 >stat("/usr/lib64/site-python", 0x3ffff8d66e0) = -1 ENOENT (No such file or directory) >stat("/usr/lib/site-python", 0x3ffff8d66e0) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python24.zip/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/plat-linux2/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/plat-linux2/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/lib-tk/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-tk/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/lib-dynload/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/lib-dynload/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/site-packages/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/site-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib64/python2.4/site-packages/gtk-2.0/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/gtk-2.0/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/gtk-2.0/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/gtk-2.0/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/site-packages/gtk-2.0/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib/python2.4/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/usr/lib/python2.4/site-packages/sitecustomize", 0x3ffff8d5928) = -1 ENOENT (No such file or directory) >open("/usr/lib/python2.4/site-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib/python2.4/site-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib/python2.4/site-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib/python2.4/site-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >close(4) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >futex(0x80039be0, FUTEX_WAKE, 1) = 0 >futex(0x80039be0, FUTEX_WAKE, 1) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >stat("/usr/lib64/python24.zip/warnings", 0x3ffff8d73b8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/warnings", 0x3ffff8d73b8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/warnings.py", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0644, st_size=8958, ...}) = 0 >open("/usr/lib64/python2.4/warnings.pyc", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=7989, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(5, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s%\1"..., 4096) = 4096 >fstat(5, {st_mode=S_IFREG|0644, st_size=7989, ...}) = 0 >read(5, "gory must be a classs#\0\0\0categor"..., 4096) = 3893 >read(5, "", 4096) = 0 >close(5) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/usr/lib64/python24.zip/linecache", 0x3ffff8d5df8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/linecache.py", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python24.zip/linecache.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >stat("/usr/lib64/python2.4/linecache", 0x3ffff8d5df8) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/linecache.py", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=2880, ...}) = 0 >open("/usr/lib64/python2.4/linecache.pyc", O_RDONLY) = 6 >fstat(6, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(6, "m\362\r\n\300\211}Ec\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sa\0"..., 4096) = 2683 >fstat(6, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0 >read(6, "", 4096) = 0 >close(6) = 0 >munmap(0x20000001000, 4096) = 0 >close(5) = 0 >close(4) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >open("/usr/lib/locale/locale-archive", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0644, st_size=55574080, ...}) = 0 >mmap(NULL, 55574080, PROT_READ, MAP_PRIVATE, 4, 0) = 0x200000c1000 >close(4) = 0 >stat("/usr/lib64/python2.4/encodings/utf_8", 0x3ffff8d6fb0) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/usr/lib64/python2.4/encodings/utf_8.py", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 >open("/usr/lib64/python2.4/encodings/utf_8.pyc", O_RDONLY) = 5 >fstat(5, {st_mode=S_IFREG|0644, st_size=1018, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(5, "m\362\r\n\301\211}Ec\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sc\0"..., 4096) = 1018 >fstat(5, {st_mode=S_IFREG|0644, st_size=1018, ...}) = 0 >read(5, "", 4096) = 0 >close(5) = 0 >munmap(0x20000001000, 4096) = 0 >close(4) = 0 >futex(0x80003b60, FUTEX_WAKE, 1) = 0 >ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0 >getcwd("/root/test", 4096) = 11 >lstat("/root/test/test.py", {st_mode=S_IFREG|0755, st_size=5350, ...}) = 0 >ioctl(3, TCGETS, 0x3ffff8d848c) = -1 ENOTTY (Inappropriate ioctl for device) >fstat(3, {st_mode=S_IFREG|0755, st_size=5350, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >lseek(3, 0, SEEK_CUR) = 0 >read(3, "#!/usr/bin/env python\nimport c_t"..., 4096) = 4096 >lseek(3, 4096, SEEK_SET) = 4096 >mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x200035c1000 >read(3, " # unexpected error\n op_f"..., 4096) = 1254 >read(3, "", 4096) = 0 >close(3) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/root/test", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >stat("/root/test/c_test", 0x3ffff8d6f28) = -1 ENOENT (No such file or directory) >open("/root/test/c_test.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/root/test/c_testmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/root/test/c_test.py", O_RDONLY) = 3 >fstat(3, {st_mode=S_IFREG|0644, st_size=4688, ...}) = 0 >open("/root/test/c_test.pyc", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x20000001000 >read(4, "m\362\r\n\375*\25Fc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\177"..., 4096) = 4096 >fstat(4, {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0 >read(4, "\0\0\0op_return_args_getR$\0\0\0t\22\0\0\0o"..., 4096) = 984 >read(4, "", 4096) = 0 >close(4) = 0 >munmap(0x20000001000, 4096) = 0 >stat("/root/test/_c_test", 0x3ffff8d5968) = -1 ENOENT (No such file or directory) >open("/root/test/_c_test.so", O_RDONLY) = 4 >fstat(4, {st_mode=S_IFREG|0755, st_size=84008, ...}) = 0 >futex(0x4c75b1212c, FUTEX_WAKE, 2147483647) = 0 >open("/root/test/_c_test.so", O_RDONLY) = 5 >read(5, "\177ELF\2\2\1\0\0\0\0\0\0\0\0\0\0\3\0\26\0\0\0\1\0\0\0"..., 832) = 832 >fstat(5, {st_mode=S_IFREG|0755, st_size=84008, ...}) = 0 >mmap(NULL, 74560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x20003602000 >mmap(0x20003613000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x10000) = 0x20003613000 >mmap(0x20003614000, 832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20003614000 >close(5) = 0 >mprotect(0x20003602000, 69632, PROT_READ|PROT_WRITE) = 0 >mprotect(0x20003602000, 69632, PROT_READ|PROT_EXEC) = 0 >--- SIGSEGV (Segmentation fault) @ 0 (0) --- >+++ killed by SIGSEGV +++ >Process 7050 detached
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 231090
:
149313
|
149360
| 151784 |
151787
|
152188
|
152189