A week or two ago I came across a link that crashed the browser. Error message and on OK the browser closes itself. I saved the bookmark and moved on.
But now today the same thing happened on another site! So this is really becoming weird, I'm not used to crashes any more since the 1.5.x versions. After much testing I now suspect strongly it has to do with the gecko update to 1.8.1.23... Perhaps anyone can figure out more?
No crash for me in the above posted webs. Tested in Firefox 2.0.0.20, K-Meleon 1.5.3 official and 1.5.3 with my updated Gecko 1.8.1.23, all over Win2K.
Please report more info; windows version, extensions, macros, plugins, ...
win98se (with updates)
After first trying with disabling macros and other stuff, I finally gave up and took the "fresh install" version where I had recently tried the gecko update. With or without the SVG update it crashed. Another older but unused "fresh install" version with gecko-21 had no probs.
By the way the videohelp page crashes only after loading the left side and the top of the main part, the other crashes immediately:
It looks like something in the google ads crashes the videohelp page, the other page has only the page URL in the status line when crashing.
The above videohelp pic was with only popups and ads blocked.
The next pic is with nothing blocked:
Edited 3 time(s). Last edit at 11/08/2009 03:00AM by siria.
Hab die beiden "bösartigen" Links gecheckt - XP SP3, K-M 1.5.3 mit und ohne desga's Update, Adblock Plus sowie CSS-Adblocking ein/ausgeschaltet - keine Abstürze.
I have the same crash as Siria for the 2 links
I use KM 1.5.3 with gecko update 1.8.1.3 on French version of W98SE
Here the error message :
K-MELEON a causé une défaillance de protection générale
dans le module GDI.EXE à 002b:0000028a.
Registres :
EAX=00000001 CS=0627 EIP=0000028a EFLGS=00000246
EBX=769f0231 SS=769f ESP=00006f4a EBP=00004350
ECX=00000000 DS=0177 ESI=00004f77 FS=0000
EDX=89690000 ES=03c2 EDI=00000177 GS=0000
Octets à CS : EIP :
Is there an issue only on W98 ?
edit: the 2 links work well with Firefox 2.0.0.20
Edited 1 time(s). Last edit at 11/08/2009 11:53PM by patclash.
Saved the two pages to disk (with "default" gecko before update), then found that the minden page seems fairly simple, contains nothing fancy, no scripts etc., only gifs. So opened the page in notepad2 and deleted "suspicious" lines, but didnt help. Then deleted the whole CSS-block, and it worked again. Then deleted only single parts of it, and after countless crashes found the "bad" line!!
Minden-page, this causes the crash:
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Verdana, Arial, Helvetica, sans-serif",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
If I delete the red part, the page opens okay from disk! (in gecko -23)
Ha, the videohelp-page contains the exactly same line and typos!!
(In the videohelp.css file)
Would you believe it, that page works also fine if only deleted that typo.
But there's a problem now, is this is in countless phpbb2-stylesheets, it must be spread over countless forums *sigh*
Edited 1 time(s). Last edit at 11/09/2009 02:14AM by siria.
This is an CSS error in the the code:
font-family: "Verdana, Arial, Helvetica, sans-serif",Verdana, Arial, Helvetica, sans-serif;
The correct code is:
font-family: Verdana, Arial, Helvetica, sans-serif;
Like you can read here, quotes are for indicate a font type with spaces in his name. In this case the browser try to find a font named "Verdana, Arial, Helvetica, sans-serif" and this cause the GDI.exe Windows's 98 element to crash the browser.
I'm searching some solution to avoid this in updates.
Please remember my updates are UNOFFICIAL, not post about updates problem in "Crash Report Thread" in KM Bugs subforum, thanks.
I think I found the problematic file but I cann't test it because my Win98SE system have zombie his primary HD.
The bad file is \components[b]content_xtf.xpt[/b] , you must replace this file from the official K-Meleon 1.5.3 or replace by the before file if you did a backup with the updater installer (\Back-Updater).
Remember delete *.dat files (compreg.dat and xpti.dat) in \components folder before to run K-Meleon.