Bug 55034

Summary: mozilla 0.9.5 crashes
Product: [Retired] Red Hat Linux Reporter: Olivier Crête <olivier.crete>
Component: mozillaAssignee: Christopher Blizzard <blizzard>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-10-24 21:19:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Olivier Crête 2001-10-24 18:02:15 UTC
Description of problem:
Mozilla 0.9.5 from mozilla.org (the rh7 rpm)
crashes when run...

How reproducible:
Always

[Tester@TesterTop Tester]$ mozilla
Gdk-ERROR **: BadValue (integer parameter out of range for operation)
  serial 1022 error_code 2 request_code 12 minor_code 0

I dont know who to blame...  maybe gtk/gdk is guilty?

Comment 1 Mikko Tiihonen 2001-10-24 21:19:37 UTC
rpm --rebuild of the 0.9.5 src.rpm on RH7.2 cures it


Comment 2 Olivier Crête 2001-10-25 22:27:26 UTC
Ok.. it did work..

Would be nice if redhat or mozilla.org provided one... It took more than 2 hours
to compile on my p3-800 w/ 256 megs of ram...


Comment 3 mwalton 2001-11-01 16:45:09 UTC
Simply rebuilding and upgrading the package was insufficient in my case. Files,
ether put in by anaconda or part of the mozilla 0.9.2 package or left over from
redhat 7.1 (when I hadn't even installed mozilla), left in the /usr/lib/mozilla
directory, caused 0.9.5 to segfault immediately upon start up. Steps that I
undertook to upgrade mozilla were as follows:

1. rpm -e --nodeps mozilla
3. rm -rf /usr/lib/mozilla
2. rpm -Uvh mozilla-0.9.5-1.rpm

Mozilla 0.9.5 now works fine.