Closed
Bug 1018
Opened 26 years ago
Closed 26 years ago
Crash on this URL
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
VERIFIED
INVALID
People
(Reporter: angus, Assigned: peterl-retired)
References
()
Details
NGLayout crashes when attempting to load this URL. I'm not sure if it's a style
thing or a layout thing.
Stack trace:
CSSStyleSheetImpl::~CSSStyleSheetImpl() line 710 + 17 bytes
CSSStyleSheetImpl::`scalar deleting destructor'() + 20 bytes
CSSStyleSheetImpl::Release(CSSStyleSheetImpl * const 0x01298970) line 715 + 146
bytes
nsDocument::~nsDocument() line 201 + 12 bytes
nsMarkupDocument::~nsMarkupDocument() line 48 + 13 bytes
nsHTMLDocument::~nsHTMLDocument() line 386 + 28 bytes
nsHTMLDocument::`scalar deleting destructor'() + 20 bytes
nsDocument::Release(nsDocument * const 0x012b7830) line 264 + 108 bytes
nsHTMLDocument::Release(nsHTMLDocument * const 0x012b7830) line 420 + 9 bytes
PresShell::~PresShell() line 357 + 18 bytes
PresShell::`scalar deleting destructor'() + 20 bytes
PresShell::Release(PresShell * const 0x01260bd0) line 304 + 32 bytes
DocumentViewerImpl::~DocumentViewerImpl() line 201 + 18 bytes
DocumentViewerImpl::`scalar deleting destructor'() + 20 bytes
DocumentViewerImpl::Release(DocumentViewerImpl * const 0x012be580) line 143 +
105 bytes
nsWebShell::Embed(nsWebShell * const 0x01255490, nsIContentViewer * 0x012bd630,
char * 0x00000000, nsISupports * 0x00000000) line 527 + 31 bytes
nsDocumentBindInfo::OnStartBinding(nsDocumentBindInfo * const 0x012bda30, nsIURL
* 0x012bda90, char * 0x012bc5e0) line 1285 + 36 bytes
OnStartBindingProxyEvent::HandleEvent(OnStartBindingProxyEvent * const
0x012bc590) line 455 + 38 bytes
StreamListenerProxyEvent::HandlePLEvent(PLEvent * 0x012bc594) line 421 + 12
bytes
PL_HandleEvent(PLEvent * 0x012bc594) line 395 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x01215ea0) line 357 + 9 bytes
_md_EventReceiverProc(void * 0x00430154, unsigned int 49326, unsigned int 0,
long 18964128) line 675 + 9 bytes
USER32! 77e71250()
That was the bug I complained about last night that rick potts kindly fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified that this URL no longer crashes Viewer (2.1.99 Mac OS & Win32 builds,
1.29.99 Linux build.)
You need to log in
before you can comment on or make changes to this bug.
Description
•