Closed
Bug 121591
Opened 24 years ago
Closed 23 years ago
This URL crashes Mozilla (nightly build as of 2002-Jan-24
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: lars, Assigned: attinasi)
References
()
Details
(Keywords: crash, regression, testcase)
Attachments
(4 files)
Mozilla crashes immediately after selecting the above URL (and before anything
is displayed).
If the above URL doesn't work (it looks as if there may be some kind of
per-session information embedded in it), try the following:
http://jobs.boston.com/texis/js?view=2&lookid=boston&q=unix+analyst&qMatch=all&qField=Title&qInd=&qLoc=ma&qMiles=&qcompid=&qSort=date&Search.x=64&Search.y=14
That ought to bring up a single result, which is the job listing that is
crashing Mozilla on my system.
Comment 1•24 years ago
|
||
Reporter: Please always use severity level "critical" for crashes.
Comment 2•24 years ago
|
||
True with w2k 2002012304. Reporter change OS => ALL.
Talk back does not seem to work Will post talkback ID when I'll get the ID.
Comment 3•24 years ago
|
||
Build ID: 2002 01 23 04. Windows 2000.
I can reproduce the crash. An incident is queued, but "talkback.netscape.com"
seems to be down...
Comment 4•24 years ago
|
||
Talkback ID is TB2053931Y.
Confirming on Linux, marking NEW, OS=ALL as per comments, severity critical.
From gdb backtrace it looks like XPCOM. Reassigning. Backtrace follows.
Severity: major → critical
Status: UNCONFIRMED → NEW
Component: Browser-General → XPCOM
Ever confirmed: true
OS: Linux → All
Comment 7•24 years ago
|
||
The Incident ID of my crash: TB2053407Z
Comment 8•24 years ago
|
||
Also crashes on macosX. Platform should be => ALL.
Comment 9•24 years ago
|
||
-> Default owner (also crashing on win2k)
Could be layout related because of the nsCSSFrameConstructor stuff and this
assertitions before the crash:
###!!! ASSERTION: frame was not removed from primary frame map before destructio
n or was readded to map after being removed: '!PL_DHASH_ENTRY_IS_BUSY(entry) ||
entry->frame != aFrame', file D:\moz_source\normal\mozilla\layout\html\base\src\
nsFrameManager.cpp, line 1003
CC dbaron (is this bug layout related ?)
Assignee: asa → dougt
QA Contact: doronr → scc
Comment 10•24 years ago
|
||
Matti can you cahnge Platform to all ?
Comment 11•24 years ago
|
||
I would first have the client of xpcom take a look at this... html frames?
Assignee: dougt → eric
Component: XPCOM → HTMLFrames
QA Contact: scc → amar
Updated•24 years ago
|
Hardware: PC → All
->Layout
Assignee: eric → attinasi
Component: HTMLFrames → Layout
QA Contact: amar → petersen
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.9
Comment 15•24 years ago
|
||
The basice structure of this test case is the following:
HTML-- > TABLE --> FONT --> HTML --> TABLE --> TABLE --> FORM
Assignee | ||
Comment 17•24 years ago
|
||
Assignee | ||
Comment 18•24 years ago
|
||
Looking at this, I do not think it is all that critical. Sure, it crashes, but
the markup is very bad and very specific - I do not think it is the most serious
crasher we have. I wanted to look at it because I have seen that assertion more
than I'd like - I'll downgrade to a P2 for now only because I have other more
common crashers to look at, and hopefully I can get back to this one in the
current milestone.
Assignee | ||
Comment 19•24 years ago
|
||
BTW: this is a regerssion, Netscape 6.2.1 works fine :)
Assignee | ||
Comment 20•24 years ago
|
||
How did this get marked fixed? Sheesh, reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Comment 21•24 years ago
|
||
Marking nsbeta1- based on Marc's comment "markup is very bad and very specific"
Assignee | ||
Comment 22•24 years ago
|
||
Moving out to 1.0.1 for nsbeta1-
Target Milestone: mozilla0.9.9 → mozilla1.0.1
Assignee | ||
Comment 23•23 years ago
|
||
Moving Mozilla 1.01 bugs to 'future' milestone with priority P1
I will be pulling bugs from 'future' milestones when scheduling later work.
Priority: P2 → P1
Target Milestone: mozilla1.0.1 → Future
Comment 24•23 years ago
|
||
I'm not crashing on a win2k debug build. wfm.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → WORKSFORME
Comment 25•23 years ago
|
||
Verified WFM in the April 23rd build OS X(2002-04-23-08) and Windows ME
(2002-04-23-06).
Status: RESOLVED → VERIFIED
Comment 26•17 years ago
|
||
Crashtest added as part of http://hg.mozilla.org/mozilla-central/rev/54417ebbaea2
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•