Dear friends: The following is a letter from Texstar concerning the "runtime mismatch, so leaking context!" error message you get when installing Mozilla 0.8.1 on LM72 ( i.e. installing the special Texstar version for LM72 available from Texstar at: http://texstar.dyn.dhs.org First, let me add Texstar's explanation of how he built these rpms: "The Mozilla rpms have been updated to the most recent version. I have been using it with no problems the past few days. All rpms are recompiled from the originals at Mandrake. I just download the source , install the source rpm and type rpm -ba --target=i586 rpmspecnname.spec. This builds a new rpm based on my current setup which is Linux Mandrake 7.2, Rpm 3.0 and glibc 2.1. " Below is Texstar's explanation for the "runtime mismatch, so leaking context" error message. I would appreciate if one of our experts could explain just what this is all about and what we should do about it. Looks very cryptic to me as a newbie. Thank you so kindly. Benjamin BEGIN This is what I found on the error you encountered. It has something to do with the Mozilla skins. Hi i have a problem starting the Mozilla browser.. I pasted the output here. Does anybody know whats wrong ? Registering plugin 0 for: "*","All types",".*" Failed to load XBL document jar:resource:///chrome/classic.jar!/skin/classic/communicator/widgetBindings .xml Runtime mismatch, so leaking context! This was the answer: Hi, this looks like the classic skin is horked. Find the ~/.mozilla/.../.../chrome/user-skins.rdf and make it look somewhat like this: <?xml version="1.0"?> <RDF:RDF xmlns:NS1="http://www.mozilla.org/rdf/chrome#" xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <RDF:Description about="urn:mozilla:package:editor"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:editor"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:chatzilla"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:chatzilla"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:global"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:global"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:cview"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:cview"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:messenger"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:messenger"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:communicator"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:communicator"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:inspector"> <NS1:selectedSkin resource="urn:mozilla:skin:classic/1.0:inspector"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:xmlterm"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:xmlterm"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:vixen"> <NS1:selectedSkin resource="urn:mozilla:skin:classic/1.0:vixen"/> </RDF:Description> <RDF:Description about="urn:mozilla:package:navigator"> <NS1:selectedSkin resource="urn:mozilla:skin:modern/1.0:navigator"/> </RDF:Description> </RDF:RDF>
