Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45065 Details for
Bug 73052
Firefox crashes on first invocation after boot, works second and subsequent times
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
strace
foo.txt (text/plain), 18.37 KB, created by
Ray McCord
on 2004-12-01 11:09:53 UTC
(
hide
)
Description:
strace
Filename:
MIME Type:
Creator:
Ray McCord
Created:
2004-12-01 11:09:53 UTC
Size:
18.37 KB
patch
obsolete
>execve("./firefox", ["./firefox"], [/* 53 vars */]) = 0 >brk(0) = 0x80ca000 >open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) >open("/etc/ld.so.cache", O_RDONLY) = 3 >fstat64(3, {st_mode=S_IFREG|0644, st_size=79361, ...}) = 0 >old_mmap(NULL, 79361, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000 >close(3) = 0 >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\34\0\000"..., 512) = 512 >fstat64(3, {st_mode=S_IFREG|0755, st_size=10964, ...}) = 0 >old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4002b000 >old_mmap(NULL, 8624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002c000 >old_mmap(0x4002e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x4002e000 >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\0PU\1\000"..., 512) = 512 >fstat64(3, {st_mode=S_IFREG|0755, st_size=1201792, ...}) = 0 >old_mmap(NULL, 1132132, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002f000 >old_mmap(0x4013e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10e000) = 0x4013e000 >old_mmap(0x40141000, 9828, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 >close(3) = 0 >munmap(0x40017000, 79361) = 0 >open("/dev/urandom", O_RDONLY) = 3 >read(3, "g.+O", 4) = 4 >close(3) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 >close(3) = 0 >brk(0) = 0x80ca000 >brk(0x80eb000) = 0x80eb000 >getuid32() = 1000 >getgid32() = 100 >geteuid32() = 1000 >getegid32() = 100 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >time(NULL) = 1101926951 >open("/etc/mtab", O_RDONLY) = 3 >fstat64(3, {st_mode=S_IFREG|0644, st_size=573, ...}) = 0 >old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000 >read(3, "/dev/hda5 / ext3 rw,noatime 0 0\n"..., 4096) = 573 >close(3) = 0 >munmap(0x40017000, 4096) = 0 >open("/proc/meminfo", O_RDONLY) = 3 >fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000 >read(3, "MemTotal: 254984 kB\nMemFre"..., 1024) = 572 >close(3) = 0 >munmap(0x40017000, 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, [RTMIN], 8) = 0 >rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 >uname({sys="Linux", node="moobag", ...}) = 0 >stat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0 >stat64(".", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0 >getpid() = 6870 >getppid() = 6869 >getpgrp() = 6869 >rt_sigaction(SIGCHLD, {0x806f5e8, [], 0}, {SIG_DFL}, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >open("./firefox", O_RDONLY|O_LARGEFILE) = 3 >ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff1ec) = -1 ENOTTY (Inappropriate ioctl for device) >_llseek(3, 0, [0], SEEK_CUR) = 0 >read(3, "#!/bin/bash\n#\n# Copyright 1999-2"..., 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=12092, ...}) = 0 >_llseek(255, 0, [0], SEEK_CUR) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >read(255, "#!/bin/bash\n#\n# Copyright 1999-2"..., 8192) = 8192 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >read(255, "0\n fi\n done\n\n return $retva"..., 8192) = 3900 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >stat64("/usr/lib/MozillaFirefox/firefox-bin", {st_mode=S_IFREG|0755, st_size=71020, ...}) = 0 >stat64("/usr/lib/MozillaFirefox/firefox-bin", {st_mode=S_IFREG|0755, st_size=71020, ...}) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >pipe([3, 4]) = 0 >rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 >_llseek(255, -23, [12069], SEEK_CUR) = 0 >fork() = 6871 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigaction(SIGCHLD, {0x806f5e8, [], 0}, {0x806f5e8, [], 0}, 8) = 0 >close(4) = 0 >read(3, "", 128) = 0 >--- SIGCHLD (Child exited) @ 0 (0) --- >waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 6871 >waitpid(-1, 0xbfffe628, WNOHANG) = -1 ECHILD (No child processes) >sigreturn() = ? (mask now [RTMIN]) >close(3) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigaction(SIGINT, {0x806eae2, [], 0}, {SIG_DFL}, 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigaction(SIGINT, {SIG_DFL}, {0x806eae2, [], 0}, 8) = 0 >stat64(".", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0 >stat64("/usr/bin/killall", {st_mode=S_IFREG|0755, st_size=11700, ...}) = 0 >open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3 >read(3, "65536\n", 31) = 6 >close(3) = 0 >old_mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40144000 >open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3 >read(3, "65536\n", 31) = 6 >close(3) = 0 >open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3 >read(3, "65536\n", 31) = 6 >close(3) = 0 >getgroups32(65536, [5, 7, 10, 11, 18, 19, 20, 35, 80, 85, 100]) = 11 >stat64("/usr/bin/killall", {st_mode=S_IFREG|0755, st_size=11700, ...}) = 0 >rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 >fork() = 6874 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigaction(SIGINT, {0x806eae2, [], 0}, {SIG_DFL}, 8) = 0 >waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 6874 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >--- SIGCHLD (Child exited) @ 0 (0) --- >waitpid(-1, 0xbfffe780, WNOHANG) = -1 ECHILD (No child processes) >sigreturn() = ? (mask now [RTMIN]) >rt_sigaction(SIGINT, {SIG_DFL}, {0x806eae2, [], 0}, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >pipe([3, 4]) = 0 >rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 >fork() = 6875 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >close(4) = 0 >close(4) = -1 EBADF (Bad file descriptor) >rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 >fork() = 6876 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >close(3) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigaction(SIGINT, {0x806eae2, [], 0}, {SIG_DFL}, 8) = 0 >waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 6876 >waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 4}], 0) = 6875 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigaction(SIGINT, {SIG_DFL}, {0x806eae2, [], 0}, 8) = 0 >close(3) = -1 EBADF (Bad file descriptor) >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >--- SIGCHLD (Child exited) @ 0 (0) --- >waitpid(-1, 0xbfffe678, WNOHANG) = -1 ECHILD (No child processes) >sigreturn() = ? (mask now [RTMIN]) >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=11600, ...}) = 0 >old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40185000 >write(1, "No running windows found\n", 25No running windows found >) = 25 >dup2(10, 1) = 1 >fcntl64(10, F_GETFD) = 0x1 (flags FD_CLOEXEC) >close(10) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) >open("/home/kodeman/.firefox/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) >open("/home/kodeman/.firefox/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) >open("/home/kodeman/.firefox/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) >open("/home/kodeman/.mozilla/firefox/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 >fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 >getdents64(3, /* 5 entries */, 4096) = 160 >getdents64(3, /* 0 entries */, 4096) = 0 >close(3) = 0 >stat64("/home/kodeman/.mozilla/firefox/pluginreg.dat", {st_mode=S_IFREG|0600, st_size=532, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >lstat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/compreg.dat", {st_mode=S_IFREG|0644, st_size=127655, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/profiles.ini", {st_mode=S_IFREG|0644, st_size=94, ...}) = 0 >open("/home/kodeman/.mozilla/firefox/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 >fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 >getdents64(3, /* 5 entries */, 4096) = 160 >getdents64(3, /* 0 entries */, 4096) = 0 >close(3) = 0 >stat64("/home/kodeman/.mozilla/firefox/pluginreg.dat", {st_mode=S_IFREG|0600, st_size=532, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >lstat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/chrome.rdf", 0xbfffe94c) = -1 ENOENT (No such file or directory) >stat64("/home/kodeman/.mozilla/firefox/profiles.ini", {st_mode=S_IFREG|0644, st_size=94, ...}) = 0 >open("/home/kodeman/.mozilla/firefox/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 >fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 >getdents64(3, /* 5 entries */, 4096) = 160 >getdents64(3, /* 0 entries */, 4096) = 0 >close(3) = 0 >stat64("/home/kodeman/.mozilla/firefox/pluginreg.dat", {st_mode=S_IFREG|0600, st_size=532, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >lstat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/XUL.mfasl", {st_mode=S_IFREG|0644, st_size=1371487, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/profiles.ini", {st_mode=S_IFREG|0644, st_size=94, ...}) = 0 >stat64("/home/kodeman/.firefox/*/compreg.dat", 0xbfffe90c) = -1 ENOENT (No such file or directory) >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >stat64("/home/kodeman/.firefox/*/chrome.rdf", 0xbfffe90c) = -1 ENOENT (No such file or directory) >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >stat64("/home/kodeman/.firefox/*/XUL.mfasl", 0xbfffe90c) = -1 ENOENT (No such file or directory) >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/compreg.dat", {st_mode=S_IFREG|0644, st_size=127655, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/compreg.dat", {st_mode=S_IFREG|0644, st_size=127655, ...}) = 0 >stat64("/usr/lib/MozillaFirefox/firefox-bin", {st_mode=S_IFREG|0755, st_size=71020, ...}) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >stat64("/home/kodeman/.mozilla/firefox/*/chrome.rdf", 0xbfffe90c) = -1 ENOENT (No such file or directory) >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/XUL.mfasl", {st_mode=S_IFREG|0644, st_size=1371487, ...}) = 0 >stat64("/home/kodeman/.mozilla/firefox/0g0uwwf0.default/XUL.mfasl", {st_mode=S_IFREG|0644, st_size=1371487, ...}) = 0 >stat64("/usr/lib/MozillaFirefox/firefox-bin", {st_mode=S_IFREG|0755, st_size=71020, ...}) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 >fork() = 6880 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigaction(SIGINT, {0x806eae2, [], 0}, {SIG_DFL}, 8) = 0 >waitpid(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGKILL}], 0) = 6880 >fstat64(2, {st_mode=S_IFREG|0644, st_size=17521, ...}) = 0 >old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40186000 >uname({sys="Linux", node="moobag", ...}) = 0 >write(2, "./firefox: line 392: 6880 Kille"..., 64./firefox: line 392: 6880 Killed $mozbin "$@" >) = 64 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >--- SIGCHLD (Child exited) @ 0 (0) --- >waitpid(-1, 0xbfffe828, WNOHANG) = -1 ECHILD (No child processes) >sigreturn() = ? (mask now [RTMIN]) >rt_sigaction(SIGINT, {SIG_DFL}, {0x806eae2, [], 0}, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 >munmap(0x40186000, 4096) = 0 >munmap(0x40185000, 4096) = 0 >exit_group(0) = ?
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 73052
:
45062
| 45065