Closed
Bug 187765
Opened 22 years ago
Closed 22 years ago
Crash [@ nsCSSFrameConstructor::ConstructTableCellFrame ]
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
INVALID
People
(Reporter: wolruf, Unassigned)
Details
(Keywords: crash)
Crash Data
I can't reproduce it myself but I am filing this entry to note the regression
happened between 20030101 and 20021231:
http://ftp.mozilla.org/pub/data/crash-data/rankoutput.html
cannot find any particular culprit.
The crash happens here
// Create a block frame that will format the cell's content
2931 rv = aTableCreator.CreateTableCellInnerFrame(&aNewCellInnerFrame);
2932
2933 if (NS_FAILED(rv)) {
2934 aNewCellOuterFrame->Destroy(aPresContext);
2935 aNewCellOuterFrame = nsnull;
2936 return rv;
2937 }
the log tells line 2933 but I thought that for windows crashs they are off by one
so my guess is that the crash happens under a low memory condition at line 2934
Reporter | ||
Comment 2•22 years ago
|
||
not a regression, seems to be an isolated machine only, which build is in fact
20021230, from data collected here:
http://ftp.mozilla.org/pub/data/crash-data/seamonkey-crash-analysis-detailed.txt
Keywords: regression,
stackwanted
Reporter | ||
Comment 3•22 years ago
|
||
Marking INVALID.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Summary: Crash [ @ nsCSSFrameConstructor::ConstructTableCellFrame ] → Crash [@ nsCSSFrameConstructor::ConstructTableCellFrame ]
Updated•14 years ago
|
Crash Signature: [@ nsCSSFrameConstructor::ConstructTableCellFrame ]
You need to log in
before you can comment on or make changes to this bug.
Description
•