Closed
Bug 4655
Opened 26 years ago
Closed 26 years ago
Hang/Crash at Netcenter CareerCenter page
Categories
(Core :: Layout, defect, P1)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: paulmac, Assigned: kmcclusk)
References
()
Details
(Whiteboard: [Perf])
Going to http://home.netscape.com/netcenter/careercenter/index.html hangs win95
and crashes WinNT (stack below). It also crashed on Mac and hung on Unix at
various times.
This is one of the bookmarks that M4 is shipping with so maybe it should be
fixed. Will mark M4.
Here is the stack:
operator delete(void * 0xdddddddd) line 47 + 3 bytes
SinkContext::~SinkContext() line 897 + 18 bytes
SinkContext::`scalar deleting destructor'(unsigned int 1) + 15 bytes
HTMLContentSink::~HTMLContentSink() line 1429 + 31 bytes
HTMLContentSink::`scalar deleting destructor'(unsigned int 1) + 15 bytes
HTMLContentSink::Release(HTMLContentSink * const 0x0126fd30) line 1442 + 99
bytes
nsParser::~nsParser() line 166 + 27 bytes
nsParser::`vector deleting destructor'(unsigned int 1) + 65 bytes
nsParser::Release(nsParser * const 0x0126e410) line 175 + 99 bytes
nsDocumentBindInfo::OnStopBinding(nsDocumentBindInfo * const 0x0127f7c0, nsIURL
* 0x0127f8d0, unsigned int 0, unsigned short * 0x01dd7780) line 1999 + 27 bytes
OnStopBindingProxyEvent::HandleEvent(OnStopBindingProxyEvent * const 0x01dd7730)
line 591 + 45 bytes
StreamListenerProxyEvent::HandlePLEvent(PLEvent * 0x01dd7734) line 471 + 12
bytes
PL_HandleEvent(PLEvent * 0x01dd7734) line 476 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00edf530) line 437 + 9 bytes
_md_EventReceiverProc(void * 0x003002e0, unsigned int 49358, unsigned int 0,
long 15594800) line 799 + 9 bytes
USER32! 7
Reporter | ||
Updated•26 years ago
|
Target Milestone: M4
Assignee: rickg → kmcclusk
Severity: normal → critical
Status: ASSIGNED → NEW
Priority: P3 → P1
Kevin--This bug is a total performance KILLER. Please make it a priority to fix
this one. Call kipp for a hint at how to make it fast. The problem is that the
options in the select tag cause reflow to occur an inordinate number of times.
Reporter | ||
Comment 3•26 years ago
|
||
is this a dup of 4728 and 4387?
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•26 years ago
|
||
This is fixed now. Good job kevin ;-) Actually it looks like pollman fixed it.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Fixed in April 13th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•