Re: [Firestarter-user] Mozilla abruptly exits
Brought to you by:
majix
|
From: Tomas J. <ma...@sc...> - 2004-04-25 15:44:30
|
Don Campbell wrote:
> I noticed yesterday that firestarter had a 0.9.2-3 version out for RH9.
> I replaced 0.9.2-1 with that and all of a sudden Mozilla 1.6
> randomly (at least I can't figure out when it will happen)
> bombs and exits. The only thing I think I changed on my
> RH9 system in the past couple of days was firestarter. I
> can't find my old 0.9.2-1 rpm. Any hints about what's happening?
> What's changed? What I can set to return to stability and
> sanity?
Sounds pretty strange to me. There's some very simple bugfixes in the
newer release, nothing I could imagine that would be crashing your
Mozilla. You sure it's not for example the flash plugin crashing the
browser?
There is one thing however, the new package is compiled on Fedora Core.
While I've tested it on Red Hat 9 without finding any problems, you
might want to try creating a new package yourself anyway.
Do it like this:
- Download firestarter-0.9.2-3.src.rpm
- Run "rpmbuild --rebuild firestarter-0.9.2-3.src.rpm"
- The resulting package will be located in /usr/src/redhat/RPMS/i386/
Uninstall the old package and install the new,
"rpm -e firestarter"
"rpm -Uvh /usr/src/redhat/RPMS/i386/firestarter-0.9.3-3.i386.rpm"
If the new package works better, please let me know.
Regards,
Tomas
|