mozilla-firefox-0.8-2

Grzegorz Konopko kolodko1 w wp.pl
Wto, 11 Maj 2004, 18:21:10 CEST


Odnosnie firefoxa ktory generuje te dziwnezaleznosci.
Zbudowałem sobie i wynik taki:

$ time strace -o mozilla mozilla-firefox

real    0m0.832s
user    0m0.470s
sys     0m0.126s

w zaloczniku wynik strace.
-------------- następna część ---------
execve("/usr/bin/mozilla-firefox", ["mozilla-firefox"], [/* 36 vars */]) = 0
uname({sys="Linux", node="developer", ...}) = 0
brk(0)                                  = 0x8076000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=35383, ...}) = 0
mmap2(NULL, 35383, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
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\0@]\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1222408, ...}) = 0
mmap2(NULL, 1228516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
mmap2(0x40140000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x122) = 0x40140000
mmap2(0x40148000, 7908, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40148000
close(3)                                = 0
munmap(0x40015000, 35383)               = 0
brk(0)                                  = 0x8076000
brk(0x8097000)                          = 0x8097000
brk(0)                                  = 0x8097000
rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGTERM, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
stat64("/var/mail/kon", 0xbffff12c)     = -1 ENOENT (No such file or directory)
getpid()                                = 5615
stat64("/home/users/kon", {st_mode=S_IFDIR|0750, st_size=3296, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0750, st_size=3296, ...}) = 0
getppid()                               = 5614
time(NULL)                              = 1084292214
time(NULL)                              = 1084292214
time(NULL)                              = 1084292214
geteuid32()                             = 500
getuid32()                              = 500
getgid32()                              = 1000
getegid32()                             = 1000
open("/usr/bin/mozilla-firefox", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10)                 = 10
close(3)                                = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0
fcntl64(0, F_GETFL)                     = 0x2 (flags O_RDWR)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
read(10, "#!/bin/sh\n#\n# The contents of th"..., 512) = 512
read(10, " NPL is Netscape\n# Communication"..., 512) = 512
read(10, " for debugging\n#set -x\n\nmoz_libd"..., 512) = 512
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5616
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349463
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5616
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349463
waitpid(-1, 0xbfffec80, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/bin\n", 512)             = 9
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(10, "\'s/^.* -> //\' `\n    if [ ! -x \"$"..., 512) = 512
access("/usr/bin/run-mozilla.sh", X_OK) = -1 ENOENT (No such file or directory)
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5617
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349463
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5617
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349463
waitpid(-1, 0xbfffeaa0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/home/users/kon\n", 512)      = 16
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
lstat64("/usr/bin/mozilla-firefox", {st_mode=S_IFLNK|0777, st_size=32, ...}) = 0
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5618
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(11, "mozilla-firefox\n", 512)      = 16
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigsuspend([] <unfinished ...>
--- SIGCHLD (Child exited) @ 0 (0) ---
<... rt_sigsuspend resumed> )           = -1 EINTR (Interrupted system call)
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349465
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5618
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349465
waitpid(-1, 0xbfffe8c0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [CHLD])
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5619
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349465
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5619
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349465
waitpid(-1, 0xbfffe900, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/bin\n", 512)             = 9
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
chdir("/usr/bin")                       = 0
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
fcntl64(0, F_DUPFD, 10)                 = 12
close(0)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 0)                             = 0
fcntl64(1, F_DUPFD, 10)                 = 14
close(1)                                = 0
fcntl64(14, F_SETFD, FD_CLOEXEC)        = 0
pipe([1, 3])                            = 0
fcntl64(1, F_DUPFD, 10)                 = 15
close(1)                                = 0
fcntl64(15, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(3, F_DUPFD, 10)                 = 16
close(3)                                = 0
fcntl64(16, F_SETFD, FD_CLOEXEC)        = 0
dup2(16, 1)                             = 1
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5620
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(15, 0)                             = 0
close(15)                               = 0
close(16)                               = 0
dup2(14, 1)                             = 1
close(14)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5621
close(0)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(12, 0)                             = 0
close(12)                               = 0
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5620
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5621
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, 0xbfffe8c0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/lib/mozilla-firefox/firefox"..., 512) = 33
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
access("/usr/lib/mozilla-firefox/firefox", X_OK) = 0
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5622
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5622
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, 0xbfffe8c0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/lib/mozilla-firefox\n", 512) = 25
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
access("/usr/lib/mozilla-firefox/run-mozilla.sh", X_OK) = 0
chdir("/usr/lib/mozilla-firefox")       = 0
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5623
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5623
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349466
waitpid(-1, 0xbfffe6e0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/lib/mozilla-firefox\n", 512) = 25
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
chdir("/home/users/kon")                = 0
read(10, "\"\ndebugging=0\nMOZILLA_BIN=\"firef"..., 512) = 512
read(10, "$debugging = 1 ]\nthen\n  echo $di"..., 512) = 173
stat64("/usr/lib/mozilla-firefox/run-mozilla.sh", {st_mode=S_IFREG|0755, st_size=10897, ...}) = 0
access("/usr/lib/mozilla-firefox/run-mozilla.sh", X_OK) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, NULL, 8) = 0
execve("/usr/lib/mozilla-firefox/run-mozilla.sh", ["/usr/lib/mozilla-firefox/run-moz"..., "/usr/lib/mozilla-firefox/firefox"...], [/* 37 vars */]) = 0
uname({sys="Linux", node="developer", ...}) = 0
brk(0)                                  = 0x8076000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=35383, ...}) = 0
mmap2(NULL, 35383, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
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\0@]\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1222408, ...}) = 0
mmap2(NULL, 1228516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
mmap2(0x40140000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x122) = 0x40140000
mmap2(0x40148000, 7908, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40148000
close(3)                                = 0
munmap(0x40015000, 35383)               = 0
brk(0)                                  = 0x8076000
brk(0x8097000)                          = 0x8097000
brk(0)                                  = 0x8097000
rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGTERM, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
stat64("/var/mail/kon", 0xbffff09c)     = -1 ENOENT (No such file or directory)
getpid()                                = 5615
stat64("/home/users/kon", {st_mode=S_IFDIR|0750, st_size=3296, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0750, st_size=3296, ...}) = 0
getppid()                               = 5614
time(NULL)                              = 1084292214
time(NULL)                              = 1084292214
time(NULL)                              = 1084292214
geteuid32()                             = 500
getuid32()                              = 500
getgid32()                              = 1000
getegid32()                             = 1000
open("/usr/lib/mozilla-firefox/run-mozilla.sh", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10)                 = 10
close(3)                                = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0
fcntl64(0, F_GETFL)                     = 0x2 (flags O_RDWR)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {0x80665a0, [], SA_INTERRUPT}, NULL, 8) = 0
read(10, "#!/bin/sh\n#\n# The contents of th"..., 512) = 512
read(10, "mozilla.org code.\n#\n# The Initia"..., 512) = 512
read(10, "doo needed to make\n## mozilla wo"..., 512) = 512
read(10, "ce.  It\'s horrible.  \n## It does"..., 512) = 512
read(10, "from anywhere in the tree.\n## + "..., 512) = 512
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5624
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349467
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5624
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349467
waitpid(-1, 0xbfffebf0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "run-mozilla.sh\n", 512)       = 15
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5625
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349467
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5625
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349467
waitpid(-1, 0xbfffebf0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/lib/mozilla-firefox\n", 512) = 25
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(10, "o \"    -g                   Run "..., 512) = 512
read(10, "lla-bin -d gdb\"\necho \"\"\n\treturn "..., 512) = 512
read(10, "er=\"notfound\"\n\tdone=\"no\"\n\tfor d "..., 512) = 512
read(10, "$prog.\"\n\tfi\n\t##\n\t## Use md5sum t"..., 512) = 512
read(10, "gram\n\t##\n\t\"$prog\" ${1+\"$@\"}\n\texi"..., 512) = 512
read(10, "http://www.mozilla.org/unix/debu"..., 512) = 512
read(10, "/type\n\t\tif [ $? -eq 1 ]\n\t\tthen\t\n"..., 512) = 512
read(10, "\n                $debugger \"$pro"..., 512) = 512
read(10, "################################"..., 512) = 512
read(10, "$1\n##\nif [ $# -gt 0 ]\nthen\n\tMOZ_"..., 512) = 512
read(10, "rogram is executable\n##\nif [ ! -"..., 512) = 512
access("/usr/lib/mozilla-firefox/firefox-bin", X_OK) = 0
read(10, "}\nfi\nif [ -n \"$LD_LIBRARYN64_PAT"..., 512) = 512
read(10, "_LIBRARY_PATH for Mac OS X (Darw"..., 512) = 512
read(10, "    export XSUNTRANSPORT XSUNSME"..., 512) = 512
stat64("/etc/init.d/xprint", 0xbfffec6c) = -1 ENOENT (No such file or directory)
read(10, "PATH=$LD_LIBRARYN32_PATH\"\n  fi\n "..., 512) = 512
read(10, " \"MOZILLA_POSTSCRIPT_PRINTER_LIS"..., 512) = 512
read(10, "_PATH ADDON_PATH DYLD_LIBRARY_PA"..., 512) = 145
access("/usr/lib/mozilla-firefox/firefox-bin", X_OK) = 0
stat64("/bin/type", 0xbfffe62c)         = -1 ENOENT (No such file or directory)
pipe([3, 4])                            = 0
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(4, F_DUPFD, 10)                 = 12
close(4)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
fcntl64(1, F_DUPFD, 10)                 = 13
close(1)                                = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
dup2(12, 1)                             = 1
close(12)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5626
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
dup2(13, 1)                             = 1
close(13)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
kill(5615, SIGCHLD)                     = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431349468
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WUNTRACED) = 5626
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=1}) = 431349468
waitpid(-1, 0xbfffe6f0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [])
read(11, "/usr/bin/md5sum\n", 512)      = 16
read(11, "", 512)                       = 0
close(11)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
access("/usr/bin/md5sum", X_OK)         = 0
stat64("core", 0xbfffe76c)              = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mozilla-firefox/firefox-bin", {st_mode=S_IFREG|0755, st_size=57496, ...}) = 0
access("/usr/lib/mozilla-firefox/firefox-bin", X_OK) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork()                                  = 5627
rt_sigsuspend([] <unfinished ...>
--- SIGCHLD (Child exited) @ 0 (0) ---
<... rt_sigsuspend resumed> )           = -1 EINTR (Interrupted system call)
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=1}) = 431349545
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], WNOHANG|WUNTRACED) = 5627
times({tms_utime=0, tms_stime=0, tms_cutime=45, tms_cstime=10}) = 431349545
waitpid(-1, 0xbfffe8d0, WNOHANG|WUNTRACED) = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [CHLD])
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat64("core", 0xbfffe85c)              = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(1)                           = ?


Więcej informacji o liście dyskusyjnej pld-devel-pl