Firefox doesn't start after update [SOLVED]

After one month I have updated my system...
Now firefox doesn't start anymore because of a
Segmentation fault
ldd /usr/bin/firefox
linux-vdso.so.1 => (0x00007fff92dff000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fab07cdb000)
libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fab079f6000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fab077f2000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fab074e4000)
libm.so.6 => /lib/libm.so.6 (0x00007fab07262000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fab0704c000)
libc.so.6 => /lib/libc.so.6 (0x00007fab06cf9000)
/lib/ld-linux-x86-64.so.2 (0x00007fab07ef6000)
librt.so.1 => /lib/librt.so.1 (0x00007fab06af1000)
thanks in advance
Last edited by dejavu (2009-08-21 12:34:56)

Still no working firefox yet...
strace firefox
execve("/usr/bin/firefox", ["firefox"], [/* 53 vars */]) = 0
brk(0) = 0xa2d000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac1000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac0000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/tls/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xulrunner-1.9.1/tls/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xulrunner-1.9.1/tls", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xulrunner-1.9.1/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8a5fa9a000
close(3) = 0
open("/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=132895, ...}) = 0
mmap(NULL, 2204544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f68b000
mprotect(0x7f8a5f6a1000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5f8a0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5f8a0000
mmap(0x7f8a5f8a2000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f8a2000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libasound.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\3\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1165149, ...}) = 0
mmap(NULL, 3034952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f3a6000
mprotect(0x7f8a5f484000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5f683000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f8a5f683000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=19394, ...}) = 0
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f1a2000
mprotect(0x7f8a5f1a4000, 2097152, PROT_NONE) = 0
mmap(0x7f8a5f3a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8a5f3a4000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\232\5\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1317022, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa99000
mmap(NULL, 3199032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ee94000
mprotect(0x7f8a5ef84000, 2097152, PROT_NONE) = 0
mmap(0x7f8a5f184000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf0000) = 0x7f8a5f184000
mmap(0x7f8a5f18d000, 81976, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f18d000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P>\0\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=589386, ...}) = 0
mmap(NULL, 2625752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ec12000
mprotect(0x7f8a5ec93000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5ee92000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f8a5ee92000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360,\0\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=102508, ...}) = 0
mmap(NULL, 2185752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e9fc000
mprotect(0x7f8a5ea12000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5ec11000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5ec11000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\353\1\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1662170, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa98000
mmap(NULL, 3483656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e6a9000
mprotect(0x7f8a5e7f2000, 2097152, PROT_NONE) = 0
mmap(0x7f8a5e9f2000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x7f8a5e9f2000
mmap(0x7f8a5e9f7000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e9f7000
close(3) = 0
open("/usr/lib/xulrunner-1.9.1/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/librt.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0@"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=44013, ...}) = 0
mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e4a1000
mprotect(0x7f8a5e4a8000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5e6a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f8a5e6a7000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa97000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa96000
arch_prctl(ARCH_SET_FS, 0x7f8a5fa96710) = 0
mprotect(0x7f8a5e6a7000, 4096, PROT_READ) = 0
mprotect(0x7f8a5e9f2000, 16384, PROT_READ) = 0
mprotect(0x7f8a5ee92000, 4096, PROT_READ) = 0
mprotect(0x7f8a5f184000, 28672, PROT_READ) = 0
mprotect(0x7f8a5f3a4000, 4096, PROT_READ) = 0
mprotect(0x7f8a5f8a0000, 4096, PROT_READ) = 0
mprotect(0x7f8a5fac2000, 4096, PROT_READ) = 0
munmap(0x7f8a5fa9a000, 153030) = 0
set_tid_address(0x7f8a5fa967e0) = 11901
set_robust_list(0x7f8a5fa967f0, 0x18) = 0
futex(0x7fff794bdafc, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7fff794bdafc, 0x189 /* FUTEX_??? */, 1, NULL, 7f8a5fa96710) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f8a5f690720, [], SA_RESTORER|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f8a5f6907b0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
getcwd("/home/paul"..., 4096) = 11
lstat("/home/paul/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
open("/proc/cpuinfo", O_RDONLY) = 3
read(3, "processor\t: 0\nvendor_id\t: Genuine"..., 1024) = 1024
read(3, "fpu_exception\t: yes\ncpuid level\t:"..., 1024) = 468
read(3, ""..., 1024) = 0
close(3) = 0
readlink("/etc/malloc.conf", 0x7fff794b8480, 4096) = -1 ENOENT (No such file or directory)
mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f996000
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
munmap(0x7f8a5e2a1000, 2097152) = 0
mmap(0x7f8a5e400000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
munmap(0x7f8a5e2a1000, 2097152) = 0
mmap(NULL, 3145728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e1a1000
munmap(0x7f8a5e1a1000, 3145728) = 0
mmap(0x7f8a5e200000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e200000
madvise(0x7f8a5e200000, 2097152, MADV_DONTNEED) = 0
mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e100000
madvise(0x7f8a5e100000, 1048576, MADV_DONTNEED) = 0
lstat("/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/bin/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
lstat("/usr/bin/firefox", {st_mode=S_IFLNK|0777, st_size=28, ...}) = 0
readlink("/usr/bin/firefox", "/usr/lib/firefox-3.5/firefox"..., 4095) = 28
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
lstat("/usr/lib/firefox-3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
stat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
access("/usr/lib/firefox-3.5/xulrunner/libxpcom.so", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/firefox-3.5/application.ini", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
lseek(3, 0, SEEK_SET) = 0
read(3, "; ***** BEGIN LICENSE BLOCK *****"..., 2029) = 2029
lseek(3, 2029, SEEK_SET) = 2029
close(3) = 0
munmap(0x7f8a5e0ff000, 4096) = 0
open("/home/paul/.gre.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/paul/.gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/gre.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
getdents(3, /* 6 entries */, 32768) = 192
open("/etc/gre.d/1.9.1.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
lseek(4, 0, SEEK_SET) = 0
read(4, "# Registration file generated by "..., 131) = 131
lseek(4, 131, SEEK_SET) = 131
close(4) = 0
munmap(0x7f8a5e0ff000, 4096) = 0
open("/etc/gre.d/1.9.0.10.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
lseek(4, 0, SEEK_SET) = 0
read(4, "# Registration file generated by "..., 137) = 137
lseek(4, 137, SEEK_SET) = 137
close(4) = 0
munmap(0x7f8a5e0ff000, 4096) = 0
open("/etc/gre.d/1.9.1.2.system.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
lseek(4, 0, SEEK_SET) = 0
read(4, "[1.9.1.2]\nGRE_PATH=/usr/lib/xulru"..., 74) = 74
lseek(4, 74, SEEK_SET) = 74
close(4) = 0
munmap(0x7f8a5e0ff000, 4096) = 0
access("/usr/lib/xulrunner-1.9.1/libxpcom.so", R_OK) = 0
close(3) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
lstat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib/xulrunner-1.9.1/libxpcom.so", {st_mode=S_IFREG|0755, st_size=17112, ...}) = 0
open("/usr/lib/xulrunner-1.9.1/dependentlibs.list", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
read(3, "libnspr4.so\nlibplc4.so\nlibplds4.s"..., 4096) = 136
futex(0x7f8a5f3a50ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libsqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libnssutil3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libnss3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libssl3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libsmime3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libmozjs.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\202\1\0\0\0\0\0@"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=788080, ...}) = 0
mmap(NULL, 2885352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5de3e000
mprotect(0x7f8a5def6000, 2097152, PROT_NONE) = 0
mmap(0x7f8a5e0f6000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xb8000) = 0x7f8a5e0f6000
mmap(0x7f8a5e0fe000, 1768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0fe000
close(4) = 0
open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f8a5fa9a000
close(4) = 0
open("/usr/lib/libplds4.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\17\0\0\0\0\0\0@"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=15836, ...}) = 0
mmap(NULL, 2107248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5dc3b000
mprotect(0x7f8a5dc3e000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5de3d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f8a5de3d000
close(4) = 0
open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libplc4.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\25\0\0\0\0\0\0@"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=21281, ...}) = 0
mmap(NULL, 2111544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5da37000
mprotect(0x7f8a5da3b000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5dc3a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f8a5dc3a000
close(4) = 0
open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libnspr4.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\337\0\0\0\0\0\0@"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=282434, ...}) = 0
mmap(NULL, 2341312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5d7fb000
mprotect(0x7f8a5d833000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5da32000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0x7f8a5da32000
mmap(0x7f8a5da35000, 6592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5da35000
close(4) = 0
munmap(0x7f8a5fa9a000, 153030) = 0
open("/usr/lib/xulrunner-1.9.1/libxul.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 dF\0\0\0\0\0@"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=18977320, ...}) = 0
mmap(NULL, 21121752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5c3d6000
mprotect(0x7f8a5d415000, 2093056, PROT_NONE) = 0
mmap(0x7f8a5d614000, 1912832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x103e000) = 0x7f8a5d614000
mmap(0x7f8a5d7e7000, 80600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5d7e7000
close(4) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Similar Messages

  • Firefox doesn't start after update

    After an update last week firefox does not start anymore. After starting firefox it exits with the promt:Resource problem creating '/tmp/orbit-<username>' aborting...
    I had the same problem some time ago back then it worked again after another update.
    I tried to solve the problem by allowing all users rw rights(chmod a+rw -R /tmp) but the same error occurs. Even creating the file via touch does not help(error with insufficient rights or so).
    Anybody got any idea what to do?

    sand_man wrote:Is /tmp full?
    Damn you're right. The pacman cache filled the disk...
    Problem solved - thanks!
    Only question left is:What are the correct permissions for /tmp since I'd like to set them back to default.
    Last edited by Isildur (2009-08-16 14:22:23)

  • Opera doesn`t start after update [SOLVED]

    Hi friends,
    I have updated arch.
    pacman -Syu
    It was about 10 packages. I can not start opera. I see.
    [filip@wsf ~]$ opera
    Neoprávněný přístup do paměti (SIGSEGV)
    . Translated: "Anauthorized access to memory" .
    Can I find out which packages I have updated today?
    Last edited by mezcal (2008-04-23 07:36:13)

    Thanks. Everything is written in pacman.log .
    It s problem of the opera. It isn`t caused by updated packages.
    I can start opera without mail.
    opera -nomail

  • FF doesn't start after update to version 27.0.1

    FF doesn't start after update to version 27.0.1
    Crash ID: bp-2bc18734-d643-4843-a10f-fd6102140214

    Firefox 27.0.1 is too new for me to know what unique issues it might have. I will message you a link to download the installer for Firefox 27.0 to see whether that reverses the problem.

  • Firefox won't start after update - nothing in support pages helps

    windows 7 - firefox won't start after update - no support pages are relevant

    -> [[Firefox will not start]]
    Check and tell if its working.

  • Firefox will not start after updating spyware doctor

    I updated Spyware Doctor (normal auto update), it asked for a reboot and now Firefox doesn't start, just hangs. I can uninstall and re-install but I don't want to loose my bookmarks. How can I get Firefox (7.01) to run or just save my bookmarks.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Xorg doesn't start after update

    After updating this day (my system was last updated at the beginning of July
    this year) I have some problem with Xorg. The server just doesn't start, and
    the screen is black. I can get back to the console with Alt-F1.
    Here's my Xorg.0.log:
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux Data 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
    Build Date: 21 June 2008 05:47:59PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 5 18:54:03 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "LCD Display"
    (**) | |-->Device "SiS"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81e0a60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 31 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
    (II) PCI: 00:01:0: chip 1039,0018 card 0000,0000 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 1039,0900 card 1043,1455 rev 82 class 02,00,00 hdr 00
    (II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:4: chip 1039,7018 card 1039,7018 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:01:6: chip 1039,7013 card 1043,1456 rev a0 class 07,03,00 hdr 00
    (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1180,0476 card 1000,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 00:0a:1: chip 1180,0476 card 1800,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 01:00:0: chip 1039,6300 card 1043,1452 rev 31 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xd1800000 - 0xd1ffffff (0x800000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xe7efffff (0xff00000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [1] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0x24000000 - 0x27ffffff (0x4000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (0:10:1), (0,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x00001800 - 0x000018ff (0x100) IX[b]
    [1] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0x2c000000 - 0x2fffffff (0x4000000) MX[b]
    (II) Bus 6 prefetchable memory range:
    [0] -1 0 0x28000000 - 0x2bffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter rev 49, Mem @ 0xd8000000/27, 0xd1800000/17, I/O @ 0xa800/7
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [5] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [6] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [7] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [8] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [9] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [17] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [18] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "sis"
    (II) Loading /usr/lib/xorg/modules/drivers//sis_drv.so
    (II) Module sis: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 0.9.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    Backtrace:
    And here's what the server writes out:
    Backtrace:
    Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: \
    Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
    waiting for X server to begin accepting connections
    giving up.
    xinit: Connection reset by peer (errno 104): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    Any ideas? Because I have no idea, what is happening.
    Edit (08.08.2008): All right, don't bother answering this question anymore. The problem is no longer important. This topic can be closed, since it won't be solved.
    (I think it was caused by some error during copying files while updating my system.)
    Last edited by TPJ (2008-08-08 08:42:13)

    sand_man wrote:Is /tmp full?
    Damn you're right. The pacman cache filled the disk...
    Problem solved - thanks!
    Only question left is:What are the correct permissions for /tmp since I'd like to set them back to default.
    Last edited by Isildur (2009-08-16 14:22:23)

  • Windows 8.1 doesn't start after update. BLACK SCREEN AFTER LOGIN

     Before all, sorry my english, I'm brazilian and don't found the solution on the brazilian version of HP website.
     After I did the updates, the system ask to restart the notebook, so I did it. And now, when I do the login, after the password page, the Windows doesn't starts. Just a Black Screen appears.
      I can't open the right side window to acces the configurations, and this laptop doesn't have a battery to take out and put in again.
     I had already restore the system.
     So, I use my laptop to work, and it has only 4 days of use.
     I need help! Thanks!

    Hi,
    Run through the following procedure.
    Boot the computer normally and log-in.
    At the black screen, hold down the ctrl and alt keys and press delete.
    Select Task Manager.
    Click on File and select Run new task.
    Type cmd.exe - also enter a tick in the box for 'Create this task with administrative privileges' - and click Ok.
    Type in the following command ( including spaces ) and hit enter.
    Dism /Online /Cleanup-Image /RestoreHealth
    This will take a while to complete, but when it’s finished, restart the notebook.
    If the screen is still black after you log-in, once again, hold down the ctrl and alt keys and press delete.
    Select Task Manager.
    Click on File and select Run new task.
    Type cmd.exe - also enter a tick in the box for 'Create this task with administrative privileges' - and click Ok.
    Type in the following command ( there's a space between sfc and the / ) and hit enter.
    Sfc /scannow
    When the scan has finished, check that the result is ‘No integrity violations’, then type exit and hit enter.
    Restart the notebook again.
    Any change?
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Firefox doesn't start after exiting

    Each time I exit firefox normaly or it crashes, FF doesn't start again. Firefox appears for 1 or 2 seconds in active processes and dessappears without any error messages. Computer restart doesn't solve this. Only reinstalling FF makes it start again, but only for one time. If I exit FF it won't start untill next reinstallation.

    After exiting and launching FF for second time firefox.exe appears for 1 or 2 seconds in active processes in TM and dissapears. No errors shown.

  • TwoFingerScrolling doesn't work after update[SOLVED]

    Hello, after updating to the latest kernel on my Acer Aspire One twofingerscrolling doesn't work anymore.
    Here is my 11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">3</merge>
    <merge key="input.x11_options.TapButton3" type="string">2</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    xorg.conf:
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Module"
    Load "dri2"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    Option "Clone" "true"
    Option "MonitorLayout" "LVDS,VGA"
    BusID "PCI:0:2:0"
    Option "MigrationHeuristic" "greedy"
    # Option "AccelMethod" "exa"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    This was working on the previous kernel...
    Thanks in advance:)
    Last edited by kaola_linux (2009-05-08 04:33:24)

    Sorry for a long reply since I was busy, it seems that after the update my 11-x11-synaptics.fdi was reverted to the one I've posted.  That is not complete, so I made the changes and looked on the post of ktt which he provided his 11-x11-synaptics.fdi which is this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    <merge key="input.x11_options.LeftEdge" type="string">1500</merge>
    <merge key="input.x11_options.RightEdge" type="string">5800</merge>
    <merge key="input.x11_options.TopEdge" type="string">1500</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4500</merge>
    <merge key="input.x11_options.ClickFinger1" type="string">1</merge>
    <merge key="input.x11_options.ClickFinger2" type="string">3</merge>
    <merge key="input.x11_options.ClickFinger3" type="string">2</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
    <merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
    <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">25</merge>
    <merge key="input.x11_options.EmulateTwoFingerMinW" type="string">6</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge>
    <merge key="input.x11_options.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.FingerPress" type="string">256</merge>
    <merge key="input.x11_options.PalmDetect" type="string">0</merge>
    <merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
    <merge key="input.x11_options.PalmMinZ" type="string">200</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.40</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.0015</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.MaxDoubleTapTime" type="string">200</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <merge key="input.x11_options.RTCornerButton" type="string">2</merge>
    <merge key="input.x11_options.RBCornerButton" type="string">3</merge>
    <merge key="input.x11_options.LTCornerButton" type="string">0</merge>
    <merge key="input.x11_options.LBCornerButton" type="string">0</merge>
    <merge key="input.x11_options.CornerCoasting" type="string">true</merge>
    <merge key="input.x11_options.CoastingSpeed" type="string">0.50</merge>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    This solved my problem..;)

  • Photoshop Elements 13 doesn't start after Update to Win8.1   (MSVCR110.dll is missig)

    Hello everybody
    I installed the Update from Win8 to Win8.1
    Now Photoshop Elements 13 doesn't start.
    The mistake/error:  "The program doesn't start, because MSVCR110.dll is missing. Re install the program."
    So I re installed Photoshop but the mistake is still there.
    What can I do?
    LG Simon

    Try steps mentioned on blog: http://psekb.blogspot.in/2013/04/pse-editor-is-not-launching-windows.html
    Please let me know if that doesn't resolves the issue.
    ~Andromeda

  • Firefox does not start after updates

    Every time i get an update, download it and restart Firefox, it does not restart and i have to run the set file again. It means too that the updates have not been dowl=nloaded !
    Windows 7 ultimate. 4Gb ram 1 Tb Regards

    I AM ABSOLUTELY SICK-SICK-SICK OF THIS PROBLEM. I HAVE TRIED EVERYTHING BUT IT STILL DOES NOT RESTART AFTER UPDATES. I HAVE DELETED/CREATED NEW PROFILES, DONE CLEAN INSTALLS - NO CHANGE!!!
    I HAVE CHECKED FOR VIRUSES - NOTHING. CLEAN. I AM ABOUT READY TO GIVE UP AND SEND A LETTER TO A LOCAL TECH/MEDIA PERSON SO THAT THEY CAN WRITE AN ARTICLE ABOUT THIS ISSUE THAT FOR SOME REASON MANY OTHERS HAVE AS WELL AND YOU=MOZILLA HAVE NOT OFERED ANYTHING CLOSE TO A SATISFACTORY RESPONSE, EXPLANATION, FIX, ETC ETC ETC

  • Firefox won't start after updating

    Firefox recently completed an auto-update, however now the software won't load.
    If I click on the Firefox icon, I get the Windows egg timer for about 10 seconds, then the pointer reverts to normal and nothing happens. If I open Task Manager at the same time, when I click on the Firefox icon, I see the application listed for approximately 5 seconds, then it's removed from the list.
    I have tried running in compatibility mode, as well as removing and re-installing, neither of which have helped.
    Can you advise, please ?

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Photos doesn't start after update to iOS 8

    After updating my iPad 4 to iOS 8 I can't start Photos, it crash every time. What can I do?

    Try some basic troubleshooting:
    (A) Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    (B) Try reset all settings
    Settings>General>Reset>Reset All Settings
    (C) Setup as new (data will be lost)
    Settings>General>Reset>Erase all content and settings

  • N8 doesn't start after updates

    I downloaded 4 updates and my phone rebooted itself. Now it doesn't start properly. It turns on, but stays in this bright white screen with Nokia-text on it. I've tried the 8 second restart, but i doesn't help. 
        When the N8 is switched off and I put the charger in, it goes on and freezes again in the white screen.
    Is the three finger hard reset my last option? It kills me to lose all the data...
    Backups, I know =P

    I say you should try a three finger reset again
    But since your device starts up it seems, I suggest you first connect it to a computer and atempt to do a backup of the device
    Then...
    Turn off the phone by holding the powerbutton down for about 8 -10 seconds, until device vibrates 3 times. (so the device is power reset first)
    Remove the SIM card and eventual SD card
    Then hold Menu button + Camera Button + Volume Down  pressed at the same time 
    Press the power button to start the device, then release it
    Keep the 3 buttons previously mentioned pressed , but only these three
    When the Nokia Logo shows up , then release the three buttons
     (Menu button + Camera Button + Volume Down)
    (this three finger reset is not a recommeneded procedure on a device that does not have Symbian Anna installed ... Nokia E7-00 seems to still have issues with this reset method even with Anna)

Maybe you are looking for

  • IPhone 4s no longer saving photos after downloading iOS6

    After downloading the new iOS6 to my iPhone 4s I can no longer save pictures from Facebook or the web. When I touch the photo I am given the option to save it (which I do), but then it doesn't appear in my camera roll.  Only pics taken with camera ar

  • How to use a photogate for frequency measurement using a NI USB-6211

    Hello, I am extremely new to LabView and am having trouble using the counter feature (or if this is even what I should be doing). I am trying to use a photogate as a frequency counter when a voltage spike is created by blocking the sensor. This will

  • Changing Fonts on a running process

    Hi All, I have designed a UI which chiefly uses the "Dialog" font alias for all of its components (mostly because this is the default). One of our customers has asked us whether we can provide a way for him to change the font (I guess that they want

  • Sata drives

    howdy. i'm about to transfer from external (firewire) drives to internal sata. Elsewhere in this forum its advised to go for drives with a 16mg buffer. Can you get that with sata1? Seems like only sata2 drives are advertised as 16mg, and I don't thin

  • Amazon Web Service

    Hi, I have to write a java application for Amazon web service. It has to send the ISBN number of a book and receive the lowest selling price. I am a good java programmer but never used web services before. Familar with XML (parsing). 1. Could anyone