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)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: g13n, Unassigned)
Details
(Keywords: crash, hang, testcase)
Crash Data
Attachments
(1 file, 1 obsolete file)
|
490 bytes,
application/vnd.mozilla.xul+xml
|
Details |
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
Comment 1•20 years ago
|
||
Comment 3•20 years ago
|
||
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.
Updated•20 years ago
|
Assignee: nobody → xml
Component: General → XML
Product: Firefox → Core
QA Contact: general → ashshbhatt
Version: unspecified → 1.8 Branch
Updated•20 years ago
|
Assignee: xml → nobody
Component: XML → Layout
QA Contact: ashshbhatt → layout
Updated•20 years ago
|
Component: Layout → XUL Widgets
Product: Core → Toolkit
QA Contact: layout → xul.widgets
Comment 4•20 years ago
|
||
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]
Comment 5•20 years ago
|
||
Was this fixed on trunk by one of dbaron's recent grid checkins?
Comment 6•20 years ago
|
||
Yes, WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051213 Firefox/1.6a1 ID:2005121305
Updated•20 years ago
|
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]
| Reporter | ||
Comment 7•20 years ago
|
||
Apart from the browser unresponsiveness, its hitting 100% cpu time, bringing my system to a grind!
Comment 8•20 years ago
|
||
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
| Reporter | ||
Comment 9•20 years ago
|
||
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 → ---
Comment 10•20 years ago
|
||
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 ago → 20 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ nsIFrame::AddCSSPrefSize]
You need to log in
before you can comment on or make changes to this bug.
Description
•