Gentoo Archives: gentoo-user

From: Roberto Martinez <mrrobinhood5@××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox 2.0 and gentoo
Date: Sat, 13 Jan 2007 17:34:26
Message-Id: op.tlzsysgqugh752@localhost
In Reply to: Re: [gentoo-user] Firefox 2.0 and gentoo by Kent Fredric
1 On Sat, 13 Jan 2007 10:18:29 -0600, Kent Fredric <kentfredric@×××××.com>
2 wrote:
3
4 > On 1/12/07, Roberto Martinez <mrrobinhood5@××××××.com> wrote:
5 >> Well, I've done research and found nothing, except that it happens only
6 >> on
7 >> gentoo ...
8 >>
9 >> It appears that any mozilla product segfaults on my gentoo box both
10 >> binary
11 >> and from source. Firefox, Thunderbird, and Seamonkey.
12 >>
13 >> At first i thought it was mozilla-launcher :
14 >>
15 >> > /usr/libexec/mozilla-launcher: line 117: 6048 Segmentation fault
16 >> > "$mozbin" "$@"
17 >>
18 >> but when I ran the binary directly :
19 >>
20 >> > Segmentation fault
21 >>
22 >> I have reemerged gtk+ and no luck.
23 >>
24 >> Anything else I would need to try ? Any help is greatly appreciated.
25 >
26 > http://bugs.gentoo.org/show_bug.cgi?id=128221
27 >
28 > I've not had it lately, but its been a known bug. Nobody seems to know
29 > what exactly causes it. I know from experience tho, -ffast-math is bad
30 > bad bad when playing with firefox, ie: firefox-bin + hand-compiled
31 > plugin ( ie: mplayerplug-in) using -ffast-math , might = unstability.
32 >
33 > Post CFLAGS/CXXFLAGS/LDFLAGS, GCC versions, Firefox/mozilla versions &
34 > launcher versions please.
35 >
36 >
37 Here you go:
38
39 CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
40 CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
41
42
43 [I--] [ ] sys-devel/gcc-3.3.5.20050130-r1 (3.3)
44 [I--] [M~] sys-devel/gcc-config-2.0.0_rc1 (0)
45 [I--] [M-] sys-devel/gcc-4.0.3 (4.0)
46 [I--] [ ~] sys-devel/gcc-4.1.1 (4.1)
47
48 [I--] [ ] mail-client/mozilla-thunderbird-1.5.0.4 (0)
49 [I--] [ ~] www-client/mozilla-launcher-1.52-r1 (0)
50 [I--] [ ~] www-client/mozilla-firefox-bin-2.0.0.1 (0)
51 [I--] [ ~] www-client/mozilla-firefox-2.0.0.1 (0)
52
53 Any help appreciated :)
54
55
56 --
57 There is no god but yourself... amen ...
58
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Firefox 2.0 and gentoo Kent Fredric <kentfredric@×××××.com>