Closed
Bug 160816
Opened 22 years ago
Closed 19 years ago
This URL hangs Mozilla, but not IE (nsCellMap::GetDataAt issue)
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: skyman, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: hang, perf, testcase)
Attachments
(2 files)
My mozilla hangs when going to this URL (VERSION 1.0/WIN XP).
Updated•22 years ago
|
Updated•22 years ago
|
Comment 1•22 years ago
|
||
it seems that it's looping here :
nsTableRowGroupFrame::CalculateRowHeights(nsIPresContext * 0x05bd9658,
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, nsTableRowFrame *
0x00000000) line 698 + 15 bytes
nsTableRowGroupFrame::Reflow(nsTableRowGroupFrame * const 0x0721c038,
nsIPresContext * 0x05bd9658, nsHTMLReflowMetrics & {...}, const
nsHTMLReflowState & {...}, unsigned int & 0) line 1239
-> Html Tables
Assignee: Matti → karnaze
Severity: normal → critical
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
Keywords: hang
QA Contact: asa → amar
Comment 2•22 years ago
|
||
A profile shows us using 95% of out pageload time in
nsCellMap::GetDataAt(nsTableCellMap &, int, int, int)
Keywords: perf
Summary: This URL hangs Mozilla, but not IE → This URL hangs Mozilla, but not IE (nsCellMap::GetDataAt issue)
it also hangs on sparc with 20020804 .
so change its platform as all
OS: Windows XP → All
Hardware: PC → All
the first td set its colspan as 1078, that is the problem,
if remove it , it is ok.
Other tr has only one td, so set colspan as 1078 has no sense.
seems like html code error.
sorry for my mistake, this new one is hang testcase.
testcase 94285 show the differenct of mozilla and IE.
*** This bug has been marked as a duplicate of 86293 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
this is not a dupe
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 8•22 years ago
|
||
*** Bug 198827 has been marked as a duplicate of this bug. ***
Comment 9•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: REOPENED → NEW
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 10•21 years ago
|
||
*** Bug 214370 has been marked as a duplicate of this bug. ***
Comment 11•20 years ago
|
||
*** Bug 261966 has been marked as a duplicate of this bug. ***
Comment 12•19 years ago
|
||
The "hang testcase" hangs Mozilla1.7, but loads instantly in current trunk build.
Is this bug WFM, now?
Comment 13•19 years ago
|
||
I love it when difficult to debug hangs go WFM
Status: NEW → RESOLVED
Closed: 22 years ago → 19 years ago
Resolution: --- → WORKSFORME
Comment 14•19 years ago
|
||
but we need to reopen the still hanging dups
You need to log in
before you can comment on or make changes to this bug.
Description
•