Closed
Bug 266360
Opened 20 years ago
Closed 20 years ago
Crash [@ nsBlockFrame::DoRemoveFrame ]
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: robert.strong.bugs, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041027 Firefox/0.9.1+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041027 Firefox/0.9.1+ The soon to be attached simplified testcase crashes @ nsBlockFrame::DoRemoveFrame - TB1564136Y. Based upon bug 211183 I am assigning the Component to Layout Block and Inline. Reproducible: Always Steps to Reproduce: 1. Open testcase Actual Results: Crash Expected Results: No crash UA's Affected: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041027 Firefox/0.9.1+ TB1564136Y and Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041027 No talkback - try as I might I was unable to get it to activate. http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB1564136Y Stack Signature nsBlockFrame::DoRemoveFrame f3502ec4 Source File, Line No. c:/builds/tinderbox/firefox/WINNT_5.0_Clobber/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 5005
| Reporter | ||
Comment 1•20 years ago
|
||
The testcase contains the following: <HTML> <HEAD> </HEAD> <BODY> <BODY STYLE=" border:10391122102cm solid #FFFFFF; float:right;"> <SPAN STYLE=" border:inherit;"></SPAN> <H1 STYLE="float:right; HEIGHT:613927841cm; border:inherit;">Test</H1> </BODY> </HTML>
| Reporter | ||
Comment 2•20 years ago
|
||
Adding keywords crash and testcase.
| Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB2067936G It is reproduced on MozillaZine-JT. http://ryuzi.dyndns.org/mozillazine/html/modules/news/
Comment 5•20 years ago
|
||
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB2160125X on Firefox 1.0 Talkbacks from comment 0 are deleted at the server. Talkbacklink from comment 4 TB2067936G is working, Mozilla trunk, Build ID 2004111904
Comment 6•20 years ago
|
||
> Talkbacklink from comment 4 TB2067936G is working, Mozilla trunk, Build ID
> 2004111904
I cannot reproduce when first access, too.
I can _sometime_ reproduce on the site(e.g., reload).
Comment 7•20 years ago
|
||
Sorry, MozillaZine-JT's problem is different problem.
Because 2004-10-07 build and older builds work fine on MozillaZine-JT,
but they don't work fine on the testcase(attachment 163640 [details]).
Comment 8•20 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041126 BuildID 2004112005 was crashing, BuildID 2004112606 is working.
Comment 9•20 years ago
|
||
I can reproduce with 2004112606 on resizing.
| Reporter | ||
Comment 10•20 years ago
|
||
This no longer crashes for me when resizing. Perhaps the checkin for bug 263825 has fixed this.
Comment 11•20 years ago
|
||
Indeed, it also doesn't crash for me anymore with the 2005-03-23 trunk build.
| Reporter | ||
Comment 12•20 years ago
|
||
Resolving WFM. I can crash with builds prior to the checkin for bug 263825 and can no longer cause a crash with builds after the checkin.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 13•16 years ago
|
||
layout/base/crashtests/266360-1.html http://hg.mozilla.org/mozilla-central/rev/b0337b6287f3
Flags: in-testsuite+
| Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ nsBlockFrame::DoRemoveFrame ]
You need to log in
before you can comment on or make changes to this bug.
Description
•