|
|

楼主 |
发表于 2008-4-7 14:39:59
|
显示全部楼层
strace -f eix-sync执行结果
Post by zhllg;1835785
出问题的系统调用是在子进程里的
请你再执行一次加上-f参数
strace -f eix-sync
执行结果
- execve("/usr/bin/eix-sync", ["eix-sync"], [/* 82 vars */]) = 0
- brk(0) = 0x804f000
- access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
- open("/etc/ld.so.cache", O_RDONLY) = 3
- fstat64(3, {st_mode=S_IFREG|0644, st_size=88978, ...}) = 0
- mmap2(NULL, 88978, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f55000
- close(3) = 0
- open("/lib/libc.so.6", O_RDONLY) = 3
- read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pe\1\0004\0\0\0"..., 512) = 512
- fstat64(3, {st_mode=S_IFREG|0755, st_size=1261852, ...}) = 0
- mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f54000
- mmap2(NULL, 1267248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e1e000
- mmap2(0xb7f4e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x130) = 0xb7f4e000
- mmap2(0xb7f51000, 9776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f51000
- close(3) = 0
- mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e1d000
- set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e1d6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
- mprotect(0xb7f4e000, 8192, PROT_READ) = 0
- mprotect(0x804d000, 4096, PROT_READ) = 0
- mprotect(0xb7f86000, 4096, PROT_READ) = 0
- munmap(0xb7f55000, 88978) = 0
- brk(0) = 0x804f000
- brk(0x8070000) = 0x8070000
- open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
- fstat64(3, {st_mode=S_IFREG|0644, st_size=6885104, ...}) = 0
- mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7c1d000
- mmap2(NULL, 1142784, PROT_READ, MAP_PRIVATE, 3, 0x1b2) = 0xb7b06000
- close(3) = 0
- execve("/usr/local/sbin/sh", ["sh"..., "/usr/bin/eix-sync"...], [/* 82 vars */]) = -1 ENOENT (No such file or directory)
- execve("/usr/local/bin/sh", ["sh"..., "/usr/bin/eix-sync"...], [/* 82 vars */]) = -1 ENOENT (No such file or directory)
- execve("/usr/sbin/sh", ["sh"..., "/usr/bin/eix-sync"...], [/* 82 vars */]) = -1 ENOENT (No such file or directory)
- execve("/usr/bin/sh", ["sh"..., "/usr/bin/eix-sync"...], [/* 82 vars */]) = -1 ENOENT (No such file or directory)
- execve("/sbin/sh", ["sh"..., "/usr/bin/eix-sync"...], [/* 82 vars */]) = -1 ENOENT (No such file or directory)
- execve("/bin/sh", ["sh"..., "/usr/bin/eix-sync"...], [/* 82 vars */]) = 0
- brk(0) = 0x80d8000
- mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7efa000
- access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/tls/i686/sse2/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/tls/i686/sse2", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/tls/i686", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/tls/sse2/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/tls/sse2", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/tls", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/i686/sse2/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/i686/sse2", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/i686", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/sse2/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash/sse2", 0xbfa5589c) = -1 ENOENT (No such file or directory)
- open("/usr/lib/bash/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
- stat64("/usr/lib/bash", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
- open("/etc/ld.so.cache", O_RDONLY) = 3
- fstat64(3, {st_mode=S_IFREG|0644, st_size=88978, ...}) = 0
- mmap2(NULL, 88978, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ee4000
- close(3) = 0
- open("/lib/libncurses.so.5", O_RDONLY) = 3
- read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\357\0\0004\0\0\0"..., 512) = 512
- fstat64(3, {st_mode=S_IFREG|0755, st_size=223116, ...}) = 0
- mmap2(NULL, 228196, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7eac000
- mmap2(0xb7edb000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e) = 0xb7edb000
- close(3) = 0
- open("/usr/lib/bash/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
- open("/lib/libdl.so.2", O_RDONLY) = 3
- read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\n\0\0004\0\0\0"..., 512) = 512
- fstat64(3, {st_mode=S_IFREG|0755, st_size=9612, ...}) = 0
- mmap2(NULL, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ea8000
- mmap2(0xb7eaa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7eaa000
- close(3) = 0
- open("/usr/lib/bash/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
- open("/lib/libc.so.6", O_RDONLY) = 3
- read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pe\1\0004\0\0\0"..., 512) = 512
- fstat64(3, {st_mode=S_IFREG|0755, st_size=1261852, ...}) = 0
- mmap2(NULL, 1267248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d72000
- mmap2(0xb7ea2000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x130) = 0xb7ea2000
- mmap2(0xb7ea5000, 9776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ea5000
- close(3) = 0
- mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d71000
- set_thread_area({entry_number:-1 -> 6, base_addr:0xb7d716c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
- mprotect(0xb7ea2000, 8192, PROT_READ) = 0
- mprotect(0xb7eaa000, 4096, PROT_READ) = 0
- mprotect(0x80cd000, 4096, PROT_READ) = 0
- mprotect(0xb7f16000, 4096, PROT_READ) = 0
- munmap(0xb7ee4000, 88978) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
- close(3) = 0
- brk(0) = 0x80d8000
- brk(0x80f9000) = 0x80f9000
- open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
- fstat64(3, {st_mode=S_IFREG|0644, st_size=6885104, ...}) = 0
- mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7b71000
- mmap2(NULL, 1142784, PROT_READ, MAP_PRIVATE, 3, 0x1b2) = 0xb7a5a000
- close(3) = 0
- getuid32() = 0
- getgid32() = 0
- geteuid32() = 0
- getegid32() = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- time(NULL) = 1207549827
- open("/proc/meminfo", O_RDONLY) = 3
- fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
- mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef9000
- read(3, "MemTotal: 1034260 kB\nMemFre"..., 1024) = 728
- close(3) = 0
- munmap(0xb7ef9000, 4096) = 0
- rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
- rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
- rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
- rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
- rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
- rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
- uname({sys="Linux", node="ike", ...}) = 0
- stat64("/home/ling", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
- stat64(".", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
- getpid() = 7125
- open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
- fstat64(3, {st_mode=S_IFREG|0644, st_size=25700, ...}) = 0
- mmap2(NULL, 25700, PROT_READ, MAP_SHARED, 3, 0) = 0xb7ef3000
- close(3) = 0
- getppid() = 7124
- stat64(".", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
- stat64("/usr/local/sbin/sh", 0xbfa55dec) = -1 ENOENT (No such file or directory)
- stat64("/usr/local/bin/sh", 0xbfa55dec) = -1 ENOENT (No such file or directory)
- stat64("/usr/sbin/sh", 0xbfa55dec) = -1 ENOENT (No such file or directory)
- stat64("/usr/bin/sh", 0xbfa55dec) = -1 ENOENT (No such file or directory)
- stat64("/sbin/sh", 0xbfa55dec) = -1 ENOENT (No such file or directory)
- stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=564752, ...}) = 0
- stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=564752, ...}) = 0
- getpgrp() = 7124
- rt_sigaction(SIGCHLD, {0x8076ae0, [], 0}, {SIG_DFL}, 8) = 0
- getrlimit(RLIMIT_NPROC, {rlim_cur=8183, rlim_max=8183}) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- open("/usr/bin/eix-sync", O_RDONLY|O_LARGEFILE) = 3
- ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfa55e48) = -1 ENOTTY (Inappropriate ioctl for device)
- _llseek(3, 0, [0], SEEK_CUR) = 0
- read(3, "#! /usr/bin/env sh\n# This script"..., 80) = 80
- _llseek(3, 0, [0], SEEK_SET) = 0
- getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
- dup2(3, 255) = 255
- close(3) = 0
- fcntl64(255, F_SETFD, FD_CLOEXEC) = 0
- fcntl64(255, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
- fstat64(255, {st_mode=S_IFREG|0755, st_size=12652, ...}) = 0
- _llseek(255, 0, [0], SEEK_CUR) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- read(255, "#! /usr/bin/env sh\n# This script"..., 8192) = 8192
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- stat64("/usr/bin/update-eix-functions.sh", {st_mode=S_IFREG|0755, st_size=4758, ...}) = 0
- open("/usr/bin/update-eix-functions.sh", O_RDONLY|O_LARGEFILE) = 3
- fstat64(3, {st_mode=S_IFREG|0755, st_size=4758, ...}) = 0
- read(3, "#! /usr/bin/env sh\n# This script"..., 4758) = 4758
- close(3) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- pipe([3, 4]) = 0
- rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
- clone(Process 7126 attached
- child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7d71708) = 7126
- [pid 7126] close(255) = 0
- [pid 7126] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- [pid 7126] rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0
- [pid 7126] rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_IGN}, 8) = 0
- [pid 7126] rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_IGN}, 8) = 0
- [pid 7126] rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
- [pid 7126] rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0
- [pid 7126] rt_sigaction(SIGCHLD, {SIG_DFL}, {0x8076ae0, [], 0}, 8) = 0
- [pid 7126] rt_sigaction(SIGCHLD, {0x8076ae0, [], 0}, {SIG_DFL}, 8) = 0
- [pid 7126] rt_sigaction(SIGINT, {0x8084e99, [], 0}, {SIG_DFL}, 8) = 0
- [pid 7126] dup2(4, 1) = 1
- [pid 7126] close(4) = 0
- [pid 7126] close(3) = 0
- [pid 7126] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- [pid 7126] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- [pid 7126] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- [pid 7126] stat64(".", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
- [pid 7126] stat64("/usr/local/sbin/update-eix", 0xbfa5553c) = -1 ENOENT (No such file or directory)
- [pid 7126] stat64("/usr/local/bin/update-eix", 0xbfa5553c) = -1 ENOENT (No such file or directory)
- [pid 7126] stat64("/usr/sbin/update-eix", 0xbfa5553c) = -1 ENOENT (No such file or directory)
- [pid 7126] stat64("/usr/bin/update-eix", <unfinished ...>
- [pid 7125] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- [pid 7125] rt_sigaction(SIGCHLD, {0x8076ae0, [], 0}, {0x8076ae0, [], 0}, 8) = 0
- [pid 7125] close(4) = 0
- [pid 7125] read(3, <unfinished ...>
- [pid 7126] <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=583824, ...}) = 0
- [pid 7126] stat64("/usr/bin/update-eix", {st_mode=S_IFREG|0755, st_size=583824, ...}) = 0
- [pid 7126] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
- [pid 7126] clone(Process 7127 attached
- child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7d71708) = 7127
- [pid 7127] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- [pid 7127] rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0
- [pid 7127] rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0
- [pid 7127] rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0
- [pid 7127] rt_sigaction(SIGINT, {SIG_DFL}, {0x8084e99, [], 0}, 8) = 0
- [pid 7127] rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
- [pid 7127] rt_sigaction(SIGCHLD, {SIG_DFL}, {0x8076ae0, [], 0}, 8) = 0
- [pid 7127] execve("/usr/bin/update-eix", ["update-eix"..., "--print"..., "EPREFIX_PORTAGE_EXEC"...], [/* 81 vars */] <unfinished ...>
- [pid 7126] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- [pid 7126] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
- [pid 7126] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- [pid 7126] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
- [pid 7126] rt_sigaction(SIGINT, {0x80773c8, [], 0}, {0x8084e99, [], 0}, 8) = 0
- [pid 7126] waitpid(-1, Process 7126 suspended
- <unfinished ...>
- [pid 7127] <... execve resumed> ) = 0
- [pid 7127] brk(0) = 0x80d8000
- [pid 7127] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
- [pid 7127] open("/etc/ld.so.cache", O_RDONLY) = 3
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0644, st_size=88978, ...}) = 0
- [pid 7127] mmap2(NULL, 88978, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fc0000
- [pid 7127] close(3) = 0
- [pid 7127] open("/lib/libbz2.so.1", O_RDONLY) = 3
- [pid 7127] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\22\0\0004\0\0\0"..., 512) = 512
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0755, st_size=49492, ...}) = 0
- [pid 7127] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fbf000
- [pid 7127] mmap2(NULL, 52404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7fb2000
- [pid 7127] mmap2(0xb7fbd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0xb7fbd000
- [pid 7127] close(3) = 0
- [pid 7127] open("/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libstdc++.so.6", O_RDONLY) = 3
- [pid 7127] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20*\4\0004\0\0\0"..., 512) = 512
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0755, st_size=937800, ...}) = 0
- [pid 7127] mmap2(NULL, 960236, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ec7000
- [pid 7127] mmap2(0xb7fa7000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe0) = 0xb7fa7000
- [pid 7127] mmap2(0xb7fac000, 22252, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fac000
- [pid 7127] close(3) = 0
- [pid 7127] open("/lib/libm.so.6", O_RDONLY) = 3
- [pid 7127] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P4\0\0004\0\0\0"..., 512) = 512
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0755, st_size=145160, ...}) = 0
- [pid 7127] mmap2(NULL, 147584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ea2000
- [pid 7127] mmap2(0xb7ec5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0xb7ec5000
- [pid 7127] close(3) = 0
- [pid 7127] open("/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgcc_s.so.1", O_RDONLY) = 3
- [pid 7127] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\31\0\0004\0\0\0"..., 512) = 512
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0644, st_size=42348, ...}) = 0
- [pid 7127] mmap2(NULL, 45508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e96000
- [pid 7127] mmap2(0xb7ea0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xb7ea0000
- [pid 7127] close(3) = 0
- [pid 7127] open("/lib/libc.so.6", O_RDONLY) = 3
- [pid 7127] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pe\1\0004\0\0\0"..., 512) = 512
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0755, st_size=1261852, ...}) = 0
- [pid 7127] mmap2(NULL, 1267248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d60000
- [pid 7127] mmap2(0xb7e90000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x130) = 0xb7e90000
- [pid 7127] mmap2(0xb7e93000, 9776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e93000
- [pid 7127] close(3) = 0
- [pid 7127] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d5f000
- [pid 7127] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d5e000
- [pid 7127] set_thread_area({entry_number:-1 -> 6, base_addr:0xb7d5e6d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
- [pid 7127] mprotect(0xb7e90000, 8192, PROT_READ) = 0
- [pid 7127] mprotect(0xb7ea0000, 4096, PROT_READ) = 0
- [pid 7127] mprotect(0xb7ec5000, 4096, PROT_READ) = 0
- [pid 7127] mprotect(0xb7fa7000, 16384, PROT_READ) = 0
- [pid 7127] mprotect(0xb7fbd000, 4096, PROT_READ) = 0
- [pid 7127] mprotect(0x80d5000, 4096, PROT_READ) = 0
- [pid 7127] mprotect(0xb7ff1000, 4096, PROT_READ) = 0
- [pid 7127] munmap(0xb7fc0000, 88978) = 0
- [pid 7127] brk(0) = 0x80d8000
- [pid 7127] brk(0x80f9000) = 0x80f9000
- [pid 7127] rt_sigaction(SIGSEGV, {0x80a7fbc, [SEGV], SA_RESTART}, {SIG_DFL}, 8) = 0
- [pid 7127] open("/etc/eixrc", O_RDONLY) = 3
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0644, st_size=11289, ...}) = 0
- [pid 7127] mmap2(NULL, 11289, PROT_READ, MAP_SHARED, 3, 0) = 0xb7fd3000
- [pid 7127] close(3) = 0
- [pid 7127] munmap(0xb7fd3000, 11289) = 0
- [pid 7127] open("/root/.eixrc", O_RDONLY) = -1 ENOENT (No such file or directory)
- [pid 7127] open("/var/cache/eix", O_RDONLY) = 3
- [pid 7127] fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
- [pid 7127] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fd5000
- [pid 7127] fstat64(3, {st_mode=S_IFREG|0664, st_size=1920494, ...}) = 0
- [pid 7127] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fd4000
- [pid 7127] read(3, "\32\227\3\r/usr/portage/\6gentoo\22/usr/lo"..., 4096) = 4096
- [pid 7127] read(3, "PavelRychlySmrz\23GPL-2 public-dom"..., 4096) = 4096
- [pid 7127] read(3, "e\21font-adobe-100dpi\20font-adobe-7"..., 4096) = 4096
- [pid 7127] brk(0x811a000) = 0x811a000
- [pid 7127] read(3, "xf86-input-aiptek\22xf86-input-cal"..., 4096) = 4096
- [pid 7127] read(3, "plasma\4+png\10+privacy\7+python\v+qt"..., 4096) = 4096
- [pid 7127] read(3, "ugins_route\26alsa_pcm_plugins_sha"..., 4096) = 4096
- [pid 7127] read(3, "b\7captury\rcarbone_theme\7cardbus\10"..., 4096) = 4096
- [pid 7127] read(3, "end\ffrontendonly\4frxp\3ftp\4ftpd\tf"..., 4096) = 4096
- [pid 7127] read(3, "ext\22lcd_devices_trefon\20lcd_devic"..., 4096) = 4096
- [pid 7127] read(3, "\23lirc_devices_tuxbox\22lirc_device"..., 4096) = 4096
- [pid 7127] read(3, "pymol\npysolcards\5pyste\6python\3py"..., 4096) = 4096
- [pid 7127] read(3, "o3\7voodoo5\6vorbis\nvorbis-psy\10vpo"..., 4096) = 4096
- [pid 7127] close(3) = 0
- [pid 7127] munmap(0xb7fd4000, 4096) = 0
- [pid 7127] stat64("/usr/portage/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
- [pid 7127] stat64("/usr/local/portage", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
- [pid 7127] stat64("/usr/portage/local/layman/gentoo-china", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
- [pid 7127] write(1, "Adding virtual overlays from /va"..., 47) = 47
- [pid 7127] exit_group(0) = ?
- Process 7126 resumed
- Process 7127 detached
- [pid 7125] <... read resumed> "Adding virtual overlays from /va"..., 128) = 47
- [pid 7125] read(3, <unfinished ...>
- [pid 7126] <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 7127
- [pid 7126] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- [pid 7126] --- SIGCHLD (Child exited) @ 0 (0) ---
- [pid 7126] waitpid(-1, 0xbfa5521c, WNOHANG) = -1 ECHILD (No child processes)
- [pid 7126] sigreturn() = ? (mask now [])
- [pid 7126] rt_sigaction(SIGINT, {0x8084e99, [], 0}, {0x80773c8, [], 0}, 8) = 0
- [pid 7126] exit_group(0) = ?
- Process 7126 detached
- <... read resumed> "", 128) = 0
- --- SIGCHLD (Child exited) @ 0 (0) ---
- waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 7126
- waitpid(-1, 0xbfa5548c, WNOHANG) = -1 ECHILD (No child processes)
- sigreturn() = ? (mask now [])
- close(3) = 0
- rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
- rt_sigaction(SIGINT, {0x80773c8, [], 0}, {SIG_DFL}, 8) = 0
- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- rt_sigaction(SIGINT, {SIG_DFL}, {0x80773c8, [], 0}, 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- stat64("Adding virtual overlays from /var/cache/eix ../etc/init.d/functions.sh", 0xbfa5584c) = -1 ENOENT (No such file or directory)
- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
- stat64("Adding virtual overlays from /var/cache/eix ../sbin/functions.sh", 0xbfa5579c) = -1 ENOENT (No such file or directory)
- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- fcntl64(1, F_GETFD) = 0
- fcntl64(1, F_DUPFD, 10) = 10
- fcntl64(1, F_GETFD) = 0
- fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
- dup2(2, 1) = 1
- fcntl64(2, F_GETFD) = 0
- fstat64(1, {st_mode=S_IFREG|0644, st_size=23072, ...}) = 0
- mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef2000
- write(1, "eix-sync: Cannot read functions."..., 35eix-sync: Cannot read functions.sh
- ) = 35
- dup2(10, 1) = 1
- fcntl64(10, F_GETFD) = 0x1 (flags FD_CLOEXEC)
- close(10) = 0
- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
- exit_group(2) = ?
复制代码 |
|