Closed Bug 320134 Opened 20 years ago Closed 20 years ago

hang/crash due to an incorrect use of grid element (XUL) [@ nsIFrame::AddCSSPrefSize]

Categories

(Toolkit :: UI Widgets, defect)

1.8 Branch
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: g13n, Unassigned)

Details

(Keywords: crash, hang, testcase)

Crash Data

Attachments

(1 file, 1 obsolete file)

User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8) Gecko/20051130 Firefox/1.5 Build Identifier: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8) Gecko/20051130 Firefox/1.5 The browser is totally unresponsive when the following XUL file is opened. The cause of the unresponsiveness is due to the incorrect use of the Grid element (rows/columns). <?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="test-grid-window" title="Grid Test" orient="horizontal" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <grid> <columns> <column/> <column/> </columns> <rows> <row> <column/> <column/> </row> </rows> </grid> </window> Reproducible: Always Steps to Reproduce: 1. Save the above code snippet as a XUL file. 2. Open firefox, and open the XUL file
Attached file testcase from comment 0 (obsolete) —
The right attachment
Attachment #205736 - Attachment is obsolete: true
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 ID:2005111116 I see the hang too.
Keywords: hang, testcase
Assignee: nobody → xml
Component: General → XML
Product: Firefox → Core
QA Contact: general → ashshbhatt
Version: unspecified → 1.8 Branch
Assignee: xml → nobody
Component: XML → Layout
QA Contact: ashshbhatt → layout
Component: Layout → XUL Widgets
Product: Core → Toolkit
QA Contact: layout → xul.widgets
Actually I got a crash too. TB12917734G [nsIFrame::AddCSSPrefSize]
Keywords: crash
Summary: Browser hangs due to an incorrect use of grid element (XUL) → hang/crash due to an incorrect use of grid element (XUL) [@ nsIFrame::AddCSSPrefSize]
Was this fixed on trunk by one of dbaron's recent grid checkins?
Yes, WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051213 Firefox/1.6a1 ID:2005121305
Severity: normal → critical
OS: Linux → All
Hardware: Macintosh → All
Summary: hang/crash due to an incorrect use of grid element (XUL) [@ nsIFrame::AddCSSPrefSize] → hang/crash due to an incorrect use of grid element (XUL) [@ nsIFrame::AddCSSPrefSize]
Apart from the browser unresponsiveness, its hitting 100% cpu time, bringing my system to a grind!
Works fine here using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051224 Firefox/1.6a1 -> WFM Gopalarathnam Venkatesan: Are you sure you tested with a trunk build?
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
No, I didn't test with the latest trunk. I built Firefox, Seamonkey from source (MOZILLA_1_8_BRANCH/BASE), both crashed. Firefox build: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8) Gecko/20051201 Firefox/1.5 Seamonkey build: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8) Gecko/20051222 SeaMonkey/1.0b The above are FreeBSD versions that I use at office. They crash too.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Yes, this crashes 1.8. However the code has been reworked on trunk and this does not crash there. This is the reason the bug was resolved as WFM. Please do not reopen it unless you still get the crash using a recent trunk build. If you think this should be considered for one of 1.8 branches, you should try to get the bug that fixed this into 1.8 branch.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → WORKSFORME
Crash Signature: [@ nsIFrame::AddCSSPrefSize]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: