Closed Bug 264428 Opened 20 years ago Closed 20 years ago

Mozilla sigsegv!!!

Categories

(SeaMonkey :: General, defect)

x86
Linux
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 253801

People

(Reporter: cijoml, Unassigned)

Details

User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko) Build Identifier: Segfault after some steps with fonts cijoml@notas:~$ > mozilla *** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. /usr/local/lib/mozilla-1.7.3/run-mozilla.sh: line 451: 4515 Neoprávněný přístup do paměti (SIGSEGV) "$prog" ${1+"$@"} I had problems with system console, so I followed Debian's help to get them work. Here they are: cat /usr/share/doc/konsole/README.linux.console README.linux.console -------------------- To make the linux console font work you will need to install the xfonts-konsole package and make certain that fontconfig is configured to support bitmap fonts. You can install xfonts-konsole by running "apt-get install xfonts-konsole". To reconfigure fontconfig you must run "dpkg-reconfigure -plow fontconfig". After doing this run "fc-cache -f" to update the fontconfig font cache. Note: This file is not the original README.linux.console shipped with the kdebase source. -- Christopher L Cheney <ccheney@debian.org> Sat, 10 Apr 2004 04:15:53 -0500 Now my KDE works, konsole works, all programs sees all fonts, but mozilla sigsegves! :(( I tryed recompile, but problem is still here :(( my configure options: /configure --with-x --disable-gtktest --enable-calendar --enable-xft --enable-crypto --enable-xinerama --disable-tests --disable-debug --enable-optimize="-march=pentium4 -mfpmath=sse -fomit-frame-pointer -O3" --disable-logging --enable-reorder --enable-strip --enable-timeline --enable-xterm-updates --disable-pedantic Reproducible: Always Steps to Reproduce: 1. as described 2. 3. Actual Results: SIGSEGVES Expected Results: should work normally
reporter: 1. drop the --enable-strip, 2. unless you have reasons for it, please drop --enable-timeline 3. try omiting all of --enable-optimize="-march=pentium4 -mfpmath=sse -fomit- frame-pointer -O3" 4. rebuild. 5. ./mozilla -g 6. run when you get a crash 7. where
URL: NONE
Hi, I used these prefs for ages before (from 1.4? maybe earlyer), I really don't know what happend :((( Try and let you know, guys
./configure --with-x --disable-gtktest --enable-calendar --enable-xft --enable-crypto --enable-xinerama --disable-tests --disable-debug --disable-logging --enable-reorder --enable-xterm-updates --disable-pedantic Well I'll try compile with these, maybe I should disable debug too.
Here is strace of mozilla before I'll compile with debug info ------------------------------------------------------------- execve("/usr/local/bin/mozilla", ["mozilla"], [/* 29 vars */]) = 0 uname({sys="Linux", node="notas", ...}) = 0 brk(0) = 0x80e6000 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe9000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 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=44972, ...}) = 0 old_mmap(NULL, 44972, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fde000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 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\0\220\342"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=252592, ...}) = 0 old_mmap(NULL, 257868, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f9f000 old_mmap(0xb7fd5000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x35000) = 0xb7fd5000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/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\0\220\32"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=9432, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f9e000 old_mmap(NULL, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f9b000 old_mmap(0xb7f9d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0xb7f9d000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/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\340X\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=1279076, ...}) = 0 old_mmap(NULL, 1289388, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7e60000 old_mmap(0xb7f90000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12f000) = 0xb7f90000 old_mmap(0xb7f99000, 7340, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0xb7f99000 close(3) = 0 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7f9eb80, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 munmap(0xb7fde000, 44972) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 close(3) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=293184, ...}) = 0 mmap2(NULL, 293184, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7e18000 close(3) = 0 brk(0) = 0x80e6000 brk(0) = 0x80e6000 brk(0x80e7000) = 0x80e7000 brk(0) = 0x80e7000 brk(0x80e8000) = 0x80e8000 brk(0) = 0x80e8000 brk(0x80e9000) = 0x80e9000 getuid32() = 1000 getgid32() = 1000 geteuid32() = 1000 getegid32() = 1000 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 time(NULL) = 1097793534 brk(0) = 0x80e9000 brk(0x80ea000) = 0x80ea000 open("/etc/mtab", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=266, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e17000 read(3, "/dev/hda2 / ext3 rw,errors=remou"..., 4096) = 266 close(3) = 0 munmap(0xb7e17000, 4096) = 0 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) = 0xb7e17000 read(3, "MemTotal: 239060 kB\nMemFre"..., 1024) = 572 close(3) = 0 munmap(0xb7e17000, 4096) = 0 brk(0) = 0x80ea000 brk(0x80eb000) = 0x80eb000 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="notas", ...}) = 0 brk(0) = 0x80eb000 brk(0x80ec000) = 0x80ec000 stat64("/home/cijoml", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 stat64(".", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 getpid() = 31088 getppid() = 31087 getpgrp() = 31087 rt_sigaction(SIGCHLD, {0x8076f50, [], 0}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 open("/usr/local/bin/mozilla", O_RDONLY|O_LARGEFILE) = 3 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff880) = -1 ENOTTY (Inappropriate ioctl for device) _llseek(3, 0, [0], SEEK_CUR) = 0 read(3, "#!/bin/sh\n#\n# The contents of th"..., 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=4217, ...}) = 0 _llseek(255, 0, [0], SEEK_CUR) = 0 brk(0) = 0x80ec000 brk(0x80ee000) = 0x80ee000 brk(0) = 0x80ee000 brk(0x80ef000) = 0x80ef000 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "#!/bin/sh\n#\n# The contents of th"..., 4217) = 4217 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=45278, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e17000 read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096 brk(0) = 0x80ef000 brk(0x80f0000) = 0x80f0000 brk(0) = 0x80f0000 brk(0x80f1000) = 0x80f1000 read(3, ".B1.002//\nalias\tJS//\t\t\tJUS_I.B1."..., 4096) = 4096 brk(0) = 0x80f1000 brk(0x80f2000) = 0x80f2000 brk(0) = 0x80f2000 brk(0x80f3000) = 0x80f3000 brk(0) = 0x80f3000 brk(0x80f4000) = 0x80f4000 read(3, "859-3\t1\nmodule\tINTERNAL\t\tISO-885"..., 4096) = 4096 brk(0) = 0x80f4000 brk(0x80f5000) = 0x80f5000 brk(0) = 0x80f5000 brk(0x80f6000) = 0x80f6000 brk(0) = 0x80f6000 brk(0x80f7000) = 0x80f7000 read(3, "9-14//\nalias\tLATIN8//\t\tISO-8859-"..., 4096) = 4096 brk(0) = 0x80f7000 brk(0x80f8000) = 0x80f8000 brk(0) = 0x80f8000 brk(0x80f9000) = 0x80f9000 read(3, "CSEBCDICES//\t\tEBCDIC-ES//\nalias\t"..., 4096) = 4096 brk(0) = 0x80f9000 brk(0x80fa000) = 0x80fa000 brk(0) = 0x80fa000 brk(0x80fb000) = 0x80fb000 brk(0) = 0x80fb000 brk(0x80fc000) = 0x80fc000 read(3, "IBM284//\nalias\tEBCDIC-CP-ES//\t\tI"..., 4096) = 4096 brk(0) = 0x80fc000 brk(0x80fd000) = 0x80fd000 brk(0) = 0x80fd000 brk(0x80fe000) = 0x80fe000 brk(0) = 0x80fe000 brk(0x80ff000) = 0x80ff000 read(3, "ias\t864//\t\t\tIBM864//\nalias\tCSIBM"..., 4096) = 4096 brk(0) = 0x80ff000 brk(0x8100000) = 0x8100000 brk(0) = 0x8100000 brk(0x8101000) = 0x8101000 brk(0) = 0x8101000 brk(0x8102000) = 0x8102000 read(3, "\tIBM937\t\t1\nmodule\tINTERNAL\t\tIBM9"..., 4096) = 4096 brk(0) = 0x8102000 brk(0x8103000) = 0x8103000 brk(0) = 0x8103000 brk(0x8104000) = 0x8104000 brk(0) = 0x8104000 brk(0x8105000) = 0x8105000 read(3, "UC-JP//\nmodule\tEUC-JP//\t\tINTERNA"..., 4096) = 4096 brk(0) = 0x8105000 brk(0x8106000) = 0x8106000 brk(0) = 0x8106000 brk(0x8107000) = 0x8107000 read(3, "143IECP271//\tIEC_P27-1//\nalias\tI"..., 4096) = 4096 brk(0) = 0x8107000 brk(0x8108000) = 0x8108000 brk(0) = 0x8108000 brk(0x8109000) = 0x8109000 brk(0) = 0x8109000 brk(0x810a000) = 0x810a000 read(3, "\nmodule\tINTERNAL\t\tISO_10367-BOX/"..., 4096) = 4096 brk(0) = 0x810a000 brk(0x810b000) = 0x810b000 brk(0) = 0x810b000 brk(0x810c000) = 0x810c000 brk(0) = 0x810c000 brk(0x810d000) = 0x810d000 read(3, "\t\tto\t\t\tmodule\t\tcost\nmodule\tShift"..., 4096) = 222 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb7e17000, 4096) = 0 open("/usr/lib/gconv/ISO8859-2.so", 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`\6\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=7744, ...}) = 0 brk(0) = 0x810d000 brk(0x810e000) = 0x810e000 old_mmap(NULL, 10684, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7e15000 old_mmap(0xb7e17000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0xb7e17000 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 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 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 brk(0) = 0x810e000 brk(0x810f000) = 0x810f000 brk(0) = 0x810f000 brk(0x8110000) = 0x8110000 brk(0) = 0x8110000 brk(0x8111000) = 0x8111000 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 brk(0) = 0x8111000 brk(0x8112000) = 0x8112000 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 brk(0) = 0x8112000 brk(0x8113000) = 0x8113000 pipe([3, 4]) = 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 _llseek(255, -856, [3361], SEEK_CUR) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7f9ebc8) = 31089 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigaction(SIGCHLD, {0x8076f50, [], 0}, {0x8076f50, [], 0}, 8) = 0 close(4) = 0 read(3, "/usr/local/bin\n", 128) = 15 read(3, "", 128) = 0 close(3) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x8075fd0, [], 0}, {SIG_DFL}, 8) = 0 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 31089 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, 0xbfffef4c, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(SIGINT, {SIG_DFL}, {0x8075fd0, [], 0}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64("/usr/local/bin/run-mozilla.sh", 0xbffff510) = -1 ENOENT (No such file or directory) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 pipe([3, 4]) = 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7f9ebc8) = 31091 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 31091 waitpid(-1, 0xbfffeedc, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(SIGCHLD, {0x8076f50, [], 0}, {0x8076f50, [], 0}, 8) = 0 close(4) = 0 read(3, "/home/cijoml\n", 128) = 13 read(3, "", 128) = 0 close(3) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x8075fd0, [], 0}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, {0x8075fd0, [], 0}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 lstat64("/usr/local/bin/mozilla", {st_mode=S_IFREG|0755, st_size=4217, ...}) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 stat64("/home", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 stat64("/home/cijoml", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 chdir("/home/cijoml") = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64("/usr/local/lib/mozilla-1.7.3/run-mozilla.sh", {st_mode=S_IFREG|0755, st_size=10897, ...}) = 0 getgroups32(32, [5, 20, 24, 25, 29, 30, 44, 1000]) = 8 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "\nscript_args=\"\"\nmoreargs=\"\"\ndebu"..., 4217) = 856 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_SETMASK, [], 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_SETMASK, [], 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 brk(0) = 0x8113000 brk(0x8114000) = 0x8114000 open("/usr/local/lib/mozilla-1.7.3/init.d/", 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 brk(0) = 0x8114000 brk(0x8116000) = 0x8116000 getdents64(3, /* 4 entries */, 4096) = 144 getdents64(3, /* 0 entries */, 4096) = 0 close(3) = 0 open("/home/cijoml/.mozilla/init.d/", O_RDONLY|O_NONBLOCK|O_LARGEFILE| O_DIRECTORY) = -1 ENOENT (No such file or directory) rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64 ("/usr/local/lib/mozilla-1.7.3/init.d/S80calendar_fix_permissions_bug_230617", {st_mode=S_IFREG|0755, st_size=902, ...}) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 _llseek(255, -265, [3952], SEEK_CUR) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7f9ebc8) = 31098 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x8075fd0, [], 0}, {SIG_DFL}, 8) = 0 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 31098 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, 0xbffff05c, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(SIGINT, {SIG_DFL}, {0x8075fd0, [], 0}, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64("/home/cijoml/.mozilla/init.d/S*", 0xbffff380) = -1 ENOENT (No such file or directory) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "\nif [ $debugging = 1 ]\nthen\n ec"..., 4217) = 265 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 _llseek(255, -91, [4126], SEEK_CUR) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7f9ebc8) = 31100 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x8075fd0, [], 0}, {SIG_DFL}, 8) = 0 waitpid(-1, *** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. /usr/local/lib/mozilla-1.7.3/run-mozilla.sh: line 451: 31109 Neoprávnìný pøístup do pamìti (SIGSEGV) "$prog" ${1+"$@"} [{WIFEXITED(s) && WEXITSTATUS(s) == 139}], 0) = 31100 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, 0xbffff48c, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(SIGINT, {SIG_DFL}, {0x8075fd0, [], 0}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, "exitcode=$?\n\n## Stop addon scrip"..., 4217) = 91 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 open("/home/cijoml/.mozilla/init.d/", O_RDONLY|O_NONBLOCK|O_LARGEFILE| O_DIRECTORY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/mozilla-1.7.3/init.d/", 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 brk(0) = 0x8116000 brk(0x8118000) = 0x8118000 getdents64(3, /* 4 entries */, 4096) = 144 getdents64(3, /* 0 entries */, 4096) = 0 close(3) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64("/home/cijoml/.mozilla/init.d/K*", 0xbffff380) = -1 ENOENT (No such file or directory) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 stat64("/usr/local/lib/mozilla-1.7.3/init.d/K*", 0xbffff380) = -1 ENOENT (No such file or directory) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 exit_group(139) = ?
strace is useless please don't post one again.
shell-init: could not get current directory: getcwd: cannot access parent directories: není souborem ani adresáøem /bin/pwd: cannot get current directory: není souborem ani adresáøem chdir: could not get current directory: getcwd: cannot access parent directories: není souborem ani adresáøem No Persistent Registry Found. Type Manifest File: /usr/local/lib/mozilla-1.7.3/components/xpti.dat ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1936 Break: at file xptiInterfaceInfoManager.cpp, line 1936 nsNativeComponentLoader: autoregistering begins. *** Registering xpcomObsoleteModule components (all right -- a generic module!) *** Registering xpconnect components (all right -- a generic module!) *** Registering nsUConvModule components (all right -- a generic module!) *** Registering nsUCvMathModule components (all right -- a generic module!) *** Registering nsI18nModule components (all right -- a generic module!) *** Registering nsJarModule components (all right -- a generic module!) *** Registering nsCJVMManagerModule components (all right -- a generic module!) *** Registering ipcd components (all right -- a generic module!) *** Registering necko_core_and_primary_protocols components (all right -- a generic module!) *** Registering necko_secondary_protocols components (all right -- a generic module!) *** Registering nsPrefModule components (all right -- a generic module!) *** Registering nsSecurityManagerModule components (all right -- a generic module!) *** Registering nsRDFModule components (all right -- a generic module!) *** Registering nsParserModule components (all right -- a generic module!) *** Registering nsGfxPSModule components (all right -- a generic module!) *** Registering nsGfxXprintModule components (all right -- a generic module!) *** Registering nsGfxGTKModule components (all right -- a generic module!) *** Registering nsImageLib2Module components (all right -- a generic module!) *** Registering nsPluginModule components (all right -- a generic module!) *** Registering nsWidgetGTKModule components (all right -- a generic module!) *** Registering XRemoteClientModule components (all right -- a generic module!) *** Registering nsLayoutModule components (all right -- a generic module!) *** Registering nsMorkModule components (all right -- a generic module!) *** Registering docshell_provider components (all right -- a generic module!) *** Registering nsProfileModule components (all right -- a generic module!) *** Registering nsPrefMigrationModule components (all right -- a generic module!) *** Registering embedcomponents components (all right -- a generic module!) *** Registering Browser_Embedding_Module components (all right -- a generic module!) *** Registering nsEditorModule components (all right -- a generic module!) *** Registering nsTransactionManagerModule components (all right -- a generic module!) *** Registering nsComposerModule components (all right -- a generic module!) *** Registering appshell components (all right -- a generic module!) *** Registering nsChromeModule components (all right -- a generic module!) *** Registering nsAccessibilityModule components (all right -- a generic module!) *** Registering nsLDAPProtocolModule components (all right -- a generic module!) *** Registering BOOT components (all right -- a generic module!) *** Registering NSS components (all right -- a generic module!) *** Registering PKI components (all right -- a generic module!) *** Registering nsFileViewModule components (all right -- a generic module!) *** Registering nsFindComponent components (all right -- a generic module!) *** Registering XRemoteServiceModule components (all right -- a generic module!) *** Registering application components (all right -- a generic module!) *** Registering nsSoftwareUpdate components (all right -- a generic module!) *** Registering JavaScript_Debugger components (all right -- a generic module!) *** Registering nsCookieModule components (all right -- a generic module!) *** Registering nsWalletModule components (all right -- a generic module!) *** Registering nsWalletViewerModule components (all right -- a generic module!) *** Registering nsXMLExtrasModule components (all right -- a generic module!) *** Registering nsP3PModule components (all right -- a generic module!) *** Registering nsAutoConfigModule components (all right -- a generic module!) *** Registering TransformiixModule components (all right -- a generic module!) *** Registering nsInspectorModule components (all right -- a generic module!) *** Registering nsUniversalCharDetModule components (all right -- a generic module!) *** Registering nsTypeAheadFind components (all right -- a generic module!) *** Registering nsWebServicesModule components (all right -- a generic module!) *** Registering mozSpellCheckerModule components (all right -- a generic module!) *** Registering mozMySpellModule components (all right -- a generic module!) *** Registering nsMsgBaseModule components (all right -- a generic module!) *** Registering nsMsgDBModule components (all right -- a generic module!) *** Registering nsMsgNewsModule components (all right -- a generic module!) *** Registering local_mail_services components (all right -- a generic module!) *** Registering nsMimeEmitterModule components (all right -- a generic module!) *** Registering nsVCardModule components (all right -- a generic module!) *** Registering mime_services components (all right -- a generic module!) *** Registering nsMsgComposeModule components (all right -- a generic module!) *** Registering IMAP_factory components (all right -- a generic module!) *** Registering nsAbModule components (all right -- a generic module!) *** Registering nsImportServiceModule components (all right -- a generic module!) *** Registering nsTextImportModule components (all right -- a generic module!) *** Registering nsComm4xMailImportModule components (all right -- a generic module!) *** Registering nsMsgMdnModule components (all right -- a generic module!) *** Registering nsMsgMailViewModule components (all right -- a generic module!) *** Registering nsBayesianFilterModule components (all right -- a generic module!) *** Registering nsMsgSMIMEModule components (all right -- a generic module!) *** Registering oeICalModule components (all right -- a generic module!) nsNativeComponentLoader: autoregistering succeeded ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1936 Break: at file xptiInterfaceInfoManager.cpp, line 1936 *** Registering -venkman handler. *** Registering x-jsd protocol handler. *** Registering x-application-jsd content handler. *** Registering -chat handler. *** Registering x-application-irc handler. *** Registering irc protocol handler. *** Registering mdn account manager extension. *** Registering smime account manager extension. *** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. nNCL: registering deferred (0) nNCL: registering deferred (0) nNCL: registering deferred (0) +++ JavaScript debugging hooks installed. nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1936 Break: at file xptiInterfaceInfoManager.cpp, line 1936 nNCL: registering deferred (0) nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1936 Break: at file xptiInterfaceInfoManager.cpp, line 1936 nNCL: registering deferred (0) *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/necko/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/necko/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/xbl-marquee/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/embed-sample.jar!/content/embed/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/embed-sample.jar!/locale/en-US/embed/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/embed-sample.jar!/skin/classic/embed/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/editor/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/editor-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/editor/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/US.jar!/locale/US/editor-region/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/mozldap/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/mozldap/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/pipnss.jar!/content/pipnss/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/pipnss/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/pippki.jar!/content/pippki/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/pippki/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/navigator-platform/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/navigator/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/navigator-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/navigator/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/US.jar!/locale/US/navigator-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-unix.jar!/locale/en-US/navigator-platform/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/communicator/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/communicator/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/communicator-platform/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/communicator-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/US.jar!/locale/US/communicator-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-unix.jar!/locale/en-US/communicator-platform/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/toolkit.jar!/content/global/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/global/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/toolkit.jar!/content/global-platform/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/toolkit.jar!/content/global-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/US.jar!/locale/US/global-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-unix.jar!/locale/en-US/global-platform/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/communicator/downloadmanager/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/classic.jar!/skin/classic/global/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/classic.jar!/skin/classic/communicator/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/classic.jar!/skin/classic/editor/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/classic.jar!/skin/classic/messenger/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/classic.jar!/skin/classic/navigator/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/modern.jar!/skin/modern/communicator/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/modern.jar!/skin/modern/editor/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/modern.jar!/skin/modern/global/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/modern.jar!/skin/modern/messenger/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/modern.jar!/skin/modern/navigator/ ***** Chrome Registration: Selecting skin classic/1.0 as default *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/cookie/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/cookie/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/wallet/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/wallet/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/content-packs.jar!/content/content-packs/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/content-packs/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/help.jar!/content/help/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/help/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/p3p/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/p3p/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/comm.jar!/content/autoconfig/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/autoconfig/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/venkman.jar!/content/venkman/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/venkman.jar!/locale/en-US/venkman/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/venkman.jar!/skin/modern/venkman/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/inspector.jar!/content/inspector/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/inspector.jar!/locale/en-US/inspector/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/inspector.jar!/skin/classic/inspector/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/inspector.jar!/skin/modern/inspector/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/chatzilla.jar!/content/chatzilla/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/chatzilla.jar!/locale/en-US/chatzilla/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/chatzilla.jar!/skin/modern/chatzilla/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/messenger.jar!/content/messenger-mdn/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/messenger-mdn/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/messenger.jar!/content/messenger-views/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/messenger.jar!/content/messenger-smime/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/messenger-smime/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/messenger.jar!/content/messenger/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/messenger.jar!/content/messenger-region/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/en-US.jar!/locale/en-US/messenger/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/US.jar!/locale/US/messenger-region/ *** Chrome Registration of package: Checking for contents.rdf at jar:resource:/chrome/calendar.jar!/content/calendar/ *** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/chrome/calendar.jar!/locale/en-US/calendar/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/calendar.jar!/skin/classic/calendar/ *** Chrome Registration of skin : Checking for contents.rdf at jar:resource:/chrome/calendar.jar!/skin/modern/calendar/ GFX: dpi=75 t2p=0,0526316 p2t=19 depth=24 ++WEBSHELL == 1 ++DOMWINDOW == 1 LoadPlugin() /usr/local/lib/mozilla-1.7.3/plugins/libnullplugin.so returned 82f4928 GetMIMEDescription() returned "*:.*:All types" ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1936 Break: at file xptiInterfaceInfoManager.cpp, line 1936 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsPermissionManager.cpp, line 622 ++WEBSHELL == 2 ++DOMWINDOW == 2 Note: verifyreflow is disabled Note: styleverifytree is disabled Note: frameverifytree is disabled WARNING: the property eo already exists , file nsPersistentProperties.cpp, line 282 ++WEBSHELL == 3 ++DOMWINDOW == 3 ###!!! ASSERTION: font metrics should not be null - bug 136248: 'NS_SUCCEEDED(rv)', file nsDeviceContext.cpp, line 668 Break: at file nsDeviceContext.cpp, line 668 ###!!! ASSERTION: You can't dereference a NULL nsCOMPtr with operator->().: 'mRawPtr != 0', file ../../../../dist/include/xpcom/nsCOMPtr.h, line 711 Break: at file ../../../../dist/include/xpcom/nsCOMPtr.h, line 711 Program /usr/local/lib/mozilla-1.7.3/mozilla-bin (pid = 9519) received signal 11. Stack: _ZN13nsProfileLock18FatalSignalHandlerEi+0x00000146 [/usr/local/lib/mozilla-1.7.3/components/libprofile.so +0x0002DE54] UNKNOWN 0xffffe420 _ZN14nsTextBoxFrame12CalcTextSizeER16nsBoxLayoutState+0x000000AB [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0046DC79] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0046DE46] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004530C9] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FEB1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447DE1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004530C9] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FEB1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447DE1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004530C9] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FEB1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447DE1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004530C9] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FEB1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447DE1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004530C9] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FEB1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447DE1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004530C9] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FEB1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447DE1] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004509C0] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FF77] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00448193] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00443536] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x004547F7] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0044FF77] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00448193] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00443536] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00447ADE] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00441246] _ZN16nsContainerFrame11ReflowChildEP8nsIFrameP14nsIPresContextR19nsHTMLReflowMetricsRK17nsHTMLReflowStateiijRj+0x000000E5 [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x002FEBD3] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0039345E] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00362935] _ZN13nsXULDocument11StartLayoutEv+0x00000432 [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0072F4F0] _ZN13nsXULDocument10ResumeWalkEv+0x00001190 [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00732C0A] _ZN13nsXULDocument7EndLoadEv+0x00000569 [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x0072AA03] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libgklayout.so +0x00722EA4] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libhtmlpars.so +0x0003C2F8] _ZN8nsParser13DidBuildModelEj+0x0000009B [/usr/local/lib/mozilla-1.7.3/components/libhtmlpars.so +0x0005A4ED] _ZN8nsParser11ResumeParseEiii+0x00000355 [/usr/local/lib/mozilla-1.7.3/components/libhtmlpars.so +0x0005B663] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libhtmlpars.so +0x0005D0F4] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libnecko.so +0x001607D1] _ZN17nsInputStreamPump11OnStateStopEv+0x0000010E [/usr/local/lib/mozilla-1.7.3/components/libnecko.so +0x0008A29C] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libnecko.so +0x00089C96] _ZN23nsInputStreamReadyEvent12EventHandlerEP7PLEvent+0x00000071 [/usr/local/lib/mozilla-1.7.3/libxpcom.so +0x000C02DB] PL_HandleEvent+0x00000055 [/usr/local/lib/mozilla-1.7.3/libxpcom.so +0x000E421B] PL_ProcessPendingEvents+0x000000C5 [/usr/local/lib/mozilla-1.7.3/libxpcom.so +0x000E40D0] UNKNOWN [/usr/local/lib/mozilla-1.7.3/libxpcom.so +0x000E72EE] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libwidget_gtk.so +0x0002BF30] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libwidget_gtk.so +0x0002B8DD] UNKNOWN [/usr/lib/libglib-1.2.so.0 +0x0000EA56] UNKNOWN [/usr/lib/libglib-1.2.so.0 +0x0001003D] UNKNOWN [/usr/lib/libglib-1.2.so.0 +0x000104F4] g_main_run+0x00000034 [/usr/lib/libglib-1.2.so.0 +0x00010724] gtk_main+0x000000BF [/usr/lib/libgtk-1.2.so.0 +0x000A025F] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libwidget_gtk.so +0x0002C37A] UNKNOWN [/usr/local/lib/mozilla-1.7.3/components/libnsappshell.so +0x00043570] UNKNOWN [/usr/local/lib/mozilla-1.7.3/mozilla-bin +0x0001BC6D] main+0x0000033A [/usr/local/lib/mozilla-1.7.3/mozilla-bin +0x000183BA] __libc_start_main+0x00000108 [/lib/tls/libc.so.6 +0x000157F8] UNKNOWN (nil) Sleeping for 5 minutes. Type 'gdb /usr/local/lib/mozilla-1.7.3/mozilla-bin 9519' to attach your debugger to this thread.
gdb /usr/local/lib/mozilla-1.7.3/mozilla-bin 9519 GNU gdb 6.1-debian Copyright 2004 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 "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1". Attaching to program: /usr/local/lib/mozilla-1.7.3/mozilla-bin, process 9519 Reading symbols from /usr/local/lib/mozilla-1.7.3/libmozjs.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libmozjs.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libplds4.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libplds4.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libplc4.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libplc4.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libnspr4.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libnspr4.so Reading symbols from /lib/tls/libpthread.so.0...done. [Thread debugging using libthread_db enabled] [New Thread -1214112896 (LWP 9519)] [New Thread -1277170768 (LWP 9524)] [New Thread -1260147792 (LWP 9522)] Loaded symbols for /lib/tls/libpthread.so.0 Reading symbols from /lib/tls/libdl.so.2...done. Loaded symbols for /lib/tls/libdl.so.2 Reading symbols from /usr/lib/libgtk-1.2.so.0...done. Loaded symbols for /usr/lib/libgtk-1.2.so.0 Reading symbols from /usr/lib/libgdk-1.2.so.0...done. Loaded symbols for /usr/lib/libgdk-1.2.so.0 Reading symbols from /usr/lib/libgmodule-1.2.so.0...done. Loaded symbols for /usr/lib/libgmodule-1.2.so.0 Reading symbols from /usr/lib/libglib-1.2.so.0...done. Loaded symbols for /usr/lib/libglib-1.2.so.0 Reading symbols from /usr/X11R6/lib/libXi.so.6...done. Loaded symbols for /usr/X11R6/lib/libXi.so.6 Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Loaded symbols for /usr/X11R6/lib/libXext.so.6 Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Loaded symbols for /usr/X11R6/lib/libX11.so.6 Reading symbols from /lib/tls/libm.so.6...done. Loaded symbols for /lib/tls/libm.so.6 Reading symbols from /usr/lib/libstdc++.so.5...done. Loaded symbols for /usr/lib/libstdc++.so.5 Reading symbols from /lib/libgcc_s.so.1...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/tls/libc.so.6...done. Loaded symbols for /lib/tls/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2...done. Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2...done. Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 Reading symbols from /usr/lib/gconv/ISO8859-2.so...done. Loaded symbols for /usr/lib/gconv/ISO8859-2.so Reading symbols from /lib/tls/libnss_compat.so.2...done. Loaded symbols for /lib/tls/libnss_compat.so.2 Reading symbols from /lib/tls/libnsl.so.1...done. Loaded symbols for /lib/tls/libnsl.so.1 Reading symbols from /lib/tls/libnss_nis.so.2...done. Loaded symbols for /lib/tls/libnss_nis.so.2 Reading symbols from /lib/tls/libnss_files.so.2...done. Loaded symbols for /lib/tls/libnss_files.so.2 Reading symbols from /usr/local/lib/mozilla-1.7.3/libxpcom.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libxpcom.so Reading symbols from /usr/lib/gconv/UTF-16.so...done. Loaded symbols for /usr/lib/gconv/UTF-16.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libxpcom_compat_c.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libxpcom_compat_c.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libxpcom_compat.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libxpcom_compat.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libxpconnect.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libxpconnect.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libuconv.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libuconv.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libucvmath.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libucvmath.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libi18n.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libi18n.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libjar50.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libjar50.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libmozz.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libmozz.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/liboji.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/liboji.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libjsj.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libjsj.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libipcdc.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libipcdc.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libnecko.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libnecko.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libnecko2.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libnecko2.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libpref.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libpref.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libcaps.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libcaps.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/librdf.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/librdf.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libhtmlpars.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libhtmlpars.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libgfxps.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libgfxps.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libgkgfx.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libgkgfx.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libgfxxprint.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libgfxxprint.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libxlibrgb.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libxlibrgb.so Reading symbols from /usr/X11R6/lib/libXp.so.6...done. Loaded symbols for /usr/X11R6/lib/libXp.so.6 Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libgfx_gtk.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libgfx_gtk.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libgtksuperwin.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libgtksuperwin.so Reading symbols from /usr/lib/libXft.so.2...done. Loaded symbols for /usr/lib/libXft.so.2 Reading symbols from /usr/lib/libfreetype.so.6...done. Loaded symbols for /usr/lib/libfreetype.so.6 Reading symbols from /usr/lib/libz.so.1...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /usr/lib/libXrender.so.1...done. Loaded symbols for /usr/lib/libXrender.so.1 Reading symbols from /usr/lib/libfontconfig.so.1...done. Loaded symbols for /usr/lib/libfontconfig.so.1 Reading symbols from /usr/lib/libexpat.so.1...done. Loaded symbols for /usr/lib/libexpat.so.1 Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libimglib2.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libimglib2.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libgkplugin.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libgkplugin.so Reading symbols from /usr/local/lib/mozilla-1.7.3/libgtkxtbin.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/libgtkxtbin.so Reading symbols from /usr/X11R6/lib/libXt.so.6...done. Loaded symbols for /usr/X11R6/lib/libXt.so.6 Reading symbols from /usr/X11R6/lib/libSM.so.6...done. Loaded symbols for /usr/X11R6/lib/libSM.so.6 Reading symbols from /usr/X11R6/lib/libICE.so.6...done. Loaded symbols for /usr/X11R6/lib/libICE.so.6 Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libwidget_gtk.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libwidget_gtk.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libxremote_client.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libxremote_client.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libgklayout.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libgklayout.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libmork.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libmork.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libdocshell.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libdocshell.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libprofile.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libprofile.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libnsprefm.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libnsprefm.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libembedcomponents.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libembedcomponents.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libwebbrwsr.so...done. Loaded symbols for /usr/local/lib/mozilla-1.7.3/components/libwebbrwsr.so Reading symbols from /usr/local/lib/mozilla-1.7.3/components/libeditor.so...Ukonèen (SIGTERM)
And I see this in dmesg: Free pages: 644kB (0kB HighMem) Active:24401 inactive:26790 dirty:0 writeback:0 unstable:0 free:161 slab:2732 mapped:51094 pagetables:557 DMA free:32kB min:32kB low:64kB high:96kB active:6400kB inactive:5972kB present:16384kB protections[]: 0 0 0 Normal free:612kB min:456kB low:912kB high:1368kB active:91204kB inactive:101188kB present:228224kB protections[]: 0 0 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB protections[]: 0 0 0 DMA: 0*4kB 2*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 32kB Normal: 11*4kB 13*8kB 5*16kB 0*32kB 0*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 612kB HighMem: empty Swap cache: add 504813, delete 504745, find 134837/179755, race 0+0 Out of Memory: Killed process 9548 (gdb). oom-killer: gfp_mask=0xd0 DMA per-cpu: cpu 0 hot: low 2, high 6, batch 1 cpu 0 cold: low 0, high 2, batch 1 Normal per-cpu: cpu 0 hot: low 26, high 78, batch 13 cpu 0 cold: low 0, high 26, batch 13 HighMem per-cpu: empty Free pages: 696kB (0kB HighMem) Active:25156 inactive:25953 dirty:0 writeback:0 unstable:0 free:174 slab:2733 mapped:51100 pagetables:557 DMA free:32kB min:32kB low:64kB high:96kB active:6400kB inactive:5972kB present:16384kB protections[]: 0 0 0 Normal free:664kB min:456kB low:912kB high:1368kB active:94224kB inactive:97840kB present:228224kB protections[]: 0 0 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB protections[]: 0 0 0 DMA: 0*4kB 2*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 32kB Normal: 40*4kB 7*8kB 4*16kB 0*32kB 0*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 664kB HighMem: empty Swap cache: add 505004, delete 504937, find 134837/179776, race 0+0 Out of Memory: Killed process 9519 (mozilla-bin). oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 2, high 6, batch 1 cpu 0 cold: low 0, high 2, batch 1 Normal per-cpu: cpu 0 hot: low 26, high 78, batch 13 cpu 0 cold: low 0, high 26, batch 13 HighMem per-cpu: empty Free pages: 696kB (0kB HighMem) Active:39539 inactive:11477 dirty:0 writeback:2 unstable:0 free:174 slab:2735 mapped:51135 pagetables:557 DMA free:32kB min:32kB low:64kB high:96kB active:6400kB inactive:5972kB present:16384kB protections[]: 0 0 0 Normal free:664kB min:456kB low:912kB high:1368kB active:151756kB inactive:39936kB present:228224kB protections[]: 0 0 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB protections[]: 0 0 0 DMA: 0*4kB 2*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 32kB Normal: 44*4kB 5*8kB 4*16kB 0*32kB 0*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 664kB HighMem: empty Swap cache: add 505004, delete 504937, find 134837/179776, race 0+0 Out of Memory: Killed process 9522 (mozilla-bin). oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 2, high 6, batch 1 cpu 0 cold: low 0, high 2, batch 1 Normal per-cpu: cpu 0 hot: low 26, high 78, batch 13 cpu 0 cold: low 0, high 26, batch 13 HighMem per-cpu: empty Free pages: 592kB (0kB HighMem) Active:25386 inactive:25631 dirty:0 writeback:0 unstable:0 free:148 slab:2733 mapped:51134 pagetables:557 DMA free:32kB min:32kB low:64kB high:96kB active:6400kB inactive:5972kB present:16384kB protections[]: 0 0 0 Normal free:560kB min:456kB low:912kB high:1368kB active:95144kB inactive:96552kB present:228224kB protections[]: 0 0 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB protections[]: 0 0 0 DMA: 0*4kB 2*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 32kB Normal: 14*4kB 7*8kB 4*16kB 0*32kB 0*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 560kB HighMem: empty Swap cache: add 505004, delete 504937, find 134837/179776, race 0+0 Out of Memory: Killed process 9524 (mozilla-bin). gdb: page allocation failure. order:0, mode:0x1d2 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c0141b5e>] do_page_cache_readahead+0x13b/0x197 [<c0141d40>] page_cache_readahead+0x186/0x1dc [<c013ad91>] do_generic_mapping_read+0x13d/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0xd2 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c0148ed0>] do_anonymous_page+0x69/0x177 [<c0149041>] do_no_page+0x63/0x30f [<c01445db>] __pagevec_lru_add+0xd2/0xfb [<c01494dd>] handle_mm_fault+0xd6/0x171 [<c0118dd3>] do_page_fault+0x39b/0x59d [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c014182f>] read_pages+0x136/0x13f [<c019355b>] ext3_get_block+0x0/0x96 [<c0106ed5>] dump_stack+0x1c/0x20 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c0118a38>] do_page_fault+0x0/0x59d [<c0106aa5>] error_code+0x2d/0x38 [<c013b1c3>] file_read_actor+0x46/0xde [<c013adea>] do_generic_mapping_read+0x196/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb VM: killing process gdb gdb: page allocation failure. order:0, mode:0xd2 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c0148ed0>] do_anonymous_page+0x69/0x177 [<c0149041>] do_no_page+0x63/0x30f [<c01494dd>] handle_mm_fault+0xd6/0x171 [<c0118dd3>] do_page_fault+0x39b/0x59d [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c014182f>] read_pages+0x136/0x13f [<c019355b>] ext3_get_block+0x0/0x96 [<c0106ed5>] dump_stack+0x1c/0x20 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c0118a38>] do_page_fault+0x0/0x59d [<c0106aa5>] error_code+0x2d/0x38 [<c01d9ac7>] __copy_user_intel+0x43/0xac [<c01d9c44>] __copy_to_user_ll+0x68/0x6c [<c013b1f2>] file_read_actor+0x75/0xde [<c013adea>] do_generic_mapping_read+0x196/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb VM: killing process gdb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb gdb: page allocation failure. order:0, mode:0x50 [<c013edc2>] __alloc_pages+0x1b7/0x35b [<c013aa5c>] find_or_create_page+0xa2/0xac [<c0159700>] grow_dev_page+0x2f/0x135 [<c0159897>] __getblk_slow+0x91/0x123 [<c0159c8b>] __getblk+0x4f/0x51 [<c01957d3>] ext3_get_inode_loc+0x5a/0x245 [<c012e27c>] __kernel_text_address+0x2e/0x37 [<c019642b>] ext3_reserve_inode_write+0x39/0xcc [<c01964e9>] ext3_mark_inode_dirty+0x2b/0x51 [<c0196594>] ext3_dirty_inode+0x85/0x87 [<c0177894>] __mark_inode_dirty+0x1ac/0x1b1 [<c01d9b23>] __copy_user_intel+0x9f/0xac [<c01715c6>] update_atime+0xd0/0xd5 [<c013af00>] do_generic_mapping_read+0x2ac/0x529 [<c013b44e>] __generic_file_aio_read+0x1f3/0x225 [<c013b17d>] file_read_actor+0x0/0xde [<c013b4da>] generic_file_aio_read+0x5a/0x74 [<c0157028>] do_sync_read+0xbe/0xeb [<c011b893>] autoremove_wake_function+0x0/0x57 [<c0119b5d>] recalc_task_prio+0x93/0x188 [<c0157125>] vfs_read+0xd0/0x135 [<c01573fb>] sys_read+0x51/0x80 [<c010607b>] syscall_call+0x7/0xb
*** This bug has been marked as a duplicate of 253801 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Hi, This bug isn't duplicate, coz I can't mozilla start! It crashes always when starting This bug is for sure new
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.