Closed
Bug 46091
Opened 25 years ago
Closed 25 years ago
cache when accessing web based calendar
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jud, Assigned: neeti)
References
()
Details
(Keywords: crash)
1. goto said url.
2. login.
3. crash.
here's a stack.
mCacheEntry is null.
PRUint32 contentLength;
PRUint32 logicalLength;
mCacheEntry->GetLogicalLength(&logicalLength);
NTDLL! 77f7629c()
nsDebug::Assertion(const char * 0x015213f4
??_C@_0DJ@KMGL@You?5can?8t?5dereference?5a?5NULL?5nsC@, const char * 0x01521438
??_C@_0N@NHHF@mRawPtr?5?$CB?$DN?50?$AA@, const char * 0x01532274
??_C@_0CE@LLDK@?4?4?2?4?4?2?4?4?2?4?4?2dist?2include?2nsCOMPt@, int 649) line
246 + 13 bytes
nsDebug::PreCondition(const char * 0x015213f4
??_C@_0DJ@KMGL@You?5can?8t?5dereference?5a?5NULL?5nsC@, const char * 0x01521438
??_C@_0N@NHHF@mRawPtr?5?$CB?$DN?50?$AA@, const char * 0x01532274
??_C@_0CE@LLDK@?4?4?2?4?4?2?4?4?2?4?4?2dist?2include?2nsCOMPt@, int 649) line
342 + 21 bytes
nsCOMPtr<nsICachedNetData>::operator->() line 649 + 34 bytes
nsHTTPChannel::ResponseCompleted(nsIStreamListener * 0x0383d030, unsigned int 0,
const unsigned short * 0x00000000) line 1769 + 18 bytes
nsHTTPServerListener::OnStopRequest(nsHTTPServerListener * const 0x036a67d0,
nsIChannel * 0x036508e4, nsISupports * 0x0382cf10, unsigned int 0, const
unsigned short * 0x00000000) line 722
nsOnStopRequestEvent::HandleEvent(nsOnStopRequestEvent * const 0x02cd0c00) line
302
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x02cd2db0) line 97 + 12 bytes
PL_HandleEvent(PLEvent * 0x02cd2db0) line 587 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x0101a0c0) line 528 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x00a7077a, unsigned int 49406, unsigned int 0,
long 16883904) line 1043 + 9 bytes
USER32! 77e71820()
0101a0c0()
| Reporter | ||
Updated•25 years ago
|
I get a connection refused when I try to go to above site. Do I need to install
cartman? Where should I get it from?
Thanks,
Neeti
Status: NEW → ASSIGNED
I checked in a fix for bug 46091 which also fixes this bug.
Neeti
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Put in the wrong bug number. Checked in a fix for bug 46095, which also fixes
this.
Neeti
You need to log in
before you can comment on or make changes to this bug.
Description
•