Florian Kulzer wrote:
On Sun, Jul 20, 2008 at 08:22:38 -0500, Kent West wrote:
Bruno Voigt wrote:
I'm currently not able to start iceweasel
ii iceweasel 3.0.1-1
lightweight web browser based on Mozilla
ii iceweasel-gnome-support 3.0.1-1
Support for GNOME in Iceweasel
Same result as with 3.0~rc2-2 0:
[EMAIL PROTECTED]:~$ iceweasel
Segmentation fault
[EMAIL PROTECTED]:~$ iceweasel -safe
Segmentation fault
System ist debian/unstable uptodate.
On other debian/unstable systems it still works.
I just updated a box yesterday and am seeing the same problem. I haven't
had time to debug it yet, but one thing I noticed is that when I run ldd
against /usr/bin/iceweasel, it dies also. This leads me to believe the
problem is deeper than a mere iceweasel problem.
If you run
ldconfig -pNX | grep local
, what do you see? Does that crash, too?
[EMAIL PROTECTED]:~$ ldconfig -pNX | grep local
bash: ldconfig: command not found
I'm currently doing an "aptitude dist-upgrade", hoping that'll fix the
problems, but it's a slow process. Once that's finished, if ldconfig is
not installed at that point, I'll see if I can't get it installed.
Also try
strace -f iceweasel --safe-mode
and post the last 10-20 lines of the output. (You have to install the
package "strace" if it is not on your system already.)
open("/usr/lib/iceweasel/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/iceweasel/plugins/libgcc_s.so.1", O_RDONLY) = -1 ENOENT
(No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/libgcc_s.so.1", 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\34\0\0004\0\0\0\264"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=49644, ...}) = 0
mmap2(NULL, 52776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb7cc7000
mmap2(0xb7cd3000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0xb7cd3000
close(3) = 0
open("/usr/lib/iceweasel/libm.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/iceweasel/plugins/libm.so.6", O_RDONLY) = -1 ENOENT (No
such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/i686/cmov/libm.so.6", O_RDONLY) = 3
read(3,
"[EMAIL PROTECTED]"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=149328, ...}) = 0
mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7ca1000
mmap2(0xb7cc5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7cc5000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7ca0000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7c9f000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7c9f6c0,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb7e42000, 4096, PROT_READ) = 0
mprotect(0xb7f2c000, 12288, PROT_READ) = 0
munmap(0xb7f3b000, 76295) = 0
set_tid_address(0xb7c9f708) = 27003
set_robust_list(0xb7c9f710, 0xc) = 0
futex(0xbff75c50, FUTEX_WAKE_PRIVATE, 1) = -1 ENOSYS (Function not
implemented)
rt_sigaction(SIGRTMIN, {0xb7cd82e0, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb7cd8720, [], SA_RESTART|SA_SIGINFO}, 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
uname({sys="Linux", node="enjae", ...}) = 0
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
lstat64("/usr/lib/iceweasel", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
futex(0xb7f3a070, FUTEX_WAKE, 2147483647) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
I'm guessing this means some libgcc piece is broken/missing. Once my
dist-upgrade is finished, I may try tracking down that piece of the puzzle.
Thanks!
--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]