Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] freetype2 and firefox

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jackson Alley <jalley AT toomanymirrors.homelinux.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] freetype2 and firefox
  • Date: Thu, 15 Jul 2004 11:36:34 -0400

Just a quick observation that that line 451 error you're getting seems to be
something to do with the debugger:

On Texport MOZILLA_FIVE_HOME LD_LIBRARY_PATH
export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH

if [ $moz_debug -eq 1 ]
then
moz_debug_program ${1+"$@"}
else
moz_run_program ${1+"$@"}
fi

exit $exitcode

Maybe someone knows more than I do but that error seems to be your
$moz_debug, but what optimizations do you have set? won't the strip varible
remove a lot of debugging info? if you have that set try turning that off?
It's running wonderfully for me, but I think I only used speedy to compile.
Jackson
hu, 15 Jul 2004 09:48:51 +0200
Bas van Gils <Bas.vanGils AT cs.kun.nl> wrote:

> On Thu, Jul 15, 2004 at 12:44:04AM +0200, Bas van Gils wrote:
> > I tried a vanilla one and a themed one... both had the same problem:
> > compile
> > went fine, startup went fine, crash after a few minutes :-( By the way,
> > I'm
> > trying the pre-compiled one now (0.9.1) and that seems to go fine for now.
> > Will keep you guys posted
>
> I did some cleaning up today and tried again. Here's what I did:
>
> cd /usr/lib
> rm -rf mozill*
> cast -c -r firefox
> cast nss flash j2sdk-bin
> cleanse (came up empty)
>
> Firefox 0.9.2 seems rock solid on my laptop now. However, on my work-box it
> crashes almost immediately. At least the error is reproducable now:
>
> /usr/lib/firefox-0.9.2/run-mozilla.sh: line 451: 9369 Segmentation
> fault "$prog" ${1+"$@"}
>
> I compiled it with pentium3 optimization. I know optimization can be tricky
> for mozilla-related stuff so I'm going to try with normal pentium to see if
> that works for me.
>
> By the way, ruskie: thanks for adding 0.8.0 firefox to your grimoire.. at
> least I have a fall-back now :-)
>
> Bas
>
> --
> drs. Bas van Gils <Bas.vanGils AT cs.kun.nl> | /(bb|[^b]{2})/
> http://www.cs.kun.nl/~basvg | that's the
> question
> PGP = 3805 664A F24E 90D5 6A77 C624 E13D 0440 2768 A493 |
>


-----------
========================================================================
Jackson Alley (TooManyMirrors) <jalley AT toomanymirrors.homelinux.com>
GPG EA6C442A233C3611 49FB A47D 9245 AF82 88BE FF57 EA6C 442A 233C 3611
SourceMage GNU/Linux Guru www.sourcemage.org
========================================================================

Attachment: pgpc87Vo3sEYw.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page