Closed Bug 263805 Opened 20 years ago Closed 20 years ago

When visiting georgebush.com, Firefox CRASHES after the first frame is rendered

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
critical

Tracking

()

RESOLVED INVALID

People

(Reporter: egberts, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

Firefox crashes after rendering the first frame of two.

Changing the User Agent (via UserAgent Switcher) to IE is a temporary workaround
(ONLY if the plugin is loaded).

Reproducible: Always
Steps to Reproduce:
1. Download Firefox 1.10PR
2. Start Firefox
3. Enter in http://www.georgebush.com/ into the URL text box and press enter

Actual Results:  
Crash.

Expected Results:  
Render the HTML page correctly or be robust enough not to crash.

Pasting the about:config

<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin/config.css" type="text/css"?>

<!DOCTYPE window SYSTEM "chrome://global/locale/config.dtd">

<window id="config"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
        width="750"
        height="500"
        onunload="onConfigUnload();"
        onload="onConfigLoad();">

<script src="chrome://global/content/config.js"/>

<stringbundle id="configBundle" src="chrome://global/locale/config.properties"/>

<popup id="configContext" onpopupshowing="if (event.target == this)
updateContextMenu();">
  <menuitem id="copyName" label="&copyName.label;"
accesskey="&copyName.accesskey;" oncommand="copyName();"/>
  <menuitem id="copyValue" label="&copyValue.label;"
accesskey="&copyValue.accesskey;" oncommand="copyValue();"/>

  <menu label="&new.label;" accesskey="&new.accesskey;">
    <menupopup>
      <menuitem label="&string.label;" accesskey="&string.accesskey;"
oncommand="NewPref(nsIPrefBranch.PREF_STRING);"/>
      <menuitem label="&integer.label;" accesskey="&integer.accesskey;"
oncommand="NewPref(nsIPrefBranch.PREF_INT);"/>
      <menuitem label="&boolean.label;" accesskey="&boolean.accesskey;"
oncommand="NewPref(nsIPrefBranch.PREF_BOOL);"/>
    </menupopup>
  </menu>
  <menuitem id="toggleSelected" label="&toggle.label;"
accesskey="&toggle.accesskey;" oncommand="ModifySelected();"/>
  <menuitem id="modifySelected" label="&modify.label;"
accesskey="&modify.accesskey;" oncommand="ModifySelected();"/>

  <menuitem id="resetSelected" label="&reset.label;"
accesskey="&reset.accesskey;" oncommand="ResetSelected();"/>
</popup>

<keyset>
  <key keycode="VK_ENTER" oncommand="ModifySelected();"/>
  <key keycode="VK_RETURN" oncommand="ModifySelected();"/>
</keyset>

<hbox align="center">
  <label value="&filterPrefs.label;" accesskey="&filterPrefs.accesskey;"
control="textbox"/>
  <textbox id="textbox" flex="1" type="timed" timeout="500"
oncommand="FilterPrefs();"/>
  <button id="button" label="&showAll.label;" accesskey="&showAll.accesskey;"
oncommand="ClearFilter();" disabled="true"/>

</hbox>

<tree id="configTree" flex="1" class="plain focusring" seltype="single"
      enableColumnDrag="true" context="configContext">
  <treecols>
    <treecol id="prefCol" label="&prefColumn.label;" flex="7"
        class="sortDirectionIndicator"
        ignoreincolumnpicker="true"
        persist="hidden width ordinal sortDirection"/>
    <splitter class="tree-splitter" />
    <treecol id="lockCol" label="&lockColumn.label;" flex="1"
        class="sortDirectionIndicator"
        persist="hidden width ordinal sortDirection"/>
    <splitter class="tree-splitter" />
    <treecol id="typeCol" label="&typeColumn.label;" flex="1"
        class="sortDirectionIndicator"
        persist="hidden width ordinal sortDirection"/>
    <splitter class="tree-splitter" />

    <treecol id="valueCol" label="&valueColumn.label;" flex="10"
        class="sortDirectionIndicator"
        persist="hidden width ordinal sortDirection"/>
  </treecols>

  <treechildren id="configTreeBody" ondblclick="if (event.button == 0)
ModifySelected();"/>
</tree>
</window>
Works for me, 0.10.1 Linux. Lies, bigotry, and hate all load properly. No crash.
Summary: When visiting the hwebsite, Firefox CRASHES after the first frame is rendered → When visiting georgebush.com, Firefox CRASHES after the first frame is rendered
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041009
Firefox/0.10

->WFM
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041009
Firefox/0.10
So far, the GECKO 20041009 works, but not the GECKO 20041001.

I propose that this bug be marked as "not a problem" anymore.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.