debian/unstable: iceweasel segmentation fault
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: bruno@wks:~$ iceweasel Segmentation fault bruno@wks:~$ iceweasel -safe Segmentation fault System ist debian/unstable uptodate. On other debian/unstable systems it still works. Could it be caused by other packages/plugin? How to debug the cause? TIA + WR, Bruno |
debian/unstable: iceweasel segmentation fault
On Sun, Jul 20, 2008 at 11:40:32AM +0200, 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: > > bruno@wks:~$ iceweasel > Segmentation fault > > bruno@wks:~$ iceweasel -safe > Segmentation fault > > System ist debian/unstable uptodate. > > On other debian/unstable systems it still works. > > Could it be caused by other packages/plugin? > > How to debug the cause? i used to get a lot of these /var/log/syslog.1.gz:Jul 18 18:10:56 hufpuf kernel: [177553.451240] firefox-bin[12653]: segfault at 7fffa6db3b58 ip 7f029e9676a3 sp 7fffa6db3b60 error 6 in libc-2.7.so[7f029e929000+14a000] till i upgraded to 3.0.1-1 > > TIA + WR, > Bruno > > > > -- Information Processing: What you call data processing when people are so disgusted with it they won't let it be discussed in their presence. |
debian/unstable: iceweasel segmentation fault
On Sun, 20 Jul 2008 11:40:32 +0200
Bruno Voigt <Bruno.Voigt@ic3s.de> 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: > > bruno@wks:~$ iceweasel > Segmentation fault > > bruno@wks:~$ iceweasel -safe > Segmentation fault > > System ist debian/unstable uptodate. > > On other debian/unstable systems it still works. > > Could it be caused by other packages/plugin? > > How to debug the cause? > > TIA + WR, > Bruno > > The first thing to try is mv ~/.mozilla ~/.mozilla.old. -- Nyizsa. http://nyizsa.uni.cc -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
debian/unstable: iceweasel segmentation fault
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: bruno@wks:~$ iceweasel Segmentation fault bruno@wks:~$ 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. -- Kent West <")))>< Westing Peacefully - http://kentwest.blogspot.com -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
debian/unstable: iceweasel segmentation fault
Nyizsnyik Ferenc wrote:
> On Sun, 20 Jul 2008 11:40:32 +0200 > Bruno Voigt <Bruno.Voigt@ic3s.de> 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: >> >> bruno@wks:~$ iceweasel >> Segmentation fault >> >> bruno@wks:~$ iceweasel -safe >> Segmentation fault >> >> System ist debian/unstable uptodate. >> >> On other debian/unstable systems it still works. >> >> Could it be caused by other packages/plugin? >> >> How to debug the cause? >> >> TIA + WR, >> Bruno >> > > The first thing to try is mv ~/.mozilla ~/.mozilla.old. > Sure, I tried it with a fresh user account, so I believe it must be some global cause. WR, Bruno |
debian/unstable: iceweasel segmentation fault
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: >> bruno@wks:~$ iceweasel >> Segmentation fault >> >> bruno@wks:~$ 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? 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.) -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
debian/unstable: iceweasel segmentation fault
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: bruno@wks:~$ iceweasel Segmentation fault bruno@wks:~$ 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? loven@enjae:~$ 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, "177ELF111 3 3 1 22034 004 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, "177ELF111 3 3 1 @4 004 P"..., 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 debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
debian/unstable: iceweasel segmentation fault
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: bruno@wks:~$ iceweasel Segmentation fault bruno@wks:~$ 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? root@wks:~# ldconfig -pNX | grep local ******* libsvn_ra_local-1.so.1 (libc6) => /usr/lib/libsvn_ra_local-1.so.1 ******* libspandsp.so.0 (libc6) => /usr/local/lib/libspandsp.so.0 ******* libspandsp.so (libc6) => /usr/local/lib/libspandsp.so ******* libiax.so.0 (libc6) => /usr/local/lib/libiax.so.0 ******* libiax.so (libc6) => /usr/local/lib/libiax.so root@wks:~# 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) open("/usr/lib/mozilla-firefox/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, "177ELF111 3 3 1 22034 004 264".. ., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=49644, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ce2000 mmap2(NULL, 52776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cd5000 mmap2(0xb7ce1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0xb7ce1000 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) open("/usr/lib/mozilla-firefox/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/libm.so.6", O_RDONLY)******* = 3 read(3, "177ELF111 3 3 1 @4 004 P"..., 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) = 0xb7caf000 mmap2(0xb7cd3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7cd3000 close(3)******************************* = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7cae000 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7cae8e0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xb7e33000, 4096, PROT_READ)** = 0 mprotect(0xb7f1c000, 12288, PROT_READ)* = 0 munmap(0xb7f2b000, 158926)************* = 0 set_tid_address(0xb7cae928)************ = 19982 set_robust_list(0xb7cae930, 0xc)******* = 0 futex(0xbfe2aa10, FUTEX_WAKE_PRIVATE, 1) = 0 rt_sigaction(SIGRTMIN, {0xb7ce7280, [], SA_SIGINFO}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0xb7ce7680, [], 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="wks.voigt.tv", ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=233472, ...}) = 0 lstat64("/usr/lib/iceweasel", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 futex(0xb7f2a070, FUTEX_WAKE_PRIVATE, 2147483647) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ I do not know if it is relevant, I'm using a custom kernel configuration. bruno@wks:~/$ uname -a Linux wks.voigt.tv 2.6.24.4-wks.voigt.tv #1 SMP PREEMPT Mon May 26 23:57:30 CEST 2008 i686 GNU/Linux Iceweasel 3.0~rc2 worked on it until some unstable update about 14-20 days ago. WR, Bruno |
debian/unstable: iceweasel segmentation fault
Kent West wrote:
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: bruno@wks:~$ iceweasel Segmentation fault bruno@wks:~$ 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? loven@enjae:~$ 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. westk@enjae:~$ sudo ldconfig -pNX | grep local westk@enjae:~$ sudo /sbin/ldconfig -pNX | grep local westk@enjae:~$ No output. -- Kent -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
debian/unstable: iceweasel segmentation fault
Kent West wrote:
Kent West wrote: 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: bruno@wks:~$ iceweasel Segmentation fault bruno@wks:~$ 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? loven@enjae:~$ 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. westk@enjae:~$ sudo ldconfig -pNX | grep local westk@enjae:~$ sudo /sbin/ldconfig -pNX | grep local westk@enjae:~$ No output. New clue. I just discovered that "sudo iceweasel" works. -- Kent -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| All times are GMT. The time now is 04:34 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.