Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] firefox-bin crashing a few times every day
Date: Sun, 11 Nov 2007 21:52:14
Message-Id: 5bdc1c8b0711111349x7c23bdfam6b7efd85c9453ce7@mail.gmail.com
In Reply to: Re: [gentoo-amd64] firefox-bin crashing a few times every day by Beso
1 On Oct 29, 2007 10:45 AM, Beso <givemesugarr@×××××.com> wrote:
2 > try setting off java, clear everything from cache to cookies of passwords,
3 > disable addons and the restart it and see if it crashes. if it doesn't for
4 > some time enable one add-on per time and try it out for some time. if it
5 > doesn't crashes then add another addon.
6 > the last thing is to see if you have the x86 emuls installed if you are on
7 > 64bit arch (java,sound,base,xorg) then see if you have the plugins compiled
8 > for 32 bit (you should have it that way since they are available on 32bit
9 > except mplayer). another thing is to have the last stable version of gtk+.
10 > that should fix the issues.
11 > if that doesn't work either try also compiling the mozilla-firefox package
12 > (and start it via firefox and not firefox-bin). if that's stable with the
13 > same .mozilla directory then there's something wrong in the firefox-bin
14 > package.
15 > i'd suggest you install ccache before compiling if you don't yet use it and
16 > to add the option --buildpkg to emerge, so that you can have the firefox
17 > package built for your particular system. this is useful also for long time
18 > compiling packages as gtk+,qt or kdelibs and kdebase. if you'd later need to
19 > reinstall them (for example the expat-2 update) you can install them in a
20 > matter of little time. just be aware that the packaging requires additional
21 > disk space to package the files once they're compiled.
22 > i didn't experience crashes in the last 6 months.
23
24
25 Hi all,
26 I wrote to the list a couple of weeks ago about Firefox continually
27 crashing and got this detailed list of things I might try to see if I
28 could find a fix. As I'm not a sys admin or a programmer the list
29 scared me off a bit. However I've had a very bad week of Firefox
30 crashing many times every day so I really need to try and find a
31 solution. This is the best set of ideas I've seen so far so I'm going
32 to try to do some of it today.
33
34 Again, for review, Firefox started crashing multiple times a day
35 sometime after I tried to make sure I had Java and Flash working.
36
37 I'd like to ask some questions about the ideas that were given.
38 Please keep in mind that primarily I am using firefox-bin.
39
40 1) How do I turn java and/or java-script off for firefox-bin? Is it
41 just the setting in the Preferences panel?
42
43 2) With respect to using Java in 64-bit Gentoo I am unsure of how to
44 configure my machine. If the OS is 64 bit but Firefox is 32-bit then
45 what is the correct setting?
46
47 lightning ~ # eselect java-vm list
48 Available Java Virtual Machines:
49 [1] emul-linux-x86-java-1.6
50 [2] sun-jdk-1.5
51 [3] sun-jdk-1.6 system-vm
52 [4] sun-jre-bin-1.6
53
54 lightning ~ # eselect java-vm show
55 Current system-vm
56 sun-jdk-1.6
57 Current user-vm
58 (unset)
59 lightning ~ #
60
61 It seems that my system has a VM but my account does not? I assume
62 that my account then uses the system VM? Is this appropriate? Also, do
63 I want to be using the sun-jdk? Or do I want either jre-bin or the
64 emulation vm?
65
66 With respect to the browser plugins I see this:
67
68 lightning ~ # eselect java-nsplugin list
69 Available 32-bit Java browser plugins
70 [1] emul-linux-x86-java-1.6 current
71 Available 64-bit Java browser plugins
72
73 lightning ~ # eselect java-nsplugin show
74 Current Java browser plugin
75 (unset)
76
77 These setting just seem strange to me.
78
79 More info follows about what is installed. Let me know whatever info
80 you need to better judge why my browsers crash all the time now.
81
82 As for the ccache idea I really like the idea of keeping packages
83 around but not sure how I would use them correctly. For now I'll just
84 keep building stuff and see if I Can figure that out in parallel.
85
86 Thanks in advance,
87 Mark
88
89 lightning ~ # eix -Ic java
90 [I] app-emulation/emul-linux-x86-java (1.6.0.03(1.6)@10/19/2007):
91 32bit version Sun's J2SE Development Kit
92 [I] dev-java/java-config (1.3.7@06/02/2007 2.0.33-r1(2)@07/09/2007):
93 Java environment configuration tool
94 [I] dev-java/java-config-wrapper (0.13@06/01/2007): Wrapper for java-config
95 Found 3 matches.
96
97
98 lightning ~ # eix -Ic emul-linux
99 [I] app-emulation/emul-linux-x86-baselibs (10.2@06/01/2007): Provides
100 precompiled 32bit libraries
101 [I] app-emulation/emul-linux-x86-compat (1.0-r3@06/01/2007):
102 emul-linux-x86 version of lib-compat, with the addition of a 32bit
103 libgcc_s and the libstdc++ versions provided by gcc 3.3 and 3.4 for
104 non-multilib systems.
105 [I] app-emulation/emul-linux-x86-gtklibs (10.0-r1@06/01/2007):
106 Provides precompiled 32bit libraries
107 [I] app-emulation/emul-linux-x86-java (1.6.0.03(1.6)@10/19/2007):
108 32bit version Sun's J2SE Development Kit
109 [I] app-emulation/emul-linux-x86-medialibs (10.2@06/13/2007): Provides
110 precompiled 32bit libraries
111 [I] app-emulation/emul-linux-x86-qtlibs (10.0@06/01/2007): Provides
112 precompiled 32bit libraries
113 [I] app-emulation/emul-linux-x86-sdl (10.1@06/13/2007): Provides
114 precompiled 32bit libraries
115 [I] app-emulation/emul-linux-x86-soundlibs (10.0-r1@06/01/2007):
116 Provides precompiled 32bit libraries
117 [I] app-emulation/emul-linux-x86-xlibs (10.0@06/01/2007): Provides
118 precompiled 32bit libraries
119 Found 9 matches.
120 lightning ~ #
121
122 lightning ~ # cat /etc/make.conf
123 # These settings were set by the catalyst build script that
124 automatically built this stage
125 CFLAGS="-march=k8 -O2 -pipe"
126 CHOST="x86_64-pc-linux-gnu"
127 USE="dri radeon mmx mmxext sse sse2 3dnow 3dnowext gnome kde -esd
128 -arts ladspa nptl nptlonly audiofile gimp gimpprint ppds usb alsa cdr
129 dvd dvdr dvdread jack jack-tmpfs fluidsynth tcltk sndfile v4l v4l2
130 mysql flac xscreensaver -samba i8x0 mythtv apache2 -lirc mjpeg xvid
131 real cjk unicode vorbis ogg truetype java -eds dts a52"
132 CXXFLAGS="${CFLAGS}"
133 MAKEOPTS="-j2"
134 GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
135 ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
136 http://www.zentek-international.com/mirrors/gentoo/"
137 ACCEPT_KEYWORDS="amd64"
138 ALSA_CARDS="hdsp9652 hdsp"
139 VIDEO_CARDS="radeon vesa"
140 LINGUAS="en"
141 PORTAGE_NICENESS=19
142 PORTDIR_OVERLAY=""
143 PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage"
144 PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/portage/local/layman/pro-audio"
145 #source /usr/portage/local/layman/make.conf
146 source /usr/portage/local/layman/make.conf
147 lightning ~ #
148
149
150 lightning ~ # uname -a
151 Linux lightning 2.6.23-rt1 #4 PREEMPT RT Mon Oct 15 16:47:24 PDT 2007
152 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
153 lightning ~ #
154
155
156 lightning ~ # emerge --info
157 Portage 2.1.3.18 (default-linux/amd64/2006.1/desktop, gcc-4.1.2,
158 glibc-2.6.1-r0, 2.6.23-rt1 x86_64)
159 =================================================================
160 System uname: 2.6.23-rt1 x86_64 AMD Athlon(tm) 64 Processor 3000+
161 Timestamp of tree: Tue, 06 Nov 2007 00:00:09 +0000
162 app-shells/bash: 3.2_p17
163 dev-java/java-config: 1.3.7, 2.0.33-r1
164 dev-lang/python: 2.4.4-r6
165 dev-python/pycrypto: 2.0.1-r6
166 sys-apps/baselayout: 1.12.9-r2
167 sys-apps/sandbox: 1.2.18.1-r2
168 sys-devel/autoconf: 2.13, 2.61-r1
169 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
170 sys-devel/binutils: 2.18-r1
171 sys-devel/gcc-config: 1.3.16
172 sys-devel/libtool: 1.5.24
173 virtual/os-headers: 2.6.22-r2
174 ACCEPT_KEYWORDS="amd64"
175 CBUILD="x86_64-pc-linux-gnu"
176 CFLAGS="-march=k8 -O2 -pipe"
177 CHOST="x86_64-pc-linux-gnu"
178 CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
179 /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
180 CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
181 /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
182 CXXFLAGS="-march=k8 -O2 -pipe"
183 DISTDIR="/usr/portage/distfiles"
184 FEATURES="distlocks metadata-transfer sandbox sfperms strict
185 unmerge-orphans userfetch"
186 GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
187 ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
188 http://www.zentek-international.com/mirrors/gentoo/"
189 LC_ALL="en_US"
190 LINGUAS="en"
191 MAKEOPTS="-j2"
192 PKGDIR="/usr/portage/packages"
193 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
194 --compress --force --whole-file --delete --delete-after --stats
195 --timeout=180 --exclude=/distfiles --exclude=/local
196 --exclude=/packages --filter=H_**/files/digest-*"
197 PORTAGE_TMPDIR="/var/tmp"
198 PORTDIR="/usr/portage"
199 PORTDIR_OVERLAY="/usr/portage/local/layman/pro-audio
200 /usr/local/portage /usr/portage/local/layman/pro-audio"
201 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
202 USE="X a52 alsa amd64 apache2 audiofile berkdb bitmap-fonts cairo cdr
203 cjk cli cracklib crypt cups dbus dri dts dvd dvdr dvdread emboss
204 encode fam firefox flac fluidsynth fortran gdbm gif gimp gimpprint
205 gnome gpm gstreamer gtk gtk2 hal i8x0 iconv ipv6 isdnlog jack
206 jack-tmpfs java jpeg kde ladspa ldap mad midi mikmod mjpeg mp3 mpeg
207 mudflap mysql mythtv ncurses nls nptl nptlonly ogg opengl openmp oss
208 pam pcre perl png ppds pppd python qt3 qt4 quicktime radeon readline
209 reflection sdl session sndfile spell spl ssl tcltk tcpd truetype
210 truetype-fonts type1-fonts unicode usb v4l v4l2 vorbis xml xorg
211 xscreensaver xv xvid zlib" ALSA_CARDS="hdsp9652 hdsp"
212 ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty
213 extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw
214 multi null plug rate route share shm softvol" ELIBC="glibc"
215 INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
216 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
217 ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="radeon vesa"
218 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG,
219 LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
220 PORTAGE_RSYNC_EXTRA_OPTS
221
222 lightning ~ #
223 --
224 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] firefox-bin crashing a few times every day Beso <givemesugarr@×××××.com>