Closed Bug 187765 Opened 22 years ago Closed 22 years ago

Crash [@ nsCSSFrameConstructor::ConstructTableCellFrame ]

Categories

(Core :: Layout: Tables, defect)

defect
Not set
critical

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
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
Marking INVALID.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Summary: Crash [ @ nsCSSFrameConstructor::ConstructTableCellFrame ] → Crash [@ nsCSSFrameConstructor::ConstructTableCellFrame ]
Crash Signature: [@ nsCSSFrameConstructor::ConstructTableCellFrame ]
You need to log in before you can comment on or make changes to this bug.