Closed
Bug 38117
Opened 25 years ago
Closed 24 years ago
Crash while trying to save a view source of a message
Categories
(MailNews Core :: Networking: IMAP, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
M17
People
(Reporter: ppandit, Assigned: mscott)
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
text/html
|
Details |
using a debug mozilla build from 5/1/00 (5:40 p.m.) on Windows NT 4.0 SP5
1) Received an email message from internet.com website
2) Tried to click on a few links but there never got displayed in the message
window or in a browser window
3) Did a View Source
4) Then tried to save the the source as a file
5) Got the following crash and trace:
Unhandled exception in mozilla.exe (MSGIMAP.DLL) )xC0000005 Access Violation
ns_if_addref(nsIURI * 0x088f1a54) line 1090 + 15 bytes
nsImapMockChannel::GetURI(nsImapMockChannel * const 0x088f1890, nsIURI * *
0x0012e5c0) line 6427 + 19 bytes
XPTC_InvokeByIndex(nsISupports * 0x088f1890, unsigned int 10, unsigned int 1,
nsXPTCVariant * 0x0012e5c0) line 139
nsXPCWrappedNativeClass::CallWrappedMethod(JSContext * 0x088bb6b0,
nsXPCWrappedNative * 0x088bf540, const XPCNativeMemberDescriptor * 0x04b08f34,
nsXPCWrappedNativeClass::CallMode CALL_GETTER, unsigned int 0, long *
0x00000000, long * 0x0012ee40) line 898 + 43 bytes
nsXPCWrappedNativeClass::GetAttributeAsJSVal(JSContext * 0x088bb6b0,
nsXPCWrappedNative * 0x088bf540, const XPCNativeMemberDescriptor * 0x04b08f34,
long * 0x0012ee40) line 893
WrappedNative_GetProperty(JSContext * 0x088bb6b0, JSObject * 0x0645f108, long
53833680, long * 0x0012ee40) line 244 + 24 bytes
js_Interpret(JSContext * 0x088bb6b0, long * 0x0012efc8) line 2341 + 1446 bytes
js_Invoke(JSContext * 0x088bb6b0, unsigned int 1, unsigned int 2) line 702 + 13
bytes
js_InternalInvoke(JSContext * 0x088bb6b0, JSObject * 0x062ffcd0, long 15482008,
unsigned int 0, unsigned int 1, long * 0x0012f160, long * 0x0012f100) line 775 +
19 bytes
JS_CallFunctionValue(JSContext * 0x088bb6b0, JSObject * 0x062ffcd0, long
15482008, unsigned int 1, long * 0x0012f160, long * 0x0012f100) line 2794 + 31
bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x088bb090, void * 0x062ffcd0,
void * 0x00ec3c98, unsigned int 1, void * 0x0012f160, int * 0x0012f15c, int 0)
line 787 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x088d8584) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x087d3b80,
nsIDOMEvent * 0x088d8584, unsigned int 1, unsigned int 7) line 703 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x087d58d0, nsEvent *
0x0012fbfc, nsIDOMEvent * * 0x0012f574, unsigned int 7, nsEventStatus *
0x0012fc3c) line 1269 + 35 bytes
GlobalWindowImpl::HandleDOMEvent(GlobalWindowImpl * const 0x088bb0f0,
nsIPresContext * 0x087d58d0, nsEvent * 0x0012fbfc, nsIDOMEvent * * 0x0012f574,
unsigned int 1, nsEventStatus * 0x0012fc3c) line 386
nsWebShell::OnEndDocumentLoad(nsWebShell * const 0x088f56c0, nsIDocumentLoader *
0x088f5500, nsIChannel * 0x087d71d0, unsigned int 0) line 1162 + 56 bytes
nsDocLoaderImpl::FireOnEndDocumentLoad(nsDocLoaderImpl * 0x088f5500, nsIChannel
* 0x087d71d0, unsigned int 0) line 689
nsDocLoaderImpl::DocLoaderIsEmpty(unsigned int 0) line 519
nsDocLoaderImpl::OnStopRequest(nsDocLoaderImpl * const 0x088f5504, nsIChannel *
0x087d71d0, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 462
nsLoadGroup::RemoveChannel(nsLoadGroup * const 0x088f5bc0, nsIChannel *
0x087d71d0, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 544 + 39 bytes
nsCachedChromeChannel::HandleStopLoadEvent(PLEvent * 0x087d4150) line 545
PL_HandleEvent(PLEvent * 0x087d4150) line 575 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x0105b530) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x0010013a, unsigned int 49371, unsigned int 0,
long 17151280) line 1030 + 9 bytes
USER32! 77e71820()
0105b530()
Changing QA contact to ppandit
QA Contact: lchiang → ppandit
According to German and Jennifer, there will be no menus in the View Source
window, no saving. These menus keep coming and going. In 5/03/00 commercial
builds, you can't even get view source to display anything (alread a bug
logged).
Comment 4•25 years ago
|
||
mass fixing up crash reports (adding crash kw, raising severity). please fix
any errors
Severity: normal → critical
Keywords: crash
Assignee | ||
Comment 5•25 years ago
|
||
I'm probably not going to fix this bug since you won't be able to save a view
source of a message once the menus are properly hidden from the view source menu.
Comment 7•24 years ago
|
||
we aren't going to fix this since the menuitems won't exist.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•