Closed
Bug 11031
Opened 26 years ago
Closed 26 years ago
tabbing in cookie viewer crashes browser
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: morse, Assigned: gagan)
Details
Go to edit/wallet/display-cookies. On the top are displayed two tabs with the
leftmost one ("view stored cookies") being the currently-active one. Click on
the rightmost tab ("view sites that can or cannot store cookies"). You get the
crash shown below.
This is a necko regression. It used to work fine prior to the necko landing.
NTDLL! 77f76274()
nsDebug::Error(const char * 0x0a360f38, const char * 0x0a360f00, int 549) line
204 + 13 bytes
nsHTTPChannel::Open() line 549 + 21 bytes
nsHTTPChannel::AsyncRead(nsHTTPChannel * const 0x0ab89580, unsigned int 0, int
-1, nsISupports * 0x00000000, nsIStreamListener * 0x0ab896c0) line 202 + 8 bytes
nsDocumentBindInfo::Bind(nsIURI * 0x0ab89650, nsIStreamListener * 0x00000000)
line 1684 + 33 bytes
nsDocumentBindInfo::Bind(const nsString & {...}, nsIPostData * 0x00000000,
nsIStreamListener * 0x00000000) line 1620 + 16 bytes
nsDocLoaderImpl::LoadDocument(nsDocLoaderImpl * const 0x0aa8adf0, const nsString
& {...}, const char * 0x00f47dd4, nsIContentViewerContainer * 0x0aa8b280,
nsIPostData * 0x00000000, nsISupports * 0x00000000, nsIStreamObserver *
0x0aa8b460, unsigned int 0, const unsigned int 0) line 673 + 21 bytes
nsWebShell::DoLoadURL(const nsString & {...}, const char * 0x00f47dd4,
nsIPostData * 0x00000000, unsigned int 0, const unsigned int 0) line 1958
nsWebShell::LoadURL(nsWebShell * const 0x0aa8b280, const unsigned short *
0x00a346f0, const char * 0x00f47dd4, nsIPostData * 0x00000000, int 1, unsigned
int 0, const unsigned int 0) line 2121 + 31 bytes
nsWebShell::LoadURL(nsWebShell * const 0x0aa8b280, const unsigned short *
0x00a346f0, nsIPostData * 0x00000000, int 1, unsigned int 0, const unsigned int
0) line 1795
nsWebShell::HandleLinkClickEvent(nsIContent * 0x0ab6715c, nsLinkVerb
eLinkVerb_Replace, const unsigned short * 0x00a346f0, const unsigned short *
0x00a346f0, nsIPostData * 0x00000000) line 2715
OnLinkClickEvent::HandleEvent() line 2543
HandlePLEvent(OnLinkClickEvent * 0x0ab8afc0) line 2556
PL_HandleEvent(PLEvent * 0x0ab8afc0) line 509 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x0aad1970) line 470 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x039903ee, unsigned int 49387, unsigned int 0,
long 179116400) line 932 + 9 bytes
USER32! 77e71268()
0aad1970()
| Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 1•26 years ago
|
||
Oops, I just realized that this is a dup of a bug that I opened previously --
namely 10441. Sorry for the noise.
*** This bug has been marked as a duplicate of 10441 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•