Closed Bug 649323 Opened 14 years ago Closed 4 years ago

hang sending large message. suspect socket transport service deadlock if it is used on two separate threads. Using SSL seems to make it worse.

Categories

(MailNews Core :: Networking, defect)

x86
Windows Vista
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: wsmwk, Unassigned)

References

Details

(Keywords: hang, reproducible)

Attachments

(1 file, 1 obsolete file)

Attached file stacktrace from windbg
hang sending large message to wsm0 account from wsm0 account
My guess is that it's these two threads that are blocking things. The issue seems to be in the socket transport service, though perhaps the mailnews code is doing something that it doesn't like. Neither the smtp or pop3 code was using nsAutoMonitor so it wasn't changed with all the recent monitor changes. ***** The UI thread is doing this: ****** 002fb2a4 775e5470 ntdll!KiFastSystemCallRet 002fb2a8 775bde5a ntdll!NtWaitForSingleObject+0xc 002fb30c 775bdd3d ntdll!RtlpWaitOnCriticalSection+0x155 *** WARNING: Unable to verify checksum for C:\Program Files\mozilla.org\TB 3.3a 20110412\nspr4.dll 002fb334 737d6037 ntdll!RtlEnterCriticalSection+0x152 *** WARNING: Unable to verify checksum for C:\Program Files\mozilla.org\TB 3.3a 20110412\xul.dll 002fb344 5674766f nspr4!PR_Lock(struct PRLock * lock = 0x568d8f18)+0x17 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\nsprpub\pr\src\threads\combined\prulock.c @ 234] 002fb350 568d8ebf xul!nsAutoLock::nsAutoLock(struct PRLock * aLock = 0x568d8f18)+0x17 [e:\buildbot\win32-comm-2.0-nightly\build\objdir-tb\mozilla\dist\include\nsautolock.h @ 222] 002fb36c 568d8f18 xul!nsSocketTransportService::GetThreadSafely(void)+0x14 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransportservice2.cpp @ 113] 002fb380 568e7b4c xul!nsSocketTransportService::Dispatch(class nsIRunnable * event = 0x040cdfa0, unsigned int flags = 0)+0x2f [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransportservice2.cpp @ 123] 002fb39c 568e8cc9 xul!nsSocketTransport::PostEvent(unsigned int type = 3, unsigned int status = 0, class nsISupports * param = 0x00000000)+0x82 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransport2.cpp @ 889] 002fb3ac 57186abf xul!nsSocketTransport::SetTimeout(unsigned int type = 0x839400, unsigned int value = 0x6e)+0x39 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransport2.cpp @ 1905] 002fb3e8 56ef64fc xul!nsMsgProtocol::OpenNetworkSocketWithInfo(char * aHostName = 0x00839400 "???", int aGetPort = 110, char * connectionType = 0x00000000 "", class nsIProxyInfo * aProxyInfo = 0x00000000, class nsIInterfaceRequestor * callbacks = 0x00000000)+0x13b [e:\buildbot\win32-comm-2.0-nightly\build\mailnews\base\util\nsmsgprotocol.cpp @ 188] 002fb454 56ee6ac1 xul!nsPop3Protocol::Initialize(class nsIURI * aURL = 0x04005868)+0x2e9 [e:\buildbot\win32-comm-2.0-nightly\build\mailnews\local\src\nspop3protocol.cpp @ 588] 002fb480 56ee6d15 xul!nsPop3Service::RunPopUrl(class nsIMsgIncomingServer * aServer = 0x00000000, class nsIURI * aUrlToRun = 0x04005868)+0x87 [e:\buildbot\win32-comm-2.0-nightly\build\mailnews\local\src\nspop3service.cpp @ 285] 002fb4d8 56ee6f16 xul!nsPop3Service::GetMail(int downloadNewMail = 1, class nsIMsgWindow * aMsgWindow = 0x077f9f10, class nsIUrlListener * aUrlListener = 0x00000000, class nsIMsgFolder * aInbox = 0x07376ea0, class nsIPop3IncomingServer * aPopServer = 0x0653531c, class nsIURI ** aURL = 0x002fb544)+0x1d5 [e:\buildbot\win32-comm-2.0-nightly\build\mailnews\local\src\nspop3service.cpp @ 164] 002fb4f8 56ef13b3 xul!nsPop3Service::GetNewMail(class nsIMsgWindow * aMsgWindow = 0x077f9f10, class nsIUrlListener * aUrlListener = 0x00000000, class nsIMsgFolder * aInbox = 0x07376ea0, class nsIPop3IncomingServer * aPopServer = 0x0653531c, class nsIURI ** aURL = 0x002fb544)+0x1c [e:\buildbot\win32-comm-2.0-nightly\build\mailnews\local\src\nspop3service.cpp @ 104] 002fb554 57044693 xul!nsPop3IncomingServer::GetNewMessages(class nsIMsgFolder * aFolder = 0x07376ea0, class nsIMsgWindow * aMsgWindow = 0x077f9f10, class nsIUrlListener * aUrlListener = 0x00000000)+0x210 [e:\buildbot\win32-comm-2.0-nightly\build\mailnews\local\src\nspop3incomingserver.cpp @ 588] 002fb578 56d20542 xul!NS_InvokeByIndex_P(class nsISupports * that = 0x065352a0, unsigned int methodIndex = 0x3d, unsigned int paramCount = 3, struct nsXPTCVariant * params = 0x002fb5c4)+0x27 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\xpcom\reflect\xptcall\src\md\win32\xptcinvoke.cpp @ 103] 002fb830 56d154ca xul!XPCWrappedNative::CallMethod(class XPCCallContext * ccx = 0x002fb860, XPCWrappedNative::CallMode mode = CALL_METHOD (0))+0xb30 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\js\src\xpconnect\src\xpcwrappednative.cpp @ 2354] *** WARNING: Unable to verify checksum for C:\Program Files\mozilla.org\TB 3.3a 20110412\mozjs.dll 002fb8ec 63a23aa0 xul!XPC_WN_CallMethod(struct JSContext * cx = 0x0530ff60, unsigned int argc = 3, unsigned int64 * vp = 0x039a02e8)+0x10b [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp @ 1613] ***** and the thread handling the smtp io is doing this: ***** 0820f89c 737da863 nspr4!socket_io_wait(int osfd = <Memory access error>, int fd_type = <Memory access error>, unsigned int timeout = 0)+0x2cf [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\nsprpub\pr\src\md\windows\w95sock.c @ 616] 0820f8bc 737d4563 nspr4!_PR_MD_SEND(struct PRFileDesc * fd = <Memory access error>, void * buf = <Memory access error>, int amount = <Memory access error>, int flags = <Memory access error>, unsigned int timeout = <Memory access error>)+0x63 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\nsprpub\pr\src\md\windows\w95sock.c @ 362] 0820f8e8 737d45c8 nspr4!SocketSend(struct PRFileDesc * fd = <Memory access error>, void * buf = <Memory access error>, int amount = <Memory access error>, int flags = <Memory access error>, unsigned int timeout = <Memory access error>)+0xa3 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\nsprpub\pr\src\io\prsocket.c @ 681] 0820f900 737c4c06 nspr4!SocketWrite(struct PRFileDesc * fd = 0x5703c671, void * buf = 0x0089d808, int amount = 70525728)+0x18 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\nsprpub\pr\src\io\prsocket.c @ 701] 0820f910 568d8d2b nspr4!PR_SetPollableEvent(struct PRFileDesc * event = 0x5703c671)+0x16 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\nsprpub\pr\src\io\prpolevt.c @ 232] 0820f928 5703c671 xul!nsSocketTransportService::OnDispatchedEvent(class nsIThreadInternal * thread = 0x04342320)+0x22 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransportservice2.cpp @ 533] 0820f948 5703c71e xul!nsThread::PutEvent(class nsIRunnable * event = 0x0089d808)+0x81 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\xpcom\threads\nsthread.cpp @ 397] 0820f95c 568d8f41 xul!nsThread::Dispatch(class nsIRunnable * event = 0x05de2208, unsigned int flags = 0)+0x9e [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\xpcom\threads\nsthread.cpp @ 433] 0820f978 5702b5e1 xul!nsSocketTransportService::Dispatch(class nsIRunnable * event = 0x05de2208, unsigned int flags = 0)+0x58 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransportservice2.cpp @ 126] 0820f98c 5702b79e xul!nsAStreamCopier::PostContinuationEvent_Locked(void)+0x1f [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\xpcom\io\nsstreamutils.cpp @ 472] 0820f9a0 5702b889 xul!nsAStreamCopier::PostContinuationEvent(void)+0x1a [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\xpcom\io\nsstreamutils.cpp @ 462] 0820f9a4 568e7761 xul!nsAStreamCopier::OnOutputStreamReady(class nsIAsyncOutputStream * sink = 0x05de2204)+0xc [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\xpcom\io\nsstreamutils.cpp @ 433] 0820f9c4 568e8773 xul!nsSocketOutputStream::OnSocketReady(unsigned int condition = 0x5de2204)+0x88 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransport2.cpp @ 516] 0820f9d8 568d94b0 xul!nsSocketTransport::OnSocketReady(struct PRFileDesc * fd = 0x568d9709, short outFlags = 0)+0x7d [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransport2.cpp @ 1522] 0820fa04 568d9709 xul!nsSocketTransportService::DoPollIteration(int wait = 0)+0x1f1 [e:\buildbot\win32-comm-2.0-nightly\build\mozilla\netwerk\base\src\nssockettransportservice2.cpp @ 699]
was reproducible (on home laptop) 4 or 4 times with an imap account. I eventually sent a small version of the file using a pop account.
Keywords: reproducible
Hmm. That second stack just looks like a normal socket waiting on the network; it's not in any synchronization primitives....
I've got a hang here myself and I grabbed some info using a utility called "WhatIsHang" (I know it's a weird name). Sending a PDF through comcast.net using SSL for my SMTP connection. Attached PDF file is only 718kb I will attach my report as ThunderbirdHangReport.txt
Mark, thanks for looking at this. unfortunately, your report isn't useful because it lacks thunderbird symbols. to get a stack with symbols please see https://developer.mozilla.org/En/How_to_get_a_stacktrace_with_windbg - substitute "thunderbird" where you see "firefox", and use "-hang" instead of "-f"
bienvenu, is this stack+report likely not very useful, almost a year later? If not I'm happy to close this - have not seen this nor bug 535070 in recent months. Plus Mark wrote me a while back "It seemed to be a problem as others started reporting, when sending large emails via SSL only. Apparently not using SSL would work more quickly. " and that he no longer sees the problem
I suspect this is similar to the bug Irving has been looking at where the socket transport service has a deadlock in some situations if it is used on two separate threads. And SSL does seem to exacerbate it quite a bit.
Depends on: 698882
Comment on attachment 535889 [details] Hang report from WhatIsHang, for Thunderbird >Hang report for C:\Program Files\Mozilla Thunderbird\thunderbird.exe >Generated by using WhatIsHang on 5/28/2011 7:20:09 PM >Web site: http://www.nirsoft.net > > >Remarks: >* The program hangs in a single system call. You can look in the call stack and stack data to find out which API function cause this hang. > > >Strings found in the stack: >about:blank >moz-nullprincipal:{e8db64fa-9ae5-4464-852c-93216c8c895c} >nsSocketTransportService::NotifyWhenCanAttachSocket > >timer-callback >|$$PSWÇD$ > > >Modules found in the stack: >C:\Program Files\Mozilla Thunderbird\xpcom_core.dll , Mozilla Foundation , Thunderbird, >C:\Program Files\Mozilla Thunderbird\nspr4.dll , Mozilla Foundation , Netscape Portable Runtime, NSPR Library >C:\Program Files\Mozilla Thunderbird\MOZCRT19.dll , Mozilla Foundation , Mozilla Custom C Runtime, User-Generated Microsoft (R) C/C++ Runtime Library >C:\Program Files\Mozilla Thunderbird\plds4.dll , Mozilla Foundation , Netscape Portable Runtime, PLDS Library > > >Execute Address: >7C90E514 ntdll.dll!KiFastSystemCallRet > >Call Stack: >0012FB2C 7C901046 ntdll.dll!RtlEnterCriticalSection+0x46 >0012FB6C 0046A0BA thunderbird.exe+0x6a0ba >0012FB94 0046AE55 thunderbird.exe+0x6ae55 >0012FC04 0104DD0D xpcom_core.dll+0x2dd0d >0012FC50 010261E1 xpcom_core.dll!?NS_ProcessNextEvent_P@@YAHPAVnsIThread@@H@Z+0x20 >0012FC64 0057D25E thunderbird.exe+0x17d25e >0012FEB0 00690062 thunderbird.exe+0x290062 >00720065 4E3805C7 > > >Stack Data: >0012FAA4 7C90DF5A ntdll.dll!NtWaitForSingleObject+0xc >0012FAA8 7C919B23 ntdll.dll!RtlpWaitForCriticalSection+0x8c >0012FAAC 00000410 >0012FAB0 00000000 >0012FAB4 00000000 >0012FAB8 019AD470 >0012FABC 01930140 >0012FAC0 05910330 >0012FAC4 0012FBCC >0012FAC8 014D07F8 >0012FACC 00000014 >0012FAD0 00000001 >0012FAD4 00000000 >0012FAD8 00000000 >0012FADC 00000010 >0012FAE0 00000000 >0012FAE4 00000030 >0012FAE8 00000000 >0012FAEC 00000000 >0012FAF0 00000001 >0012FAF4 0012FAC0 >0012FAF8 00160148 >0012FAFC 0012FB5C >0012FB00 7E44048F USER32.dll!DeregisterShellHookWindow+0x1cf >0012FB04 7E418830 USER32.dll!GetDC+0x169 >0012FB08 FFFFFFFF >0012FB0C 7E41882A USER32.dll!GetDC+0x163 >0012FB10 7E4189CD USER32.dll!GetWindowLongW+0x127 >0012FB14 00000000 >0012FB18 0057D517 thunderbird.exe+0x17d517 >0012FB1C 00160148 >0012FB20 0000C1CD >0012FB24 00000000 >0012FB28 00000410 >0012FB2C 0012FB6C >0012FB30 7C901046 ntdll.dll!RtlEnterCriticalSection+0x46 >0012FB34 009AD48C thunderbird.exe+0x5ad48c >0012FB38 003A6037 nspr4.dll!PR_Lock+0x17 >0012FB3C 019AD48C >0012FB40 019AD470 >0012FB44 0190B800 >0012FB48 0043965F thunderbird.exe+0x3965f >0012FB4C 019AD470 >0012FB50 04D35B60 >0012FB54 05901920 >0012FB58 05910330 >0012FB5C 004396B2 thunderbird.exe+0x396b2 >0012FB60 0012FB74 >0012FB64 05901920 >0012FB68 00CD3C78 thunderbird.exe+0x8d3c78 >0012FB6C 0012FB94 >0012FB70 0046A0BA thunderbird.exe+0x6a0ba >0012FB74 0190B804 >0012FB78 04D35B60 >0012FB7C 00000000 >0012FB80 01988E94 >0012FB84 010694F0 xpcom_core.dll+0x494f0 >0012FB88 00000003 >0012FB8C 05901920 >0012FB90 00000001 >0012FB94 0012FC04 >0012FB98 0046AE55 thunderbird.exe+0x6ae55 >0012FB9C 0046ADC3 thunderbird.exe+0x6adc3 >0012FBA0 00000000 >0012FBA8 00448294 thunderbird.exe+0x48294 >0012FBB0 003A9EBF nspr4.dll!_PR_MD_UNLOCK+0x1f >0012FBB8 003A6062 nspr4.dll!PR_Unlock+0x22 >0012FBC0 0104BD19 xpcom_core.dll!?GetEvent@nsEventQueue@@QAEHHPAPAVnsIRunnable@@@Z+0x83 >0012FBC8 0039CC60 nspr4.dll!PR_IntervalNow >0012FBDC 003A887C nspr4.dll+0x1887c >0012FBF4 0104EC61 xpcom_core.dll!?NS_SetGlobalThreadObserver@@YAIPAVnsIThreadObserver@@@Z+0xa7e >0012FBFC 00446200 thunderbird.exe+0x46200 >0012FC08 0104DD0D xpcom_core.dll+0x2dd0d >0012FC14 010694F0 xpcom_core.dll+0x494f0 >0012FC28 0104DE8B xpcom_core.dll+0x2de8b >0012FC30 0104E644 xpcom_core.dll!?NS_SetGlobalThreadObserver@@YAIPAVnsIThreadObserver@@@Z+0x461 >0012FC3C 0105D930 xpcom_core.dll!??1nsACString_internal@@QAE@XZ >0012FC54 010261E1 xpcom_core.dll!?NS_ProcessNextEvent_P@@YAHPAVnsIThread@@H@Z+0x20 >0012FC68 0057D25E thunderbird.exe+0x17d25e >0012FC74 01022629 xpcom_core.dll!??1nsCOMPtr_base@@QAE@XZ >0012FC7C 0094D75D thunderbird.exe+0x54d75d >0012FC88 00406991 thunderbird.exe+0x6991 >0012FCA4 78193AD3 MOZCRT19.dll!memcpy_s+0x53 >0012FCFC 0107F040 xpcom_core.dll+0x5f040 >0012FD20 00C1385C thunderbird.exe+0x81385c >0012FD24 00C13848 thunderbird.exe+0x813848 >0012FD58 00C13330 thunderbird.exe+0x813330 >0012FD64 00C13384 thunderbird.exe+0x813384 >0012FD74 010635D0 xpcom_core.dll!??_7nsCreateInstanceByContractID@@6B@ >0012FD78 00C12A10 thunderbird.exe+0x812a10 >0012FD9C 00C13354 thunderbird.exe+0x813354 >0012FDA4 00947110 thunderbird.exe+0x547110 >0012FDE0 0105F71D xpcom_core.dll!?FindCharInReadable@@YAHGAAV?$nsReadingIterator@G@@ABV1@@Z+0x3e >0012FDEC 0105DBB2 xpcom_core.dll!?Assign@nsAString_internal@@QAIXABV1@@Z+0x64 >0012FDFC 010387A0 xpcom_core.dll+0x187a0 >0012FE18 01041980 xpcom_core.dll!?AddRef@nsHashPropertyBag@@UAGKXZ+0xe >0012FE20 01023BB7 xpcom_core.dll!?NS_TableDrivenQI@@YIIPAXPBUQITableEntry@@ABUnsID@@PAPAX@Z+0x3b >0012FE30 010380E9 xpcom_core.dll+0x180e9 >0012FE3C 0105D92D xpcom_core.dll!?CountChar@nsAString_internal@@QBIIG@Z+0x110 >0012FE48 0103B65F xpcom_core.dll!NS_NewNativeLocalFile_P+0x20a >0012FE54 0103B66E xpcom_core.dll!NS_NewNativeLocalFile_P+0x219 >0012FEA8 00750000 thunderbird.exe+0x350000 >0012FEAC 0064006E thunderbird.exe+0x24006e >0012FEB0 00720065 thunderbird.exe+0x320065 >0012FEB4 00690062 thunderbird.exe+0x290062 >0012FEB8 00640072 thunderbird.exe+0x240072 >0012FEDC 01023BB7 xpcom_core.dll!?NS_TableDrivenQI@@YIIPAXPBUQITableEntry@@ABUnsID@@PAPAX@Z+0x3b >0012FEEC 010380E9 xpcom_core.dll+0x180e9 >0012FEFC 01022635 xpcom_core.dll!??1nsCOMPtr_base@@QAE@XZ+0xc >0012FF04 00401CCF thunderbird.exe!XRE_CreateAppData+0xcc >0012FF20 00401652 thunderbird.exe+0x1652 >0012FF38 00C11CB4 thunderbird.exe+0x811cb4 >0012FF50 00401759 thunderbird.exe+0x1759 >0012FF5C 7C809842 kernel32.dll!InterlockedCompareExchange >0012FF84 00C02EB2 thunderbird.exe+0x802eb2 >0012FFA4 00C03DC1 thunderbird.exe+0x803dc1 >0012FFB4 00C038CD thunderbird.exe+0x8038cd >0012FFC4 7C817077 kernel32.dll!RegisterWaitForInputIdle+0x49 >0012FFE4 7C839AD8 kernel32.dll!ValidateLocale+0x2b0 >0012FFE8 7C817080 kernel32.dll!RegisterWaitForInputIdle+0x52 >0012FFF8 00C03030 thunderbird.exe+0x803030 >00130174 003A0043 nspr4.dll!PR_QueueJob_Timer+0x213 >00130178 0057005C thunderbird.exe+0x17005c >0013017C 004E0049 thunderbird.exe+0xe0049 >00130180 004F0044 thunderbird.exe+0xf0044 >00130184 00530057 thunderbird.exe+0x130057 >00130188 0057005C thunderbird.exe+0x17005c >0013018C 006E0069 thunderbird.exe+0x2e0069 >00130190 00780053 thunderbird.exe+0x380053 >00130194 005C0073 thunderbird.exe+0x1c0073 >00130278 0069004D thunderbird.exe+0x29004d >0013027C 00720063 thunderbird.exe+0x320063 >00130280 0073006F thunderbird.exe+0x33006f >00130284 0066006F thunderbird.exe+0x26006f >0013028C 00690057 thunderbird.exe+0x290057 >00130290 0064006E thunderbird.exe+0x24006e >00130294 0077006F thunderbird.exe+0x37006f >0013029C 00790053 thunderbird.exe+0x390053 >001302A0 00740073 thunderbird.exe+0x340073 >001302A4 006D0065 thunderbird.exe+0x2d0065 >001302A8 006F0043 thunderbird.exe+0x2f0043 >001302AC 0070006D thunderbird.exe+0x30006d >001302B0 00740061 thunderbird.exe+0x340061 >001302B4 00620069 thunderbird.exe+0x220069 >001302B8 0065006C thunderbird.exe+0x25006c >001302BC 0070002C thunderbird.exe+0x30002c >001302C0 006F0072 thunderbird.exe+0x2f0072 >001302C4 00650063 thunderbird.exe+0x250063 >001302C8 00730073 thunderbird.exe+0x330073 >001302CC 0072006F thunderbird.exe+0x32006f >001302D0 00720041 thunderbird.exe+0x320041 >001302D4 00680063 thunderbird.exe+0x280063 >001302D8 00740069 thunderbird.exe+0x340069 >001302DC 00630065 thunderbird.exe+0x230065 >001302E0 00750074 thunderbird.exe+0x350074 >001302E4 00650072 thunderbird.exe+0x250072 >001302F4 0070002C thunderbird.exe+0x30002c >001302F8 00620075 thunderbird.exe+0x220075 >001302FC 0069006C thunderbird.exe+0x29006c >00130300 004B0063 thunderbird.exe+0xb0063 >00130304 00790065 thunderbird.exe+0x390065 >00130308 006F0054 thunderbird.exe+0x2f0054 >0013030C 0065006B thunderbird.exe+0x25006b >00130310 003D006E plds4.dll+0x6e >00130318 00390035 nspr4.dll+0x35 >0013031C 00620035 thunderbird.exe+0x220035 >00130328 00630034 thunderbird.exe+0x230034 >0013032C 00660063 thunderbird.exe+0x260063 >00130330 00640031 thunderbird.exe+0x240031 >00130338 0074002C thunderbird.exe+0x34002c >0013033C 00700079 thunderbird.exe+0x300079 >00130340 003D0065 plds4.dll+0x65 >00130344 00770022 thunderbird.exe+0x370022 >00130348 006E0069 thunderbird.exe+0x2e0069 >00130354 00650076 thunderbird.exe+0x250076 >00130358 00730072 thunderbird.exe+0x330072 >0013035C 006F0069 thunderbird.exe+0x2f0069 >00130360 003D006E plds4.dll+0x6e >00130380 00530022 thunderbird.exe+0x130022 >00130384 00730079 thunderbird.exe+0x330079 >00130388 00650074 thunderbird.exe+0x250074 >00130390 00650044 thunderbird.exe+0x250044 >00130394 00610066 thunderbird.exe+0x210066 >00130398 006C0075 thunderbird.exe+0x2c0075 >001303A0 006F0043 thunderbird.exe+0x2f0043 >001303A4 0074006E thunderbird.exe+0x34006e >001303A8 00780065 thunderbird.exe+0x380065 >001303B0 0069004D thunderbird.exe+0x29004d >001303B4 00720063 thunderbird.exe+0x320063 >001303B8 0073006F thunderbird.exe+0x33006f >001303BC 0066006F thunderbird.exe+0x26006f >001303C4 00690057 thunderbird.exe+0x290057 >001303C8 0064006E thunderbird.exe+0x24006e >001303CC 0077006F thunderbird.exe+0x37006f >001303D4 00640047 thunderbird.exe+0x240047 >001303D8 00500069 thunderbird.exe+0x100069 >001303DC 0075006C thunderbird.exe+0x35006c >00130448 0069004D thunderbird.exe+0x29004d >0013044C 00720063 thunderbird.exe+0x320063 >00130450 0073006F thunderbird.exe+0x33006f >00130454 0066006F thunderbird.exe+0x26006f >0013045C 00690057 thunderbird.exe+0x290057 >00130460 0064006E thunderbird.exe+0x24006e >00130464 0077006F thunderbird.exe+0x37006f >0013046C 00640047 thunderbird.exe+0x240047 >00130470 00500069 thunderbird.exe+0x100069 >00130474 0075006C thunderbird.exe+0x35006c >0013047C 00720070 thunderbird.exe+0x320070 >00130480 0063006F thunderbird.exe+0x23006f >00130484 00730065 thunderbird.exe+0x330065 >00130488 006F0073 thunderbird.exe+0x2f0073 >0013048C 00410072 thunderbird.exe+0x10072 >00130490 00630072 thunderbird.exe+0x230072 >00130494 00690068 thunderbird.exe+0x290068 >00130498 00650074 thunderbird.exe+0x250074 >0013049C 00740063 thunderbird.exe+0x340063 >001304A0 00720075 thunderbird.exe+0x320075 >001304A4 003D0065 plds4.dll+0x65 >001304A8 00780022 thunderbird.exe+0x380022 >001304B4 00750070 thunderbird.exe+0x350070 >001304B8 006C0062 thunderbird.exe+0x2c0062 >001304BC 00630069 thunderbird.exe+0x230069 >001304C0 0065004B thunderbird.exe+0x25004b >001304C4 00540079 thunderbird.exe+0x140079 >001304C8 006B006F thunderbird.exe+0x2b006f >001304CC 006E0065 thunderbird.exe+0x2e0065 >001304E8 00630063 thunderbird.exe+0x230063 >001304F0 00660064 thunderbird.exe+0x260064 >001304F8 00790074 thunderbird.exe+0x390074 >001304FC 00650070 thunderbird.exe+0x250070 >00130504 00690077 thunderbird.exe+0x290077 >00130510 0076002C thunderbird.exe+0x36002c >00130514 00720065 thunderbird.exe+0x320065 >00130518 00690073 thunderbird.exe+0x290073 >0013051C 006E006F thunderbird.exe+0x2e006f >0013053C 00390030 nspr4.dll+0x30 >00130540 00430022 thunderbird.exe+0x30022 >00130544 005C003A thunderbird.exe+0x1c003a >00130548 00490057 thunderbird.exe+0x90057 >0013054C 0044004E thunderbird.exe+0x4004e >00130550 0057004F thunderbird.exe+0x17004f >00130554 005C0053 thunderbird.exe+0x1c0053 >00130558 00690057 thunderbird.exe+0x290057 >0013055C 0053006E thunderbird.exe+0x13006e >00130560 00530078 thunderbird.exe+0x130078 >00130564 004D005C thunderbird.exe+0xd005c >00130568 006E0061 thunderbird.exe+0x2e0061 >0013056C 00660069 thunderbird.exe+0x260069 >00130570 00730065 thunderbird.exe+0x330065 >00130574 00730074 thunderbird.exe+0x330074 >00130578 0078005C thunderbird.exe+0x38005c >00130580 004D005F thunderbird.exe+0xd005f >00130584 00630069 thunderbird.exe+0x230069 >00130588 006F0072 thunderbird.exe+0x2f0072 >0013058C 006F0073 thunderbird.exe+0x2f0073 >00130590 00740066 thunderbird.exe+0x340066 >00130594 0057002E thunderbird.exe+0x17002e >00130598 006E0069 thunderbird.exe+0x2e0069 >0013059C 006F0064 thunderbird.exe+0x2f0064 >001305A0 00730077 thunderbird.exe+0x330077 >001305A4 0047002E thunderbird.exe+0x7002e >001305A8 00690064 thunderbird.exe+0x290064 >001305AC 006C0050 thunderbird.exe+0x2c0050 >001305B0 00730075 thunderbird.exe+0x330075 >001305B8 00390035 nspr4.dll+0x35 >001305BC 00620035 thunderbird.exe+0x220035 >001305C8 00630034 thunderbird.exe+0x230034 >001305CC 00660063 thunderbird.exe+0x260063 >001305D0 00640031 thunderbird.exe+0x240031 >001305D4 005F0066 thunderbird.exe+0x1f0066 >001305F0 00390030 nspr4.dll+0x30 >001305F4 0078005F thunderbird.exe+0x38005f >001305F8 0077002D thunderbird.exe+0x37002d >001305FC 005F0077 thunderbird.exe+0x1f0077 >00130604 00610064 thunderbird.exe+0x210064 >00130610 004D002E thunderbird.exe+0xd002e >00130614 006E0061 thunderbird.exe+0x2e0061 >00130618 00660069 thunderbird.exe+0x260069 >0013061C 00730065 thunderbird.exe+0x330065 >00130628 005F0036 thunderbird.exe+0x1f0036 >0013062C 0069004D thunderbird.exe+0x29004d >00130630 00720063 thunderbird.exe+0x320063 >00130634 0073006F thunderbird.exe+0x33006f >00130638 0066006F thunderbird.exe+0x26006f >00130640 00690057 thunderbird.exe+0x290057 >00130644 0064006E thunderbird.exe+0x24006e >00130648 0077006F thunderbird.exe+0x37006f >00130650 00640047 thunderbird.exe+0x240047 >00130654 00500069 thunderbird.exe+0x100069 >00130658 0075006C thunderbird.exe+0x35006c >0013065C 005F0073 thunderbird.exe+0x1f0073 >00130674 00630063 thunderbird.exe+0x230063 >0013067C 00660064 thunderbird.exe+0x260064 >0013069C 005F0039 thunderbird.exe+0x1f0039 >001306A4 00770077 thunderbird.exe+0x370077 >001306A8 0063005F thunderbird.exe+0x23005f >001306AC 00640037 thunderbird.exe+0x240037 >001306B0 00640061 thunderbird.exe+0x240061 >001306BC 0069004D thunderbird.exe+0x29004d >001306C0 00720063 thunderbird.exe+0x320063 >001306C4 0073006F thunderbird.exe+0x33006f >001306C8 0066006F thunderbird.exe+0x26006f >001306D0 00690057 thunderbird.exe+0x290057 >001306D4 0064006E thunderbird.exe+0x24006e >001306D8 0077006F thunderbird.exe+0x37006f >001306E0 0065004E thunderbird.exe+0x25004e >001306E4 00770074 thunderbird.exe+0x370074 >001306E8 0072006F thunderbird.exe+0x32006f >001306EC 0069006B thunderbird.exe+0x29006b >001306F0 0067006E thunderbird.exe+0x27006e >001306F4 0044002E thunderbird.exe+0x4002e >001306F8 006D0078 thunderbird.exe+0x2d0078 >001306FC 00740052 thunderbird.exe+0x340052 >00130768 0069004D thunderbird.exe+0x29004d >0013076C 00720063 thunderbird.exe+0x320063 >00130770 0073006F thunderbird.exe+0x33006f >00130774 0066006F thunderbird.exe+0x26006f >0013077C 00690057 thunderbird.exe+0x290057 >00130780 0064006E thunderbird.exe+0x24006e >00130784 0077006F thunderbird.exe+0x37006f >0013078C 0065004E thunderbird.exe+0x25004e >00130790 00770074 thunderbird.exe+0x370074 >00130794 0072006F thunderbird.exe+0x32006f >00130798 0069006B thunderbird.exe+0x29006b >0013079C 0067006E thunderbird.exe+0x27006e >001307A0 0044002E thunderbird.exe+0x4002e >001307A4 006D0078 thunderbird.exe+0x2d0078 >001307A8 00740072 thunderbird.exe+0x340072 >001307B0 00720070 thunderbird.exe+0x320070 >001307B4 0063006F thunderbird.exe+0x23006f >001307B8 00730065 thunderbird.exe+0x330065 >001307BC 006F0073 thunderbird.exe+0x2f0073 >001307C0 00410072 thunderbird.exe+0x10072 >001307C4 00630072 thunderbird.exe+0x230072 >001307C8 00690068 thunderbird.exe+0x290068 >001307CC 00650074 thunderbird.exe+0x250074 >001307D0 00740063 thunderbird.exe+0x340063 >001307D4 00720075 thunderbird.exe+0x320075 >001307D8 003D0065 plds4.dll+0x65 >001307DC 00780022 thunderbird.exe+0x380022 >001307E8 00750070 thunderbird.exe+0x350070 >001307EC 006C0062 thunderbird.exe+0x2c0062 >001307F0 00630069 thunderbird.exe+0x230069 >001307F4 0065004B thunderbird.exe+0x25004b >001307F8 00540079 thunderbird.exe+0x140079 >001307FC 006B006F thunderbird.exe+0x2b006f >00130800 006E0065 thunderbird.exe+0x2e0065 >0013081C 00630063 thunderbird.exe+0x230063 >00130824 00660064 thunderbird.exe+0x260064 >0013082C 00790074 thunderbird.exe+0x390074 >00130830 00650070 thunderbird.exe+0x250070 >00130838 00690077 thunderbird.exe+0x290077 >00130844 0076002C thunderbird.exe+0x36002c >00130848 00720065 thunderbird.exe+0x320065 >0013084C 00690073 thunderbird.exe+0x290073 >00130850 006E006F thunderbird.exe+0x2e006f >00130868 003A0043 nspr4.dll!PR_QueueJob_Timer+0x213 >0013086C 0057005C thunderbird.exe+0x17005c >00130870 004E0049 thunderbird.exe+0xe0049 >00130874 004F0044 thunderbird.exe+0xf0044 >00130878 00530057 thunderbird.exe+0x130057 >0013087C 0057005C thunderbird.exe+0x17005c >00130880 006E0069 thunderbird.exe+0x2e0069 >00130884 00780053 thunderbird.exe+0x380053 >00130888 005C0053 thunderbird.exe+0x1c0053 >0013088C 0061004D thunderbird.exe+0x21004d >00130890 0069006E thunderbird.exe+0x29006e >00130894 00650066 thunderbird.exe+0x250066 >00130898 00740073 thunderbird.exe+0x340073 >0013089C 005C0073 thunderbird.exe+0x1c0073 >001308A4 005F0036 thunderbird.exe+0x1f0036 >001308A8 0069004D thunderbird.exe+0x29004d >001308AC 00720063 thunderbird.exe+0x320063 >001308B0 0073006F thunderbird.exe+0x33006f >001308B4 0066006F thunderbird.exe+0x26006f >001308BC 00690057 thunderbird.exe+0x290057 >001308C0 0064006E thunderbird.exe+0x24006e >001308C4 0077006F thunderbird.exe+0x37006f >001308CC 0065004E thunderbird.exe+0x25004e >001308D0 00770074 thunderbird.exe+0x370074 >001308D4 0072006F thunderbird.exe+0x32006f >001308D8 0069006B thunderbird.exe+0x29006b >001308DC 0067006E thunderbird.exe+0x27006e >001308E0 0044002E thunderbird.exe+0x4002e >001308E4 006D0078 thunderbird.exe+0x2d0078 >001308E8 00740052 thunderbird.exe+0x340052 >001308EC 005F0070 thunderbird.exe+0x1f0070 >00130904 00630063 thunderbird.exe+0x230063 >0013090C 00660064 thunderbird.exe+0x260064 >00130920 0078005F thunderbird.exe+0x38005f >00130924 0077002D thunderbird.exe+0x37002d >00130928 005F0077 thunderbird.exe+0x1f0077 >0013093C 004D002E thunderbird.exe+0xd002e >00130940 006E0061 thunderbird.exe+0x2e0061 >00130944 00660069 thunderbird.exe+0x260069 >00130948 00730065 thunderbird.exe+0x330065 >00130954 005F0036 thunderbird.exe+0x1f0036 >00130958 0069004D thunderbird.exe+0x29004d >0013095C 00720063 thunderbird.exe+0x320063 >00130960 0073006F thunderbird.exe+0x33006f >00130964 0066006F thunderbird.exe+0x26006f >0013096C 00690057 thunderbird.exe+0x290057 >00130970 0064006E thunderbird.exe+0x24006e >00130974 0077006F thunderbird.exe+0x37006f >0013097C 0065004E thunderbird.exe+0x25004e >00130980 00770074 thunderbird.exe+0x370074 >00130984 0072006F thunderbird.exe+0x32006f >00130988 0069006B thunderbird.exe+0x29006b >0013098C 0067006E thunderbird.exe+0x27006e >00130990 0044002E thunderbird.exe+0x4002e >00130994 006D0078 thunderbird.exe+0x2d0078 >00130998 00740052 thunderbird.exe+0x340052 >0013099C 005F0070 thunderbird.exe+0x1f0070 >001309B4 00630063 thunderbird.exe+0x230063 >001309BC 00660064 thunderbird.exe+0x260064 >001309D0 0078005F thunderbird.exe+0x38005f >001309D4 0077002D thunderbird.exe+0x37002d >001309D8 005F0077 thunderbird.exe+0x1f0077 >001309F0 0069004D thunderbird.exe+0x29004d >001309F4 00720063 thunderbird.exe+0x320063 >001309F8 0073006F thunderbird.exe+0x33006f >001309FC 0066006F thunderbird.exe+0x26006f >00130A04 00690057 thunderbird.exe+0x290057 >00130A08 0064006E thunderbird.exe+0x24006e >00130A0C 0077006F thunderbird.exe+0x37006f >00130A14 0065004E thunderbird.exe+0x25004e >00130A18 00770074 thunderbird.exe+0x370074 >00130A1C 0072006F thunderbird.exe+0x32006f >00130A20 0069006B thunderbird.exe+0x29006b >00130A24 0067006E thunderbird.exe+0x27006e >00130A28 0052002E thunderbird.exe+0x12002e >00130A2C 00630074 thunderbird.exe+0x230074 >00130A30 006C0044 thunderbird.exe+0x2c0044 >00130A9C 0069004D thunderbird.exe+0x29004d >00130AA0 00720063 thunderbird.exe+0x320063 > > >Processor Registers: >EAX: 01927C2C >EBX: 00000000 >ECX: 7FFDF000 >EDX: 01927C2C >ESI: 019AD48C >EDI: 00000000 >EBP: 0012FB2C >ESP: 0012FAA4 >EIP: 7C90E514 ntdll.dll!KiFastSystemCallRet > > >Memory Data: >019AD470 70 D4 9A 01 70 D4 9A 01 C0 03 93 01 7C D4 9A 01 p...p.......|... >019AD480 7C D4 9A 01 00 00 00 00 00 00 00 00 90 74 17 00 |............t.. >019AD490 01 00 00 00 01 00 00 00 24 2C 00 00 10 04 00 00 ........$,...... >019AD4A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD500 00 D5 9A 01 00 D5 9A 01 00 00 00 00 0C D5 9A 01 ................ >019AD510 0C D5 9A 01 00 00 00 00 00 00 00 00 B8 74 17 00 .............t.. >019AD520 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >01930140 02 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 ................ >01930150 30 51 91 01 00 00 00 00 00 00 00 00 00 00 00 00 0Q.............. >01930160 80 00 00 00 00 8C 92 01 9D E8 FF FF 00 00 00 00 ................ >01930170 00 00 00 00 28 00 00 00 20 1E CC 04 28 61 15 00 ....(... ...(a.. >01930180 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 ................ >01930190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019301A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019301B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019301C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019301D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019301E0 00 00 00 00 00 00 00 00 00 00 00 00 6C 04 93 01 ............l... >019301F0 A8 52 3B 00 00 00 00 00 00 00 00 00 00 00 00 00 .R;............. >01930200 00 00 00 00 04 02 93 01 04 02 93 01 00 00 00 00 ................ >01930210 00 00 00 00 00 00 00 00 00 00 00 00 88 00 00 00 ................ >01930220 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >01930230 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 ............`... > > >05910330 00 00 00 00 E0 0E 3B 05 01 00 00 00 00 00 00 00 ......;......... >05910340 F0 6D 96 05 00 00 01 00 00 00 00 00 01 00 00 00 .m.............. >05910350 50 00 00 00 35 00 00 00 90 03 91 05 01 00 00 00 P...5........... >05910360 A4 00 D8 00 EA 00 00 00 A0 A2 35 04 38 00 31 05 ..........5.8.1. >05910370 00 00 00 00 01 A6 9B 00 08 30 DD 04 80 9E 84 06 .........0...... >05910380 07 00 00 00 E4 40 3F 05 80 A3 92 05 16 00 00 00 .....@?......... >05910390 50 00 00 00 31 00 00 00 00 00 00 00 01 00 00 00 P...1........... >059103A0 44 09 D6 00 01 00 00 00 A0 E3 30 04 A8 0D 85 06 D.........0..... >059103B0 A4 00 D8 00 EB 00 00 00 D0 B0 35 04 6F 75 73 00 ..........5.ous. >059103C0 50 00 00 00 33 00 00 00 E0 03 91 05 01 00 00 00 P...3........... >059103D0 A4 00 D8 00 EC 00 00 00 A0 E9 BF 04 60 03 91 05 ............`... >059103E0 50 00 00 00 34 00 00 00 00 00 00 00 01 00 00 00 P...4........... >059103F0 50 00 00 00 33 00 00 00 00 04 91 05 01 00 00 00 P...3........... >05910400 50 00 00 00 34 00 00 00 00 00 00 00 01 00 00 00 P...4........... >05910410 40 6F 96 05 00 00 01 00 00 00 00 00 01 00 00 00 @o.............. >05910420 70 A9 96 01 00 00 00 00 00 00 00 00 01 00 00 00 p............... > > >014D07F8 48 01 16 00 03 00 00 00 68 17 7B E2 58 EB FE 86 H.......h.{.X... >014D0808 F8 07 EE BB 18 00 02 40 00 03 00 80 00 01 00 00 .......@........ >014D0818 00 00 C0 04 00 00 40 00 00 00 00 00 D0 D0 EB BB ......@......... >014D0828 E0 48 F4 BB E8 06 E6 BB 00 00 00 00 00 00 00 00 .H.............. >014D0838 00 00 00 00 00 00 00 00 88 00 00 00 1E 00 00 00 ................ >014D0848 03 00 00 00 19 00 00 00 85 00 00 00 1B 00 00 00 ................ >014D0858 17 D5 57 00 08 D5 EA BB 00 00 00 00 00 00 00 00 ..W............. >014D0868 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >014D0878 02 00 00 00 04 00 00 00 00 1E F5 BB 00 00 00 00 ................ >014D0888 F8 07 EE BB 59 01 4C A5 00 00 00 00 00 00 00 00 ....Y.L......... >014D0898 05 00 00 00 37 34 00 BB 05 00 16 00 00 01 10 00 ....74.......... >014D08A8 02 00 00 00 02 00 00 00 C0 FF 7C 05 2A C0 00 00 ..........|.*... >014D08B8 C0 FF 7C 05 29 C0 00 00 9C D3 9D 0B 1D C0 00 00 ..|.)........... >014D08C8 06 00 05 00 00 01 08 00 04 00 00 00 03 00 00 00 ................ >014D08D8 30 00 F5 05 5F C0 02 00 C0 3A 17 06 1D C0 00 00 0..._....:...... >014D08E8 8A 13 00 00 1C C0 00 00 00 00 00 00 00 00 00 00 ................ > > >00160148 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160158 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160168 20 02 16 00 EE F1 EE F1 00 00 00 00 00 00 00 00 ............... >00160178 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160188 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160198 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >001601A8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >001601B8 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 ................ >001601C8 23 40 00 00 01 00 00 00 00 00 00 00 00 00 00 00 #@.............. >001601D8 00 00 00 00 00 00 00 00 A8 02 16 00 00 00 00 00 ................ >001601E8 00 00 00 00 F8 EC 16 00 00 00 00 00 00 00 00 00 ................ >001601F8 04 00 00 00 50 6F 6F 68 03 53 39 B8 5E 6F D1 11 ....Pooh.S9.^o.. >00160208 9F 27 10 34 90 00 00 00 01 00 00 00 00 00 00 00 .'.4............ >00160218 00 00 00 00 30 02 16 00 00 00 00 00 00 00 00 00 ....0........... >00160228 00 00 00 00 00 00 00 00 38 59 FD 76 00 00 00 00 ........8Y.v.... >00160238 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >0057D517 55 8B EC 8B 45 0C 3B 05 A8 E5 E9 00 75 17 56 8B U...E.;.....u.V. >0057D527 75 14 8B CE E8 5A FC FF FF 8B 06 56 FF 50 08 33 u....Z.....V.P.3 >0057D537 C0 40 5E EB 10 FF 75 14 FF 75 10 50 FF 75 08 FF .@^...u..u.P.u.. >0057D547 15 C0 F8 C0 00 5D C2 10 00 55 8B EC 83 EC 2C 53 .....]...U....,S >0057D557 56 33 F6 39 35 A8 E5 E9 00 57 8B 3D C8 F8 C0 00 V3.95....W.=.... >0057D567 89 4D FC 75 0C 68 E8 04 D2 00 FF D7 A3 A8 E5 E9 .M.u.h.......... >0057D577 00 68 BC 04 D2 00 FF D7 56 A3 A4 E5 E9 00 FF 15 .h......V....... >0057D587 FC F1 C0 00 8B D8 8D 45 D4 50 BF 84 04 D2 00 57 .......E.P.....W >0057D597 53 FF 15 C4 F8 C0 00 85 C0 75 2C 8D 45 D4 50 89 S........u,.E.P. >0057D5A7 75 D4 C7 45 D8 17 D5 57 00 89 75 DC 89 75 E0 89 u..E...W..u..u.. >0057D5B7 5D E4 89 75 E8 89 75 EC 89 75 F0 89 75 F4 89 7D ]..u..u..u..u..} >0057D5C7 F8 FF 15 98 FA C0 00 56 53 56 56 6A 0A 6A 0A 56 .......VSVVj.j.V >0057D5D7 56 56 68 54 04 D2 00 57 56 FF 15 9C FA C0 00 8B VVhT...WV....... >0057D5E7 4D FC 5F 3B C6 5E 89 41 3C 5B 75 07 B8 FF FF 00 M._;.^.A<[u..... >0057D5F7 80 C9 C3 E8 52 FD FF FF C9 C3 56 8B F1 8B 06 56 ....R.....V....V >0057D607 FF 50 04 56 6A 00 FF 35 A8 E5 E9 00 FF 76 3C FF .P.Vj..5.....v<. > > >00160148 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160158 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160168 20 02 16 00 EE F1 EE F1 00 00 00 00 00 00 00 00 ............... >00160178 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160188 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >00160198 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >001601A8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >001601B8 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 ................ >001601C8 23 40 00 00 01 00 00 00 00 00 00 00 00 00 00 00 #@.............. >001601D8 00 00 00 00 00 00 00 00 A8 02 16 00 00 00 00 00 ................ >001601E8 00 00 00 00 F8 EC 16 00 00 00 00 00 00 00 00 00 ................ >001601F8 04 00 00 00 50 6F 6F 68 03 53 39 B8 5E 6F D1 11 ....Pooh.S9.^o.. >00160208 9F 27 10 34 90 00 00 00 01 00 00 00 00 00 00 00 .'.4............ >00160218 00 00 00 00 30 02 16 00 00 00 00 00 00 00 00 00 ....0........... >00160228 00 00 00 00 00 00 00 00 38 59 FD 76 00 00 00 00 ........8Y.v.... >00160238 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >009AD48C 8B D8 BF 00 00 00 80 85 DF 0F 84 91 00 00 00 8D ................ >009AD49C 4D B8 FF 15 90 14 C1 00 8B C3 8B 4D 64 5F 5E 33 M..........Md_^3 >009AD4AC CD 5B E8 AD 5B 25 00 83 C5 68 C9 C2 10 00 E8 D9 .[..[%...h...... >009AD4BC 9F FA FF 50 68 68 28 C1 00 E8 D6 5E A5 FF 8B D8 ...Phh(....^.... >009AD4CC BF 00 00 00 80 85 DF 59 59 75 C4 8B 5D B8 6A 01 .......YYu..].j. >009AD4DC 6A 08 68 50 37 C1 00 8D 4D 9C FF 15 A0 14 C1 00 j.hP7...M....... >009AD4EC 8B 03 8D 4D 9C 51 53 FF 50 10 8D 4D 9C 8B D8 FF ...M.QS.P..M.... >009AD4FC D6 85 DF 75 9A 8B 5D B8 6A 01 6A 0A 68 00 10 E1 ...u..].j.j.h... >009AD50C 00 8D 4D 9C FF 15 A0 14 C1 00 8B 03 8D 4D 9C 51 ..M..........M.Q >009AD51C 53 FF 50 10 8D 4D 9C 8B D8 FF D6 E9 67 FF FF FF S.P..M......g... >009AD52C 8B 45 B8 8B 18 FF 75 B4 8D 4D 90 89 45 B0 83 C3 .E....u..M..E... >009AD53C 10 E8 21 4E A5 FF 50 FF 75 B0 FF 13 8D 4D 90 8B ..!N..P.u....M.. >009AD54C D8 FF D6 85 DF 0F 85 44 FF FF FF 8B 45 B8 33 DB .......D....E.3. >009AD55C 8D 4D A8 89 5D A8 89 45 B4 E8 2E 9F FA FF 53 6A .M..]..E......Sj >009AD56C FF 6A FF FF 75 B4 50 E8 4A 37 A6 FF 83 C4 14 85 .j..u.P.J7...... >009AD57C C7 74 19 8B F8 8B 35 90 14 C1 00 8D 4D A8 FF D6 .t....5.....M... > > >003A6037 89 77 08 5F 5E C3 CC CC CC E8 2B 28 00 00 8B 4C .w._^.....+(...L >003A6047 24 04 39 41 08 74 04 83 C8 FF C3 C7 41 08 00 00 $.9A.t......A... >003A6057 00 00 83 C1 1C 51 E8 3E 3E 00 00 83 C4 04 33 C0 .....Q.>>.....3. >003A6067 C3 CC CC CC CC CC CC CC CC E9 FB 27 00 00 CC CC ...........'.... >003A6077 CC CC CC CC CC CC CC CC CC 56 57 E8 E9 27 00 00 .........VW..'.. >003A6087 8B 7C 24 0C 8B F0 8D 47 1C 50 FF 15 6C D1 3A 00 .|$....G.P..l.:. >003A6097 89 77 08 5F B8 01 00 00 00 5E C3 CC CC CC CC CC .w._.....^...... >003A60A7 CC CC CC CC CC CC CC CC CC 56 57 E8 B9 27 00 00 .........VW..'.. >003A60B7 8B 7C 24 0C 8B F0 8D 47 1C 50 FF 15 6C D1 3A 00 .|$....G.P..l.:. >003A60C7 89 77 08 5F 33 C0 5E C3 CC E8 DB FE FF FF A3 2C .w._3.^........, >003A60D7 66 3B 00 C3 CC CC CC CC CC A1 2C 66 3B 00 85 C0 f;........,f;... >003A60E7 74 13 50 E8 11 FF FF FF 83 C4 04 C7 05 2C 66 3B t.P..........,f; >003A60F7 00 00 00 00 00 C3 CC CC CC A1 2C 66 3B 00 55 56 ..........,f;.UV >003A6107 57 50 E8 12 FF FF FF 8B 0D 28 66 3B 00 8B 3D 4C WP.......(f;..=L >003A6117 56 3B 00 83 C4 04 3B 0D 50 56 3B 00 7E 4F 81 FF V;....;.PV;.~O.. >003A6127 48 56 3B 00 74 47 8B F7 8B 56 24 83 BA E0 00 00 HV;.tG...V$..... > > >019AD48C 90 74 17 00 01 00 00 00 01 00 00 00 24 2C 00 00 .t..........$,.. >019AD49C 10 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4AC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4BC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4CC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4DC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4EC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4FC 00 00 00 00 00 D5 9A 01 00 D5 9A 01 00 00 00 00 ................ >019AD50C 0C D5 9A 01 0C D5 9A 01 00 00 00 00 00 00 00 00 ................ >019AD51C B8 74 17 00 FF FF FF FF 00 00 00 00 00 00 00 00 .t.............. >019AD52C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD53C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD54C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD55C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD56C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD57C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >019AD470 70 D4 9A 01 70 D4 9A 01 C0 03 93 01 7C D4 9A 01 p...p.......|... >019AD480 7C D4 9A 01 00 00 00 00 00 00 00 00 90 74 17 00 |............t.. >019AD490 01 00 00 00 01 00 00 00 24 2C 00 00 10 04 00 00 ........$,...... >019AD4A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD500 00 D5 9A 01 00 D5 9A 01 00 00 00 00 0C D5 9A 01 ................ >019AD510 0C D5 9A 01 00 00 00 00 00 00 00 00 B8 74 17 00 .............t.. >019AD520 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >0190B800 8C 3C CD 00 78 3C CD 00 60 3C CD 00 50 3C CD 00 .<..x<..`<..P<.. >0190B810 40 3C CD 00 0F 00 00 00 B0 D5 91 01 60 4A 91 01 @<..........`J.. >0190B820 01 00 00 00 70 D4 9A 01 01 00 00 00 C0 76 BA 05 ....p........v.. >0190B830 A0 48 B3 08 00 00 B3 08 E0 17 BB 05 20 31 92 05 .H.......... 1.. >0190B840 00 00 92 05 80 5A BC 05 C0 CA D9 06 00 00 00 00 .....Z.......... >0190B850 00 91 2F 05 E0 69 B3 08 00 00 00 00 00 91 2F 05 ../..i......../. >0190B860 E0 69 B3 08 00 00 00 00 20 30 B5 05 C0 6A B3 08 .i...... 0...j.. >0190B870 00 00 00 00 40 68 1D 05 40 6E B3 08 00 00 00 00 ....@h..@n...... >0190B880 60 7D B0 05 60 6D 22 0B 00 00 00 00 60 76 BA 05 `}..`m".....`v.. >0190B890 60 91 59 09 00 00 00 00 A0 7C BA 05 20 51 71 09 `.Y......|.. Qq. >0190B8A0 00 00 00 00 20 74 BA 05 20 6F 22 0B 00 00 00 00 .... t.. o"..... >0190B8B0 E0 17 BB 05 80 32 71 09 00 00 00 00 60 76 BA 05 .....2q.....`v.. >0190B8C0 60 33 71 09 00 00 00 00 40 76 B0 05 C0 43 6F 09 `3q.....@v...Co. >0190B8D0 00 00 00 00 40 EF 5F 05 20 45 B3 08 00 00 00 00 ....@._. E...... >0190B8E0 20 74 BA 05 A0 48 B3 08 00 00 00 00 00 00 00 00 t...H.......... >0190B8F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >0043965F 8B 76 18 85 F6 59 74 06 8B 06 56 FF 50 04 8B 5C .v...Yt...V.P..\ >0043966F 24 10 57 89 33 FF 15 60 00 C1 00 59 5F 5E 8B C3 $.W.3..`...Y_^.. >0043967F 5B C2 04 00 55 8B EC 51 A1 EC BB E9 00 83 78 04 [...U..Q......x. >0043968F 04 7C 10 FF 75 0C 68 3C 3F CD 00 FF 15 14 01 C1 .|..u.h<?....... >0043969F 00 59 59 8B 4D 08 56 8D 45 08 50 83 C1 FC E8 9E .YY.M.V.E.P..... >004396AF FF FF FF 8B 00 85 C0 89 45 FC 75 15 BE 01 00 F3 ........E.u..... >004396BF C1 8D 4D FC FF 15 90 14 C1 00 8B C6 5E C9 C2 0C ..M.........^... >004396CF 00 FF 75 10 8B 08 FF 75 0C 50 FF 51 0C 3D FF FF ..u....u.P.Q.=.. >004396DF 00 80 75 05 B8 01 00 F3 C1 8B F0 EB D4 55 8B EC ..u..........U.. >004396EF 51 8B 4D 08 56 8D 45 FC 50 83 C1 FC E8 50 FF FF Q.M.V.E.P....P.. >004396FF FF 8B 00 85 C0 89 45 08 75 15 BE 01 00 F3 C1 8D ......E.u....... >0043970F 4D 08 FF 15 90 14 C1 00 8B C6 5E C9 C2 08 00 FF M.........^..... >0043971F 75 0C 8B 08 50 FF 51 10 8B F0 EB E3 55 8B EC A1 u...P.Q.....U... >0043972F EC BB E9 00 83 78 04 04 53 56 8B 75 08 57 8B F9 .....x..SV.u.W.. >0043973F 7C 10 FF 76 04 68 50 3F CD 00 FF 15 14 01 C1 00 |..v.hP?........ >0043974F 59 59 8B 4E 04 FF 36 8B 01 FF 50 10 8B 46 04 33 YY.N..6...P..F.3 > > >019AD470 70 D4 9A 01 70 D4 9A 01 C0 03 93 01 7C D4 9A 01 p...p.......|... >019AD480 7C D4 9A 01 00 00 00 00 00 00 00 00 90 74 17 00 |............t.. >019AD490 01 00 00 00 01 00 00 00 24 2C 00 00 10 04 00 00 ........$,...... >019AD4A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD4F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD500 00 D5 9A 01 00 D5 9A 01 00 00 00 00 0C D5 9A 01 ................ >019AD510 0C D5 9A 01 00 00 00 00 00 00 00 00 B8 74 17 00 .............t.. >019AD520 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ >019AD560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >04D35B60 7C C7 CE 00 01 00 00 00 20 19 90 05 C3 AD 46 00 |....... .....F. >04D35B70 00 00 00 00 00 00 00 00 00 00 00 00 36 00 00 00 ............6... >04D35B80 01 00 00 00 0C 00 00 00 61 62 6F 75 74 3A 62 6C ........about:bl >04D35B90 61 6E 6B 00 36 00 00 00 36 00 00 00 36 00 00 00 ank.6...6...6... >04D35BA0 07 00 00 00 4D 00 00 00 36 00 00 00 36 00 00 00 ....M...6...6... >04D35BB0 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35BC0 07 00 00 00 E0 A2 D3 04 40 A6 D3 04 80 A9 D3 04 ........@....... >04D35BD0 C0 AC D3 04 A0 50 D4 04 E0 53 D4 04 36 00 00 00 .....P...S..6... >04D35BE0 07 00 00 00 00 40 33 06 36 00 00 00 36 00 00 00 .....@3.6...6... >04D35BF0 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35C00 07 00 00 00 A0 58 D4 04 36 00 00 00 36 00 00 00 .....X..6...6... >04D35C10 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35C20 2C 5B E4 00 80 33 AF 09 00 00 00 00 01 00 00 00 ,[...3.......... >04D35C30 00 00 00 00 B6 24 01 58 00 00 00 00 36 00 00 00 .....$.X....6... >04D35C40 67 65 74 57 65 61 6B 52 65 66 65 72 65 6E 63 65 getWeakReference >04D35C50 00 00 00 00 01 00 00 00 01 00 00 00 80 5A D4 04 .............Z.. > > >05901920 B4 C7 CE 00 02 00 00 00 30 03 91 05 04 B8 90 01 ........0....... >05901930 1E 00 0F 00 0F 00 06 00 08 00 0A 00 04 00 01 00 ................ >05901940 00 00 6C 29 D8 55 06 01 00 00 00 00 C4 5F 06 01 ..l).U......._.. >05901950 00 00 00 00 1C 00 C0 40 0C 00 00 00 02 00 00 00 .......@........ >05901960 01 00 00 00 04 00 00 00 C0 62 47 06 00 00 00 00 .........bG..... >05901970 01 00 00 00 39 00 00 00 6D 6F 7A 2D 6E 75 6C 6C ....9...moz-null >05901980 70 72 69 6E 63 69 70 61 6C 3A 7B 65 38 64 62 36 principal:{e8db6 >05901990 34 66 61 2D 39 61 65 35 2D 34 34 36 34 2D 38 35 4fa-9ae5-4464-85 >059019A0 32 63 2D 39 33 32 31 36 63 38 63 38 39 35 63 7D 2c-93216c8c895c} >059019B0 00 00 00 00 00 00 00 00 48 63 90 05 78 63 90 05 ........Hc..xc.. >059019C0 01 00 00 00 3C 00 00 00 63 68 72 6F 6D 65 3A 2F ....<...chrome:/ >059019D0 2F 6D 65 73 73 65 6E 67 65 72 2D 73 6D 69 6D 65 /messenger-smime >059019E0 2F 63 6F 6E 74 65 6E 74 2F 6D 73 67 48 64 72 56 /content/msgHdrV >059019F0 69 65 77 53 4D 49 4D 45 4F 76 65 72 6C 61 79 2E iewSMIMEOverlay. >05901A00 78 75 6C 00 53 00 74 00 79 00 6C 00 69 00 6E 00 xul.S.t.y.l.i.n. >05901A10 F0 9A D9 00 00 00 00 00 50 7C 3E 04 01 48 32 04 ........P|>..H2. > > >05910330 00 00 00 00 E0 0E 3B 05 01 00 00 00 00 00 00 00 ......;......... >05910340 F0 6D 96 05 00 00 01 00 00 00 00 00 01 00 00 00 .m.............. >05910350 50 00 00 00 35 00 00 00 90 03 91 05 01 00 00 00 P...5........... >05910360 A4 00 D8 00 EA 00 00 00 A0 A2 35 04 38 00 31 05 ..........5.8.1. >05910370 00 00 00 00 01 A6 9B 00 08 30 DD 04 80 9E 84 06 .........0...... >05910380 07 00 00 00 E4 40 3F 05 80 A3 92 05 16 00 00 00 .....@?......... >05910390 50 00 00 00 31 00 00 00 00 00 00 00 01 00 00 00 P...1........... >059103A0 44 09 D6 00 01 00 00 00 A0 E3 30 04 A8 0D 85 06 D.........0..... >059103B0 A4 00 D8 00 EB 00 00 00 D0 B0 35 04 6F 75 73 00 ..........5.ous. >059103C0 50 00 00 00 33 00 00 00 E0 03 91 05 01 00 00 00 P...3........... >059103D0 A4 00 D8 00 EC 00 00 00 A0 E9 BF 04 60 03 91 05 ............`... >059103E0 50 00 00 00 34 00 00 00 00 00 00 00 01 00 00 00 P...4........... >059103F0 50 00 00 00 33 00 00 00 00 04 91 05 01 00 00 00 P...3........... >05910400 50 00 00 00 34 00 00 00 00 00 00 00 01 00 00 00 P...4........... >05910410 40 6F 96 05 00 00 01 00 00 00 00 00 01 00 00 00 @o.............. >05910420 70 A9 96 01 00 00 00 00 00 00 00 00 01 00 00 00 p............... > > >004396B2 8B 00 85 C0 89 45 FC 75 15 BE 01 00 F3 C1 8D 4D .....E.u.......M >004396C2 FC FF 15 90 14 C1 00 8B C6 5E C9 C2 0C 00 FF 75 .........^.....u >004396D2 10 8B 08 FF 75 0C 50 FF 51 0C 3D FF FF 00 80 75 ....u.P.Q.=....u >004396E2 05 B8 01 00 F3 C1 8B F0 EB D4 55 8B EC 51 8B 4D ..........U..Q.M >004396F2 08 56 8D 45 FC 50 83 C1 FC E8 50 FF FF FF 8B 00 .V.E.P....P..... >00439702 85 C0 89 45 08 75 15 BE 01 00 F3 C1 8D 4D 08 FF ...E.u.......M.. >00439712 15 90 14 C1 00 8B C6 5E C9 C2 08 00 FF 75 0C 8B .......^.....u.. >00439722 08 50 FF 51 10 8B F0 EB E3 55 8B EC A1 EC BB E9 .P.Q.....U...... >00439732 00 83 78 04 04 53 56 8B 75 08 57 8B F9 7C 10 FF ..x..SV.u.W..|.. >00439742 76 04 68 50 3F CD 00 FF 15 14 01 C1 00 59 59 8B v.hP?........YY. >00439752 4E 04 FF 36 8B 01 FF 50 10 8B 46 04 33 DB 89 1E N..6...P..F.3... >00439762 8B 08 50 FF 51 08 8B C6 2B C7 83 E8 2C 6A 0C 59 ..P.Q...+...,j.Y >00439772 99 F7 F9 89 5E 04 56 8B CF 83 F8 32 73 07 E8 58 ....^.V....2s..X >00439782 F9 FF FF EB 05 E8 93 FA FF FF 8D 4D 08 89 5D 08 ...........M..]. >00439792 E8 01 DD 51 00 50 53 8D 8F 7C 06 00 00 FF 15 08 ...Q.PS..|...... >004397A2 0C C1 00 85 C0 74 0F 53 FF 75 08 8D 47 04 8B 08 .....t.S.u..G... > > >05901920 B4 C7 CE 00 02 00 00 00 30 03 91 05 04 B8 90 01 ........0....... >05901930 1E 00 0F 00 0F 00 06 00 08 00 0A 00 04 00 01 00 ................ >05901940 00 00 6C 29 D8 55 06 01 00 00 00 00 C4 5F 06 01 ..l).U......._.. >05901950 00 00 00 00 1C 00 C0 40 0C 00 00 00 02 00 00 00 .......@........ >05901960 01 00 00 00 04 00 00 00 C0 62 47 06 00 00 00 00 .........bG..... >05901970 01 00 00 00 39 00 00 00 6D 6F 7A 2D 6E 75 6C 6C ....9...moz-null >05901980 70 72 69 6E 63 69 70 61 6C 3A 7B 65 38 64 62 36 principal:{e8db6 >05901990 34 66 61 2D 39 61 65 35 2D 34 34 36 34 2D 38 35 4fa-9ae5-4464-85 >059019A0 32 63 2D 39 33 32 31 36 63 38 63 38 39 35 63 7D 2c-93216c8c895c} >059019B0 00 00 00 00 00 00 00 00 48 63 90 05 78 63 90 05 ........Hc..xc.. >059019C0 01 00 00 00 3C 00 00 00 63 68 72 6F 6D 65 3A 2F ....<...chrome:/ >059019D0 2F 6D 65 73 73 65 6E 67 65 72 2D 73 6D 69 6D 65 /messenger-smime >059019E0 2F 63 6F 6E 74 65 6E 74 2F 6D 73 67 48 64 72 56 /content/msgHdrV >059019F0 69 65 77 53 4D 49 4D 45 4F 76 65 72 6C 61 79 2E iewSMIMEOverlay. >05901A00 78 75 6C 00 53 00 74 00 79 00 6C 00 69 00 6E 00 xul.S.t.y.l.i.n. >05901A10 F0 9A D9 00 00 00 00 00 50 7C 3E 04 01 48 32 04 ........P|>..H2. > > >00CD3C78 FD 94 43 00 21 FE A7 00 11 95 43 00 83 96 43 00 ..C.!.....C...C. >00CD3C88 EC 96 43 00 FC 93 43 00 84 73 A7 00 D5 93 43 00 ..C...C..s....C. >00CD3C98 16 94 43 00 69 95 43 00 E0 8F 43 00 64 9D 43 00 ..C.i.C...C.d.C. >00CD3CA8 16 98 43 00 89 DA 4F 00 98 B2 43 00 CD 94 43 00 ..C...O...C...C. >00CD3CB8 4D 95 43 00 6E 73 53 6F 63 6B 65 74 54 72 61 6E M.C.nsSocketTran >00CD3CC8 73 70 6F 72 74 53 65 72 76 69 63 65 3A 3A 4E 6F sportService::No >00CD3CD8 74 69 66 79 57 68 65 6E 43 61 6E 41 74 74 61 63 tifyWhenCanAttac >00CD3CE8 68 53 6F 63 6B 65 74 0A 00 00 00 00 20 20 61 63 hSocket..... ac >00CD3CF8 74 69 76 65 3D 25 75 20 69 64 6C 65 3D 25 75 0A tive=%u idle=%u. >00CD3D08 00 00 00 00 6E 73 53 6F 63 6B 65 74 54 72 61 6E ....nsSocketTran >00CD3D18 73 70 6F 72 74 53 65 72 76 69 63 65 3A 3A 41 64 sportService::Ad >00CD3D28 64 54 6F 50 6F 6C 6C 4C 69 73 74 20 5B 68 61 6E dToPollList [han >00CD3D38 64 6C 65 72 3D 25 78 5D 0A 00 00 00 20 20 69 6E dler=%x].... in >00CD3D48 64 65 78 3D 25 75 20 6D 41 63 74 69 76 65 43 6F dex=%u mActiveCo >00CD3D58 75 6E 74 3D 25 75 0A 00 6E 73 53 6F 63 6B 65 74 unt=%u..nsSocket >00CD3D68 54 72 61 6E 73 70 6F 72 74 53 65 72 76 69 63 65 TransportService > > >0046A0BA 8B F0 8B 07 57 FF 50 08 5F 85 DB 74 0E 83 7D FC ....W.P._..t..}. >0046A0CA 00 74 08 53 FF 15 54 00 C1 00 59 8B C6 5E 5B C9 .t.S..T...Y..^[. >0046A0DA C2 0C 00 53 56 8B F1 57 8B 7E 08 33 DB 85 FF 74 ...SV..W.~.3...t >0046A0EA 09 57 FF 15 58 00 C1 00 59 43 8B 46 0C 85 C0 8B .W..X...YC.F.... >0046A0FA 4C 24 10 89 01 74 06 8B 08 50 FF 51 04 85 FF 74 L$...t...P.Q...t >0046A10A 0C 85 DB 74 08 57 FF 15 54 00 C1 00 59 5F 5E 33 ...t.W..T...Y_^3 >0046A11A C0 5B C2 04 00 0F B7 54 24 08 8B 44 24 04 C1 E0 .[.....T$..D$... >0046A12A 10 0B C2 50 6A 00 68 5B 9D 46 00 E8 0B FF FF FF ...Pj.h[.F...... >0046A13A C2 08 00 55 8B EC 51 A1 E0 BD E9 00 83 78 04 04 ...U..Q......x.. >0046A14A 53 56 8B 75 08 57 8B 3E 8B D9 7C 1B 0F B6 45 0C SV.u.W.>..|...E. >0046A15A 50 FF 77 04 68 B8 C8 CE 00 FF 15 14 01 C1 00 A1 P.w.h........... >0046A16A E0 BD E9 00 83 C4 0C 66 8B 4B 1E 66 3B 4B 10 72 .......f.K.f;K.r >0046A17A 17 83 78 04 04 7C 0C 68 94 C8 CE 00 FF 15 14 01 ..x..|.h........ >0046A18A C1 00 59 33 C0 40 EB 7B 8B 4E 08 8B 31 83 65 08 ..Y3.@.{.N..1.e. >0046A19A 00 85 F6 7E 1F 8D 51 08 89 75 FC 8B 0A 80 79 4D ...~..Q..u....yM >0046A1AA 00 74 09 80 79 4C 00 74 03 FF 45 08 83 C2 04 FF .t..yL.t..E..... > > >0190B804 78 3C CD 00 60 3C CD 00 50 3C CD 00 40 3C CD 00 x<..`<..P<..@<.. >0190B814 0F 00 00 00 B0 D5 91 01 60 4A 91 01 01 00 00 00 ........`J...... >0190B824 70 D4 9A 01 01 00 00 00 C0 76 BA 05 A0 48 B3 08 p........v...H.. >0190B834 00 00 B3 08 E0 17 BB 05 20 31 92 05 00 00 92 05 ........ 1...... >0190B844 80 5A BC 05 C0 CA D9 06 00 00 00 00 00 91 2F 05 .Z............/. >0190B854 E0 69 B3 08 00 00 00 00 00 91 2F 05 E0 69 B3 08 .i......../..i.. >0190B864 00 00 00 00 20 30 B5 05 C0 6A B3 08 00 00 00 00 .... 0...j...... >0190B874 40 68 1D 05 40 6E B3 08 00 00 00 00 60 7D B0 05 @h..@n......`}.. >0190B884 60 6D 22 0B 00 00 00 00 60 76 BA 05 60 91 59 09 `m".....`v..`.Y. >0190B894 00 00 00 00 A0 7C BA 05 20 51 71 09 00 00 00 00 .....|.. Qq..... >0190B8A4 20 74 BA 05 20 6F 22 0B 00 00 00 00 E0 17 BB 05 t.. o"......... >0190B8B4 80 32 71 09 00 00 00 00 60 76 BA 05 60 33 71 09 .2q.....`v..`3q. >0190B8C4 00 00 00 00 40 76 B0 05 C0 43 6F 09 00 00 00 00 ....@v...Co..... >0190B8D4 40 EF 5F 05 20 45 B3 08 00 00 00 00 20 74 BA 05 @._. E...... t.. >0190B8E4 A0 48 B3 08 00 00 00 00 00 00 00 00 00 00 00 00 .H.............. >0190B8F4 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > >04D35B60 7C C7 CE 00 01 00 00 00 20 19 90 05 C3 AD 46 00 |....... .....F. >04D35B70 00 00 00 00 00 00 00 00 00 00 00 00 36 00 00 00 ............6... >04D35B80 01 00 00 00 0C 00 00 00 61 62 6F 75 74 3A 62 6C ........about:bl >04D35B90 61 6E 6B 00 36 00 00 00 36 00 00 00 36 00 00 00 ank.6...6...6... >04D35BA0 07 00 00 00 4D 00 00 00 36 00 00 00 36 00 00 00 ....M...6...6... >04D35BB0 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35BC0 07 00 00 00 E0 A2 D3 04 40 A6 D3 04 80 A9 D3 04 ........@....... >04D35BD0 C0 AC D3 04 A0 50 D4 04 E0 53 D4 04 36 00 00 00 .....P...S..6... >04D35BE0 07 00 00 00 00 40 33 06 36 00 00 00 36 00 00 00 .....@3.6...6... >04D35BF0 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35C00 07 00 00 00 A0 58 D4 04 36 00 00 00 36 00 00 00 .....X..6...6... >04D35C10 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35C20 2C 5B E4 00 80 33 AF 09 00 00 00 00 01 00 00 00 ,[...3.......... >04D35C30 00 00 00 00 B6 24 01 58 00 00 00 00 36 00 00 00 .....$.X....6... >04D35C40 67 65 74 57 65 61 6B 52 65 66 65 72 65 6E 63 65 getWeakReference >04D35C50 00 00 00 00 01 00 00 00 01 00 00 00 80 5A D4 04 .............Z.. > > >01988E94 78 69 CD 00 68 69 CD 00 30 02 91 05 04 00 00 00 xi..hi..0....... >01988EA4 80 2B 92 01 D0 01 B4 05 90 57 91 01 C0 FA CB 04 .+.......W...... >01988EB4 00 3D 91 01 10 7F 90 05 60 F6 90 05 20 19 90 05 .=.....`... ... >01988EC4 0B 0B 01 01 02 00 73 00 0A 00 0A 00 1E 00 0F 06 ......s......... >01988ED4 08 04 14 01 00 00 00 00 D8 18 90 05 3F 00 00 00 ............?... >01988EE4 05 00 00 00 A8 F6 90 05 0E 00 00 00 05 00 00 00 ................ >01988EF4 08 F6 90 05 0C 00 00 00 05 00 00 00 E8 7E 90 05 .............~.. >01988F04 1E 00 00 00 05 00 00 00 28 F7 07 01 00 00 00 00 ........(....... >01988F14 03 00 00 00 9B 03 DD 4D 35 03 DD 4D B8 02 91 05 .......M5..M.... >01988F24 07 00 00 00 05 00 00 00 C8 02 91 05 03 00 00 00 ................ >01988F34 05 00 00 00 28 02 91 05 07 00 00 00 05 00 00 00 ....(........... >01988F44 48 F5 90 05 0E 00 00 00 05 00 00 00 28 F7 07 01 H...........(... >01988F54 00 00 00 00 01 00 00 00 7A 82 93 01 01 00 00 00 ........z....... >01988F64 09 00 00 00 E8 02 91 05 05 00 00 00 05 00 00 00 ................ >01988F74 48 F6 90 05 0B 00 00 00 05 00 00 00 28 F7 07 01 H...........(... >01988F84 00 00 00 00 03 00 00 00 28 F7 07 01 00 00 00 00 ........(....... > > >010694F0 74 69 6D 65 72 2D 63 61 6C 6C 62 61 63 6B 00 00 timer-callback.. >01069500 52 60 02 01 EB EF 02 01 2B 60 02 01 70 DE 04 01 R`......+`..p... >01069510 EB E3 04 01 20 3D 06 01 00 00 00 00 7C 35 06 01 .... =......|5.. >01069520 00 00 00 00 00 00 00 00 00 00 00 00 44 8B 57 AA ............D.W. >01069530 D5 AB 19 4C 8B 14 36 D4 DE 6F DC 36 63 50 9B F8 ...L..6..o.6cP.. >01069540 6D B0 F8 42 BF 23 4D FC F2 D8 0D 6A 16 E2 04 01 m..B.#M....j.... >01069550 6F 1C 04 01 39 E7 04 01 7B E1 04 01 8D E1 04 01 o...9...{....... >01069560 CE E1 04 01 67 DF 04 01 72 19 04 01 08 E3 04 01 ....g...r....... >01069570 FB E8 04 01 1C E1 04 01 39 E1 04 01 9D E9 04 01 ........9....... >01069580 4B E1 04 01 7F E5 04 01 99 E6 04 01 50 E2 04 01 K..........P... >01069590 98 E2 04 01 76 EA 04 01 3F DF 04 01 08 D6 03 01 ....v...?....... >010695A0 39 DF 04 01 40 E2 04 01 7C BA 03 01 BD B8 03 01 9...@...|....... >010695B0 BD B8 03 01 BD B8 03 01 00 69 03 01 58 DF 04 01 .........i..X... >010695C0 88 BA 03 01 52 60 02 01 EB EF 02 01 2B 60 02 01 ....R`......+`.. >010695D0 7A E3 04 01 BC E3 04 01 78 70 63 6F 6D 2E 74 68 z.......xpcom.th >010695E0 72 65 61 64 73 74 61 72 74 75 70 00 52 60 02 01 readstartup.R`.. > > >05901920 B4 C7 CE 00 02 00 00 00 30 03 91 05 04 B8 90 01 ........0....... >05901930 1E 00 0F 00 0F 00 06 00 08 00 0A 00 04 00 01 00 ................ >05901940 00 00 6C 29 D8 55 06 01 00 00 00 00 C4 5F 06 01 ..l).U......._.. >05901950 00 00 00 00 1C 00 C0 40 0C 00 00 00 02 00 00 00 .......@........ >05901960 01 00 00 00 04 00 00 00 C0 62 47 06 00 00 00 00 .........bG..... >05901970 01 00 00 00 39 00 00 00 6D 6F 7A 2D 6E 75 6C 6C ....9...moz-null >05901980 70 72 69 6E 63 69 70 61 6C 3A 7B 65 38 64 62 36 principal:{e8db6 >05901990 34 66 61 2D 39 61 65 35 2D 34 34 36 34 2D 38 35 4fa-9ae5-4464-85 >059019A0 32 63 2D 39 33 32 31 36 63 38 63 38 39 35 63 7D 2c-93216c8c895c} >059019B0 00 00 00 00 00 00 00 00 48 63 90 05 78 63 90 05 ........Hc..xc.. >059019C0 01 00 00 00 3C 00 00 00 63 68 72 6F 6D 65 3A 2F ....<...chrome:/ >059019D0 2F 6D 65 73 73 65 6E 67 65 72 2D 73 6D 69 6D 65 /messenger-smime >059019E0 2F 63 6F 6E 74 65 6E 74 2F 6D 73 67 48 64 72 56 /content/msgHdrV >059019F0 69 65 77 53 4D 49 4D 45 4F 76 65 72 6C 61 79 2E iewSMIMEOverlay. >05901A00 78 75 6C 00 53 00 74 00 79 00 6C 00 69 00 6E 00 xul.S.t.y.l.i.n. >05901A10 F0 9A D9 00 00 00 00 00 50 7C 3E 04 01 48 32 04 ........P|>..H2. > > >0046AE55 C3 55 8B EC 83 EC 14 A1 E0 BD E9 00 83 78 04 04 .U...........x.. >0046AE65 89 4D F4 7C 15 8B 45 08 8B 00 FF 70 04 68 3C CD .M.|..E....p.h<. >0046AE75 CE 00 FF 15 14 01 C1 00 59 59 53 56 57 8B 7D 08 ........YYSVW.}. >0046AE85 83 C7 04 8B 07 8B 30 85 F6 89 75 F0 7E 5B A1 E0 ......0...u.~[.. >0046AE95 BD E9 00 83 78 04 04 7C 0E 56 68 28 CD CE 00 FF ....x..|.Vh(.... >0046AEA5 15 14 01 C1 00 59 59 83 65 F8 00 83 65 FC 00 85 .....YY.e...e... >0046AEB5 F6 7E 36 6A 08 5B 8B 07 8B 34 03 8B 4D F4 8D 45 .~6j.[...4..M..E >0046AEC5 F8 50 0F B6 86 84 00 00 00 50 FF 75 08 89 75 EC .P.......P.u..u. >0046AED5 E8 11 F5 FF FF 83 7D F8 00 75 17 FF 45 FC 8B 45 ......}..u..E..E >0046AEE5 FC 83 C3 04 3B 45 F0 7C CD 33 C0 5F 5E 5B C9 C2 ....;E.|.3._^[.. >0046AEF5 04 00 A1 E0 BD E9 00 83 78 04 04 7C 0C 68 00 CD ........x..|.h.. >0046AF05 CE 00 FF 15 14 01 C1 00 59 6A 04 6A 00 6A 01 FF ........Yj.j.j.. >0046AF15 75 FC 8B CF FF 15 8C 12 C1 00 FF 75 F8 8A 86 84 u..........u.... >0046AF25 00 00 00 8B 4D F4 88 45 F0 FF 75 F0 56 FF 75 08 ....M..E..u.V.u. >0046AF35 E8 88 FB FF FF 8B D8 85 DB 78 08 8B 06 56 FF 50 .........x...V.P >0046AF45 08 EB 34 A1 E0 BD E9 00 83 78 04 04 7C 0E 53 68 ..4......x..|.Sh > > >0046ADC3 A1 E0 BD E9 00 83 78 04 04 56 8B F1 7C 0C 68 74 ......x..V..|.ht >0046ADD3 CC CE 00 FF 15 14 01 C1 00 59 66 83 7E 20 00 76 .........Yf.~ .v >0046ADE3 0F 56 68 CE A9 46 00 8D 4E 24 FF 15 D0 0C C1 00 .Vh..F..N$...... >0046ADF3 5E C2 08 00 A1 E0 BD E9 00 83 78 04 04 56 8B 74 ^.........x..V.t >0046AE03 24 08 57 8B F9 7C 13 FF 74 24 10 56 68 A4 CC CE $.W..|..t$.Vh... >0046AE13 00 FF 15 14 01 C1 00 83 C4 0C 8B 06 56 FF 50 04 ............V.P. >0046AE23 56 FF 74 24 14 8B CF 68 77 AD 46 00 E8 11 F2 FF V.t$...hw.F..... >0046AE33 FF 8B F8 85 FF 79 06 8B 06 56 FF 50 08 8B C7 5F .....y...V.P..._ >0046AE43 5E C2 08 00 6A 00 6A 00 68 C3 AD 46 00 E8 F0 F1 ^...j.j.h..F.... >0046AE53 FF FF C3 55 8B EC 83 EC 14 A1 E0 BD E9 00 83 78 ...U...........x >0046AE63 04 04 89 4D F4 7C 15 8B 45 08 8B 00 FF 70 04 68 ...M.|..E....p.h >0046AE73 3C CD CE 00 FF 15 14 01 C1 00 59 59 53 56 57 8B <.........YYSVW. >0046AE83 7D 08 83 C7 04 8B 07 8B 30 85 F6 89 75 F0 7E 5B }.......0...u.~[ >0046AE93 A1 E0 BD E9 00 83 78 04 04 7C 0E 56 68 28 CD CE ......x..|.Vh(.. >0046AEA3 00 FF 15 14 01 C1 00 59 59 83 65 F8 00 83 65 FC .......YY.e...e. >0046AEB3 00 85 F6 7E 36 6A 08 5B 8B 07 8B 34 03 8B 4D F4 ...~6j.[...4..M. > > >04D35B60 7C C7 CE 00 01 00 00 00 20 19 90 05 C3 AD 46 00 |....... .....F. >04D35B70 00 00 00 00 00 00 00 00 00 00 00 00 36 00 00 00 ............6... >04D35B80 01 00 00 00 0C 00 00 00 61 62 6F 75 74 3A 62 6C ........about:bl >04D35B90 61 6E 6B 00 36 00 00 00 36 00 00 00 36 00 00 00 ank.6...6...6... >04D35BA0 07 00 00 00 4D 00 00 00 36 00 00 00 36 00 00 00 ....M...6...6... >04D35BB0 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35BC0 07 00 00 00 E0 A2 D3 04 40 A6 D3 04 80 A9 D3 04 ........@....... >04D35BD0 C0 AC D3 04 A0 50 D4 04 E0 53 D4 04 36 00 00 00 .....P...S..6... >04D35BE0 07 00 00 00 00 40 33 06 36 00 00 00 36 00 00 00 .....@3.6...6... >04D35BF0 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35C00 07 00 00 00 A0 58 D4 04 36 00 00 00 36 00 00 00 .....X..6...6... >04D35C10 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00 6...6...6...6... >04D35C20 2C 5B E4 00 80 33 AF 09 00 00 00 00 01 00 00 00 ,[...3.......... >04D35C30 00 00 00 00 B6 24 01 58 00 00 00 00 36 00 00 00 .....$.X....6... >04D35C40 67 65 74 57 65 61 6B 52 65 66 65 72 65 6E 63 65 getWeakReference >04D35C50 00 00 00 00 01 00 00 00 01 00 00 00 80 5A D4 04 .............Z.. > > >00448294 EB 57 68 08 68 CD 00 56 E8 AB AD 7B 00 85 C0 59 .Wh.h..V...{...Y >004482A4 59 75 46 8B 4D 08 83 C1 28 E8 55 09 02 00 EB 39 YuF.M...(.U....9 >004482B4 8B 75 08 8D 4E FC E8 52 E9 FF FF 8D 4E 28 E8 40 .u..N..R....N(.@ >004482C4 09 02 00 8B 4E 2C 85 C9 74 05 E8 09 25 02 00 FF ....N,..t...%... >004482D4 15 C0 00 C1 00 6A 00 68 40 42 0F 00 52 50 E8 69 .....j.h@B..RP.i >004482E4 B1 7B 00 89 86 88 00 00 00 33 C0 5E C9 C2 10 00 .{.......3.^.... >004482F4 55 8B EC A1 E0 BD E9 00 83 EC 14 83 78 04 04 56 U...........x..V >00448304 57 8B F9 7C 0C 68 A8 72 CD 00 FF 15 14 01 C1 00 W..|.h.r........ >00448314 59 E8 3F 13 02 00 BE 00 00 00 80 85 C6 89 45 F8 Y.?...........E. >00448324 0F 85 06 01 00 00 8D 45 F8 89 45 F0 8D 45 EC 50 .......E..E..E.P >00448334 8D 4F 14 C7 45 EC 18 25 C1 00 E8 D6 A9 FB FF 8B .O..E..%........ >00448344 45 F8 85 C6 0F 85 E2 00 00 00 53 8B CF E8 C8 EA E.........S..... >00448354 FF FF 68 54 33 C1 00 8D 4D FC E8 36 1B FE FF 8B ..hT3...M..6.... >00448364 45 FC 33 DB 43 85 C0 74 79 8B F7 F7 DE 8D 4F 04 E.3.C..ty.....O. >00448374 1B F6 53 23 F1 8B 08 56 68 98 72 CD 00 50 FF 51 ..S#...Vh.r..P.Q >00448384 54 8B 45 FC 8B 08 53 56 68 84 72 CD 00 50 FF 51 T.E...SVh.r..P.Q > > >05907F10 B4 94 06 01 02 00 00 00 70 D4 91 01 00 00 00 00 ........p....... >05907F20 00 00 00 00 00 00 00 00 00 01 01 00 00 00 00 00 ................ >05907F30 00 00 00 00 14 00 00 00 98 3A 00 00 B7 F6 63 33 .........:....c3 >05907F40 A0 E5 D4 00 00 00 00 00 90 7B 3E 04 E3 0E DA 03 .........{>..... >05907F50 01 00 20 00 05 00 00 00 00 00 00 00 D8 E3 D4 00 .. ............. >05907F60 A0 1F 3E 05 00 00 00 00 00 00 00 00 00 00 00 00 ..>............. >05907F70 A0 E5 D4 00 00 00 00 00 90 7B 3E 04 E3 0E DA 03 .........{>..... >05907F80 01 00 20 00 05 00 00 00 00 00 00 00 D8 E3 D4 00 .. ............. >05907F90 E0 BE 3E 05 00 00 00 00 00 00 00 00 00 00 00 00 ..>............. >05907FA0 A0 E5 D4 00 00 00 00 00 90 7B 3E 04 E3 0E DA 03 .........{>..... >05907FB0 01 00 20 00 05 00 00 00 00 00 00 00 D8 E3 D4 00 .. ............. >05907FC0 80 57 3F 05 00 00 00 00 00 00 00 00 00 00 00 00 .W?............. >05907FD0 90 5F 92 05 D0 B3 92 05 70 B5 92 05 90 C4 92 05 ._......p....... >05907FE0 50 C9 92 05 10 CB 92 05 50 CC 92 05 30 13 93 05 P.......P...0... >05907FF0 50 19 93 05 10 2A 93 05 00 00 00 00 F0 E4 92 05 P....*.......... >05908000 48 82 90 05 35 05 00 00 B4 30 00 00 34 00 00 00 H...5....0..4... > > >003A9EBF C3 81 EC 98 00 00 00 A1 84 56 3B 00 33 C4 89 84 .........V;.3... >003A9ECF 24 94 00 00 00 68 94 00 00 00 8D 44 24 04 6A 00 $....h.....D$.j. >003A9EDF 50 E8 9F 23 00 00 83 C4 0C 8D 0C 24 51 C7 44 24 P..#.......$Q.D$ >003A9EEF 04 94 00 00 00 FF 15 F0 D0 3A 00 83 7C 24 04 06 .........:..|$.. >003A9EFF 72 33 68 7C 02 3B 00 FF 15 64 D0 3A 00 85 C0 A3 r3h|.;...d.:.... >003A9F0F A8 62 3B 00 74 1F 68 70 02 3B 00 50 FF 15 4C D1 .b;.t.hp.;.P..L. >003A9F1F 3A 00 85 C0 A3 AC 62 3B 00 74 0A C7 05 B0 62 3B :.....b;.t....b; >003A9F2F 00 01 00 00 00 8B 8C 24 94 00 00 00 33 CC E8 4E .......$....3..N >003A9F3F 22 00 00 81 C4 98 00 00 00 C3 CC CC CC CC CC CC "............... >003A9F4F CC A1 A8 62 3B 00 85 C0 C7 05 B0 62 3B 00 00 00 ...b;......b;... >003A9F5F 00 00 C7 05 AC 62 3B 00 00 00 00 00 74 11 50 FF .....b;.....t.P. >003A9F6F 15 50 D1 3A 00 C7 05 A8 62 3B 00 00 00 00 00 C3 .P.:....b;...... >003A9F7F CC 83 EC 14 8B 44 24 20 53 8B 5C 24 20 56 57 8B .....D$ S.\$ VW. >003A9F8F 7C 24 24 50 53 57 C7 44 24 18 01 00 00 00 E8 8E |$$PSW.D$....... >003A9F9F 21 00 00 8B F0 83 FE FF 75 17 E8 58 21 00 00 50 !.......u..X!..P >003A9FAF E8 CC 10 00 00 83 C4 04 5F 0B C6 5E 5B 83 C4 14 ........_..^[... > > > > >All Threads: >10360 7C810705 kernel32.dll!CreateThread+0x2e >12036 7C8106F9 kernel32.dll!CreateThread+0x22 >10352 7C8106F9 kernel32.dll!CreateThread+0x22 >11624 7C8106F9 kernel32.dll!CreateThread+0x22 >6008 7C8106F9 kernel32.dll!CreateThread+0x22 >6952 7C8106F9 kernel32.dll!CreateThread+0x22 >11300 7C8106F9 kernel32.dll!CreateThread+0x22 >864 7C8106F9 kernel32.dll!CreateThread+0x22 >6784 7C8106F9 kernel32.dll!CreateThread+0x22 >11604 7C8106F9 kernel32.dll!CreateThread+0x22 >9820 7C8106F9 kernel32.dll!CreateThread+0x22 >11532 7C8106F9 kernel32.dll!CreateThread+0x22 >11396 7C8106F9 kernel32.dll!CreateThread+0x22 >12132 7C8106F9 kernel32.dll!CreateThread+0x22 >8180 7C8106F9 kernel32.dll!CreateThread+0x22 >6700 7C8106F9 kernel32.dll!CreateThread+0x22 >5384 7C8106F9 kernel32.dll!CreateThread+0x22 >12020 7C8106F9 kernel32.dll!CreateThread+0x22 >10432 7C8106F9 kernel32.dll!CreateThread+0x22 >8676 7C8106F9 kernel32.dll!CreateThread+0x22 >6156 7C8106F9 kernel32.dll!CreateThread+0x22 >11636 7C8106F9 kernel32.dll!CreateThread+0x22 >11872 7C8106F9 kernel32.dll!CreateThread+0x22 >12276 7C8106F9 kernel32.dll!CreateThread+0x22
Attachment #535889 - Attachment is obsolete: true
Not sure I can still reproduce this issue :( (In reply to Mark Sicignano from comment #4) > I've got a hang here myself and I grabbed some info using a utility called > "WhatIsHang" (I know it's a weird name). > > Sending a PDF through comcast.net using SSL for my SMTP connection. Attached > PDF file is only 718kb To clarify, Mark wrote in email October 2015 "Wayne, I haven't seen hangs on sending in a while. This hang, as I recall seemed to be a problem with using SSL, but when using port 587, I was not seeing any hanging as I recall."
Component: General → Networking
Product: Thunderbird → MailNews Core
Summary: hang sending large message → hang sending large message. suspect socket transport service deadlock if it is used on two separate threads. Using SSL seems to make it worse.
Version: unspecified → 9
See Also: → 535070

I haven't seen this in years.

Very similar is Bug 538034 - deadlock if error doing status checks - chaining imap status calls, if previous url had a network error, we can be locked on a monitor on the server when the next url tries to run

See Also: → 538034

(In reply to Wayne Mery (:wsmwk) from comment #11)

I haven't seen this in years.

I concur. From the history on this bug, it was happening around 2011 for me. In 2015, I reported that I hadn't seen the problem in a while, and now we're five years past that in 2020. I have not seen this in a looooong time.

=> WFM per previous comments

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: