Closed
Bug 8250
Opened 25 years ago
Closed 25 years ago
Crash!!!! - Loading external style sheet
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: harishd, Assigned: peterl-retired)
Details
Reduced Case:
<html>
<head>
<LINK REL="stylesheet" TYPE="text/css" HREF="somestyles.css">
</head>
<body>
Hello there
</body>
</html>
Stack Trace:
CSSLoaderImpl::DidLoadStyle(nsIUnicharStreamLoader * 0x0116dd50, nsString &
{""}, SheetLoadData * 0x0116d900, unsigned int 2152398849) line 758 + 16 bytes
DoneLoadingStyle(nsIUnicharStreamLoader * 0x0116dd50, nsString & {""}, void *
0x0116d900, unsigned int 2152398849) line 549
nsUnicharStreamLoader::OnStopBinding(nsUnicharStreamLoader * const 0x0116dd54,
nsIURL * 0x0116db70, unsigned int 2152398849, unsigned short * 0x0012fe60) line
156 + 31 bytes
nsDocumentBindInfo::OnStopBinding(nsDocumentBindInfo * const 0x0116ddd0, nsIURL
* 0x0116db70, unsigned int 2152398849, unsigned short * 0x0012fe60) line 1539 +
30 bytes
nsStreamListenerProxy::OnStopBinding(nsStreamListenerProxy * const 0x0116de20,
nsIURL * 0x0116db70, unsigned int 2152398849, unsigned short * 0x0012fe60) line
772 + 30 bytes
bam_exit_routine(URL_Struct_ * 0x0116d740, int -215, MWContext_ * 0x0116dea0)
line 1428
net_CallExitRoutine(void (URL_Struct_ *, int, MWContext_ *)* 0x00434401
bam_exit_routine(URL_Struct_ *, int, MWContext_ *), URL_Struct_ * 0x0116d740,
int -215, int 38, MWContext_ * 0x0116dea0) line 1142 + 15 bytes
CallExitRoutineProxyEvent::HandleEvent(CallExitRoutineProxyEvent * const
0x0116e2e0) line 889 + 40 bytes
ProxyEvent::HandlePLEvent(PLEvent * 0x0116e2e4) line 401
PL_HandleEvent(PLEvent * 0x0116e2e4) line 491 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x01021cf0) line 452 + 9 bytes
_md_EventReceiverProc(void * 0x00510590, unsigned int 49401, unsigned int 0,
long 16915696) line 877 + 9 bytes
USER32! 77e71250()
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Error in Nisheeth's error logging code that he since fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Using 6/21 apprunner, verified bug fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•