Closed
Bug 590005
Opened 15 years ago
Closed 13 years ago
Crash when loading page that uses Windows Media Player ("Runtime Error! abnormal program termination")
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mario_krenn, Unassigned)
References
()
Details
(Keywords: crash, Whiteboard: [sg:vector-? (WMP)])
Attachments
(6 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729)
Firefox has always a runtime error when loading this page.
A critical message box appears:
"Microsoft Visual C++ Runtime Library"
"Runtime Error!"
"Program: C:\Programme\Mozilla Firefox\firefox.exe"
"abnormal program termination"
then firefox closes
As the page loads a video, this could be due to a malformed video.
(Maybe this could cause malicous code injection, therefor I set the security flag).
Reproducible: Always
Steps to Reproduce:
1. load http://tvthek.orf.at/programs/145302-Zeit-im-Bild--OeGS-/episodes/1576555-Zeit-im-Bild--OeGS-
Actual Results:
Firefox shows a C++ Runtime error and closes
Expected Results:
To see the video.
Add-ons (dont know if that's important):
- Binnen-I be gone 0.4.15
- Flashblock 1.5.13
- Java Console 6.0.20
- Java Quick Starter 1.0
- Media Converter 1.0.3
- PDF Download 3.0.0.1
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Sounds like a crash involving Windows Media Player. What version of Windows Media Player do you have?
Comment 3•15 years ago
|
||
Marcia will check this out in the QA lab.
Reporter | ||
Comment 4•15 years ago
|
||
I have Windows Media Player 9.00.00.4508.
I still can reproduce it every time, can you also reproduce the crash?
Comment 5•15 years ago
|
||
Not able to crash using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729.
I have Windows Media Player 11 installed on this machine.
I would suggest trying two things:
(1) Try running in Safe Mode with all extensions disabled and see if you can reproduce the crash. http://support.mozilla.com/en-US/kb/Safe+Mode explains how to do that.
(2) Try upgrading your version of Windows Media Player and see if the issue persists.
Reporter | ||
Comment 6•15 years ago
|
||
I have updated Windows Media Player to version 11 (and installed all further Windows Media Player updates from Windows Update), and the page STILL crashes.
I have also started with savemode (firefox -safe-mode) and the page crashes.
Strange that you could not reproduce it. I guess you need some further informations about my settings?! Can I help you somehow to reproduce it?
Reporter | ||
Comment 7•15 years ago
|
||
Screenshot of error-window in safe-mode with Windows Media Player 11
Comment 8•15 years ago
|
||
The page also uses Flash. What version of Flash do you have?
Reporter | ||
Comment 9•15 years ago
|
||
I use Flashblock 1.5.13, so i doubt that it's a problem with Flash.
But: I have Adobe Flash Player 10 (dont know how to find the exact version number).
You also can not reproduce it?
Reporter | ||
Comment 10•15 years ago
|
||
I ran Firefox with IDA (The Interactive Disassembler), and the bug also occured, see the attachment. It also gives the exact position of the bug. Seems to be a buffer-over/underflow (pop esi)?!
Comment 11•15 years ago
|
||
I haven't tried to reproduce because I'm not running Windows. That's why I asked Marcia to try ;)
To determine what version of Flash you have, you can visit http://www.adobe.com/software/flash/about/.
You can also try temporarily disabling WMP or Flash. If disabling one of them makes the crash go away, we can assume it has something to do with that plugin.
We can't use disassembly directly. Can you tell your debugger to connect to Mozilla's symbol server, or make your own build so you have symbols? See https://developer.mozilla.org/en/Using_the_Mozilla_symbol_server and https://developer.mozilla.org/En/Simple_Firefox_build.
Reporter | ||
Comment 12•15 years ago
|
||
OK, i had Flash 10.1.53.64, updated to 10.1.82.76 (latest), and the page STILL crashes.
How can I disable Windows Media Player or Flash? In Windows or in Firefox?
I'll let you know when I've finished reading the latest 2 links you posted about symbol server.
Comment 13•15 years ago
|
||
You can disable individual plugins in Firefox by going to Tools > Addons > Plugins. You should see Flash and WMP listed there.
Reporter | ||
Comment 14•15 years ago
|
||
OK, i have deaktivated all plugins, then the site did NOT crash anymore. When I just activated "Windows Media Player Plug-in Dynamic Link Library" - Npdsplay dll - 3.0.2.629, the page crashes again. (https://www.mozilla.com/en-US/plugincheck/ this page says it's up to Date). Can you use that information?
Still reading the Symbol Server pages.
Comment 15•15 years ago
|
||
It helps, but a stack trace with symbols (or being able to reproduce it ourselves) would be better.
Do other NPAPI-using browsers (Chrome, Safari, Opera) crash on that page?
Keywords: crash
Summary: Firefox crashes ("Runtime Error! abnormal program termination") when loading a specific page → Crash when loading page that uses Windows Media Player ("Runtime Error! abnormal program termination")
Reporter | ||
Comment 16•15 years ago
|
||
Chrome: No crash, WMP window appears, but no video (no other videos from that page, which i can see with ff)
Safari: No crash, Windows Media Player 6.4.09.1130 windows appears (no idea why that version), but no video
Opera: Same as Chrome
Firefox: still crashes
---
I've never used symbols/symbol servers, so i'm confused a little bit. See the attachment, maybe IDA can use symbols, but i have to download some .pdb files first.
Or can you tell me what exactly i should do (what debugger to download, how to debug) then i can maybe use it :)
(Sorry, i've never used debugger or disassembler for any other program but mine, so i have no idea how to use that).
Reporter | ||
Comment 17•15 years ago
|
||
For Chrome: The video is not loaded, because there is an error-message from the plugged-in Windows Media Player: http://www.microsoft.com/windows/windowsmedia/player/webhelp/default.aspx?&mpver=11.0.5721.5268&id=C00D1197&contextid=89&originalid=80070003 . This error appears for all other videos at that page too, which i can watch with firefox. Chrome can not puffer that videos for some reason.
For Opera, the WMP does not fully appear for that link, but other videos I can watch (just as i can with firefox)
Reporter | ||
Comment 18•15 years ago
|
||
btw, do you use IRC? That would be faster.
Comment 19•15 years ago
|
||
I'm on irc.mozilla.org as Jesse (in #developers and other channels).
Most Mozilla developers on Windows use MSVC:
https://developer.mozilla.org/en/Debugging_Mozilla_on_Windows_FAQ
https://developer.mozilla.org/En/Simple_Firefox_build says where you can get it.
![]() |
||
Comment 20•15 years ago
|
||
Hmm, WFM:
File: np-mswmp.dll
Version: 1.0.0.8
np-mswmp
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.4 ( .NET CLR 3.5.30729; .NET4.0C)
also on a trunk build. Win7.
FWIW, "Windows Media Player 9.00.00.4508" is the old MS plugin. I have a copy of that, I'll give that a spin.
![]() |
||
Comment 21•15 years ago
|
||
Hmm, older rev seems to be ok too:
Windows Media Player Plug-in Dynamic Link Library
File: npdsplay.dll
Version: 3.0.2.629
Npdsplay dll
Microsoft® DRM
File: npwmsdrm.dll
Version: 9.0.0.3250
DRM Store Netscape Plugin
Microsoft® DRM
File: npdrmv2.dll
Version: 9.0.0.3250
DRM Netscape Network Object
Reporter | ||
Comment 22•15 years ago
|
||
from about:plugins:
Windows Media Player Plug-in Dynamic Link Library
Datei: npdsplay.dll
Version: 3.0.2.629
Npdsplay dll
MIME-Typ Beschreibung Endungen Aktiviert
application/asx Media Files * Ja
video/x-ms-asf-plugin Media Files * Ja
application/x-mplayer2 Media Files * Ja
video/x-ms-asf Media Files asf,asx,* Ja
video/x-ms-wm Media Files wm,* Ja
audio/x-ms-wma Media Files wma,* Ja
audio/x-ms-wax Media Files wax,* Ja
video/x-ms-wmv Media Files wmv,* Ja
video/x-ms-wvx Media Files wvx,* Ja
Reporter | ||
Comment 23•15 years ago
|
||
Microsoft® DRM
Datei: npwmsdrm.dll
Version: 9.0.0.4503
DRM Store Netscape Plugin
MIME-Typ Beschreibung Endungen Aktiviert
application/x-drm Network Interface Plugin nip Ja
Microsoft® DRM
Datei: npdrmv2.dll
Version: 9.0.0.4503
DRM Netscape Network Object
MIME-Typ Beschreibung Endungen Aktiviert
application/x-drm-v2 Network Interface Plugin nip Ja
Reporter | ||
Comment 24•15 years ago
|
||
I compiled the file according to https://developer.mozilla.org/En/Simple_Firefox_build.
See attachment. First, it has two errors, i click ignore. Then i load the error page, and it shows a WMP 6.4.09.1130 window (not 11, as firefox 3.6.8 does).
No crash occures.
The Media Player Plug-in Dynamic Link Library and the Microsoft® DRM have exactly the same numbers.
---
With Firefox 3.6.8 it still crashes.
Comment 25•15 years ago
|
||
Did you build from trunk (mozilla-central) or from the Firefox 3.6 branch (mozilla-1.9.2)?
It's quite disturbing that Firefox is loading WMP 6, especially on a machine that has WMP 11.
Reporter | ||
Comment 26•15 years ago
|
||
I used "hg clone http://hg.mozilla.org/mozilla-central/", so i'm pretty sure it's the trunk version.
The usual firefox 3.6.8 can not be debugged with symbols?
Reporter | ||
Comment 27•15 years ago
|
||
Or can you give me the information for compiling firefox 3.6.8 instead of the trunk-version? This may work better i think.
Just replace "hg clone http://hg.mozilla.org/mozilla-central/" by the path of the 3.6.8 source? Where can i find that?
Reporter | ||
Comment 28•15 years ago
|
||
Yes, finally, I was able to download and create the release version of 3.6.8 in debug modus.
And the page also crashes, that means i can probably tell you where exactly the problem is. I'll read Jesse's link about debugging and eigther post the result or ask for more details.
Reporter | ||
Comment 29•15 years ago
|
||
Ran with WinDBG, page crashed, see Call stack.
Does that help? Do you need further infos? What is the problem?
![]() |
||
Comment 30•15 years ago
|
||
(In reply to comment #29)
> Created attachment 469094 [details]
> WinDBG screenshot
>
> Ran with WinDBG, page crashed, see Call stack.
> Does that help? Do you need further infos? What is the problem?
Yes actually, so there are multiple threads running, and you've snapshotted one of them, but it's not the main thread. A couple tips:
1) you should be able to select-all the text in the call stack window and paste it as text here.
2) there's a "processes and threads" windbg window that will allow you to select different threads of execution.
What we're looking for is the stack for the thread that generated the exception.
Reporter | ||
Comment 31•15 years ago
|
||
Before clicking to the error-message:
Command window:
---
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.
CommandLine: C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\firefox.exe
Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path. *
* Use .symfix to have the debugger choose a symbol path. *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
ModLoad: 00400000 00428000 firefox.exe
ModLoad: 7c910000 7c9c9000 ntdll.dll
ModLoad: 7c800000 7c908000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 10000000 11e36000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\xul.dll
ModLoad: 00290000 003bd000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\sqlite3.dll
ModLoad: 00430000 00553000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\MSVCR90D.dll
ModLoad: 00560000 007d4000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\js3250.dll
ModLoad: 007e0000 0082e000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nspr4.dll
ModLoad: 77da0000 77e4a000 C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77e50000 77ee2000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77fc0000 77fd1000 C:\WINDOWS\system32\Secur32.dll
ModLoad: 71a30000 71a3a000 C:\WINDOWS\system32\WSOCK32.dll
ModLoad: 71a10000 71a27000 C:\WINDOWS\system32\WS2_32.dll
ModLoad: 77be0000 77c38000 C:\WINDOWS\system32\msvcrt.dll
ModLoad: 71a00000 71a08000 C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 76af0000 76b1e000 C:\WINDOWS\system32\WINMM.dll
ModLoad: 77ef0000 77f39000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 7e360000 7e3f1000 C:\WINDOWS\system32\USER32.dll
ModLoad: 00830000 00907000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\MSVCP90D.dll
ModLoad: 00910000 00949000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\smime3.dll
ModLoad: 00950000 00ac9000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nss3.dll
ModLoad: 00ad0000 00afb000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nssutil3.dll
ModLoad: 00b10000 00b1c000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\plc4.dll
ModLoad: 00b30000 00b3b000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\plds4.dll
ModLoad: 00b50000 00bac000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\ssl3.dll
ModLoad: 7e670000 7ee91000 C:\WINDOWS\system32\SHELL32.dll
ModLoad: 77f40000 77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
ModLoad: 774b0000 775ed000 C:\WINDOWS\system32\ole32.dll
ModLoad: 77bd0000 77bd8000 C:\WINDOWS\system32\VERSION.dll
ModLoad: 72f70000 72f96000 C:\WINDOWS\system32\WINSPOOL.DRV
ModLoad: 76350000 7639a000 C:\WINDOWS\system32\COMDLG32.dll
ModLoad: 773a0000 774a3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
ModLoad: 76330000 7634d000 C:\WINDOWS\system32\IMM32.dll
ModLoad: 76320000 76325000 C:\WINDOWS\system32\MSIMG32.dll
ModLoad: 76c50000 76c78000 C:\WINDOWS\system32\imagehlp.dll
ModLoad: 76bb0000 76bbb000 C:\WINDOWS\system32\PSAPI.DLL
ModLoad: 75790000 757fb000 C:\WINDOWS\system32\USP10.dll
ModLoad: 770f0000 7717b000 C:\WINDOWS\system32\OLEAUT32.dll
ModLoad: 00bc0000 00bcb000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\xpcom.dll
(bc4.bc8): Break instruction exception - code 80000003 (first chance)
eax=00191eb4 ebx=7ffda000 ecx=00000003 edx=00000008 esi=00191f48 edi=00191eb4
eip=7c91120e esp=0012fb20 ebp=0012fc94 iopl=0 nv up ei pl nz na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
ntdll!DbgBreakPoint:
7c91120e cc int 3
0:000> g
ModLoad: 5b0f0000 5b128000 C:\WINDOWS\system32\uxtheme.dll
ModLoad: 778f0000 779e4000 C:\WINDOWS\system32\SETUPAPI.dll
ModLoad: 76f90000 7700f000 C:\WINDOWS\system32\CLBCATQ.DLL
ModLoad: 77010000 770e3000 C:\WINDOWS\system32\COMRes.dll
ModLoad: 77660000 77681000 C:\WINDOWS\system32\NTMARTA.DLL
ModLoad: 71b70000 71b83000 C:\WINDOWS\system32\SAMLIB.dll
ModLoad: 76f20000 76f4d000 C:\WINDOWS\system32\WLDAP32.dll
ModLoad: 01760000 017ec000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\browserdirprovider.dll
ModLoad: 01800000 0191d000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\brwsrcmp.dll
ModLoad: 719b0000 719f0000 C:\WINDOWS\system32\mswsock.dll
ModLoad: 66710000 66769000 C:\WINDOWS\system32\hnetcfg.dll
ModLoad: 719f0000 719f8000 C:\WINDOWS\System32\wshtcpip.dll
ModLoad: 76d20000 76d39000 C:\WINDOWS\system32\iphlpapi.dll
ModLoad: 77cd0000 77d03000 C:\WINDOWS\system32\netman.dll
ModLoad: 76d00000 76d18000 C:\WINDOWS\system32\MPRAPI.dll
ModLoad: 77c90000 77cc2000 C:\WINDOWS\system32\ACTIVEDS.dll
ModLoad: 76dd0000 76df5000 C:\WINDOWS\system32\adsldpc.dll
ModLoad: 597d0000 59825000 C:\WINDOWS\system32\NETAPI32.dll
ModLoad: 76ad0000 76ae1000 C:\WINDOWS\system32\ATL.DLL
ModLoad: 76e40000 76e4e000 C:\WINDOWS\system32\rtutils.dll
ModLoad: 763a0000 7654a000 C:\WINDOWS\system32\netshell.dll
ModLoad: 76bc0000 76bef000 C:\WINDOWS\system32\credui.dll
ModLoad: 5f8f0000 5f8fa000 C:\WINDOWS\system32\dot3api.dll
ModLoad: 71260000 71266000 C:\WINDOWS\system32\dot3dlg.dll
ModLoad: 72760000 72788000 C:\WINDOWS\system32\OneX.DLL
ModLoad: 76f10000 76f18000 C:\WINDOWS\system32\WTSAPI32.dll
ModLoad: 76300000 76310000 C:\WINDOWS\system32\WINSTA.dll
ModLoad: 77a50000 77ae6000 C:\WINDOWS\system32\CRYPT32.dll
ModLoad: 77af0000 77b02000 C:\WINDOWS\system32\MSASN1.dll
ModLoad: 6db40000 6db62000 C:\WINDOWS\system32\eappcfg.dll
ModLoad: 76020000 76085000 C:\WINDOWS\system32\MSVCP60.dll
ModLoad: 47700000 4770e000 C:\WINDOWS\system32\eappprxy.dll
ModLoad: 76ea0000 76edc000 C:\WINDOWS\system32\RASAPI32.dll
ModLoad: 76e50000 76e62000 C:\WINDOWS\system32\rasman.dll
ModLoad: 76e70000 76e9f000 C:\WINDOWS\system32\TAPI32.dll
ModLoad: 77180000 7722b000 C:\WINDOWS\system32\WININET.dll
ModLoad: 72fa0000 72fb0000 C:\WINDOWS\system32\WZCSAPI.DLL
ModLoad: 7db20000 7dbac000 C:\WINDOWS\system32\WZCSvc.DLL
ModLoad: 76cf0000 76cf4000 C:\WINDOWS\system32\WMI.dll
ModLoad: 7d4c0000 7d4e2000 C:\WINDOWS\system32\DHCPCSVC.DLL
ModLoad: 76ee0000 76f07000 C:\WINDOWS\system32\DNSAPI.dll
ModLoad: 745c0000 745cb000 C:\WINDOWS\system32\EapolQec.dll
ModLoad: 61900000 61916000 C:\WINDOWS\system32\QUtil.dll
ModLoad: 5e200000 5e310000 C:\WINDOWS\system32\ESENT.dll
ModLoad: 76620000 766d6000 C:\WINDOWS\system32\USERENV.dll
ModLoad: 71dd0000 71de5000 C:\WINDOWS\system32\msapsspc.dll
ModLoad: 78080000 78091000 C:\WINDOWS\system32\MSVCRT40.dll
ModLoad: 767a0000 767c8000 C:\WINDOWS\system32\schannel.dll
ModLoad: 76230000 76245000 C:\WINDOWS\system32\digest.dll
ModLoad: 74d60000 74da7000 C:\WINDOWS\system32\msnsspc.dll
ModLoad: 78080000 78091000 C:\WINDOWS\system32\MSVCRT40.dll
ModLoad: 77c40000 77c65000 C:\WINDOWS\system32\msv1_0.dll
ModLoad: 76740000 7674c000 C:\WINDOWS\system32\cryptdll.dll
ModLoad: 02a10000 02a1e000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\MyServce.dll
ModLoad: 030f0000 030fe000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\tdynamic.dll
ModLoad: 03110000 0311e000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\testcrasher.dll
ModLoad: 03150000 03163000 C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\xpcomsmp.dll
ModLoad: 73c50000 73c71000 C:\WINDOWS\system32\t2embed.dll
ModLoad: 73dc0000 73dc3000 C:\WINDOWS\system32\LZ32.dll
eax=00000000 ebx=013ca9c8 ecx=031db8c0 edx=00000000 esi=00be7414 edi=01abfefc
eip=7c91e514 esp=01abfe64 ebp=01abfe78 iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000206
ntdll!KiFastSystemCallRet:
7c91e514 c3 ret
Missing image name, possible paged-out or corrupt data.
Missing image name, possible paged-out or corrupt data.
Missing image name, possible paged-out or corrupt data.
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\MSVCR90D.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\system32\kernel32.dll -
---
Stack Calls:
---
# ChildEBP RetAddr Args to Child
WARNING: Stack unwind information not available. Following frames may be wrong.
00 01abfe78 008136eb 0000077c 00000001 00000000 ntdll!KiFastSystemCallRet
01 01abff0c 008139b9 00be73ac 00000000 00000000 nspr4!md_UnlockAndPostNotifies(struct _MDLock * lock = 0x00be73ac, struct PRThread * waitThred = 0x00000000, struct _MDCVar * waitCV = 0x00000000)+0x26b (FPO: [Non-Fpo]) (CONV: cdecl) [c:\mozilla-1.9.2\nsprpub\pr\src\md\windows\w95cv.c @ 184]
02 01abff20 0080b945 00be73ac 01abff40 013ca720 nspr4!_PR_MD_UNLOCK(struct _MDLock * lock = 0x00be73ac)+0x19 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\mozilla-1.9.2\nsprpub\pr\src\md\windows\w95cv.c @ 342]
03 01abff40 0080c297 00be7390 01abff5c 0080c823 nspr4!PR_Unlock(struct PRLock * lock = 0x00be7390)+0xc5 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\mozilla-1.9.2\nsprpub\pr\src\threads\combined\prulock.c @ 347]
04 01abff4c 0080c823 013ca720 013ca720 01abff6c nspr4!_PR_NotifyJoinWaiters(struct PRThread * thread = 0x013ca720)+0x67 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\mozilla-1.9.2\nsprpub\pr\src\threads\combined\pruthr.c @ 241]
05 01abff5c 00810db9 013ca720 013ca720 01abffa8 nspr4!_PR_NativeRunThread(void * arg = 0x013ca720)+0x1b3 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\mozilla-1.9.2\nsprpub\pr\src\threads\combined\pruthr.c @ 458]
06 01abff6c 0046dfd3 013ca720 a3f8cdb8 7c95b871 nspr4!pr_root(void * arg = 0x013ca720)+0x19 (FPO: [Non-Fpo]) (CONV: stdcall) [c:\mozilla-1.9.2\nsprpub\pr\src\md\windows\w95thred.c @ 122]
07 01abffa8 0046df69 01573c18 01abffec 7c80b729 MSVCR90D!beginthreadex+0x243
08 01abffb4 7c80b729 01573c18 7c95b871 0012e720 MSVCR90D!beginthreadex+0x1d9
09 01abffec 00000000 0046dee0 013ca9c8 00000000 kernel32!GetModuleFileNameA+0x1ba
---
Processes and Threads:
---
[-] 000:bc4 firefox.exe
-> 007:52c
---
(no other P&T entry)
What to do?
Reporter | ||
Comment 32•15 years ago
|
||
Hello,
Finally, I managed to Debug it with VS, and there I could see all threads.
Here i give you the output, the list of threads, the call stack of
1) Crashed Thread
2) Main Thread
3) Gecko Thread
Output:
#########################
#########################
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\firefox.exe" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\system32\ntdll.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\kernel32.dll" wurde geladen
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\xul.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\sqlite3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcr90d.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\js3250.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nspr4.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\system32\advapi32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\rpcrt4.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\secur32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wsock32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\ws2_32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msvcrt.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\ws2help.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\winmm.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\gdi32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\user32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcp90d.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\smime3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nss3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nssutil3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\plc4.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\plds4.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\ssl3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\system32\shell32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\shlwapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\ole32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\version.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\winspool.drv" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\comdlg32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\imm32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msimg32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\imagehlp.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\psapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\usp10.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\oleaut32.dll" wurde geladen
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\xpcom.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\system32\uxtheme.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\setupapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\clbcatq.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\comres.dll" wurde geladen
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\browserdirprovider.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\system32\mswsock.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\hnetcfg.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wshtcpip.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\iphlpapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\netman.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\mprapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\activeds.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\adsldpc.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\netapi32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wldap32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\atl.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\rtutils.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\samlib.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\netshell.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\credui.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dot3api.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dot3dlg.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\onex.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wtsapi32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\winsta.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\crypt32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msasn1.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\eappcfg.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msvcp60.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\eappprxy.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\rasapi32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\rasman.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\tapi32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wininet.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wzcsapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wzcsvc.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wmi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dhcpcsvc.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dnsapi.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\eapolqec.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\qutil.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\esent.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\userenv.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msapsspc.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msvcrt40.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msapsspc.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\msvcrt40.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\schannel.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\schannel.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\digest.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\digest.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\msnsspc.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msvcrt40.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msnsspc.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\msvcrt40.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\msv1_0.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\cryptdll.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\t2embed.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\lz32.dll" wurde geladen
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\components\brwsrcmp.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\WINDOWS\system32\winrnr.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\xpsp2res.dll" geladen, Die Binärdaten wurden nicht mit Debuginformationen erstellt.
"firefox.exe": "C:\WINDOWS\system32\urlmon.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\mscms.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\ntmarta.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\rasadhlp.dll" wurde geladen
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\softokn3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nssdbm3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\freebl3.dll" geladen, Symbole wurden geladen.
"firefox.exe": "C:\mozilla-1.9.2\objdir-ff-debug\dist\bin\nssckbi.dll" geladen, Symbole wurden geladen.
Der Thread '_threadstartex' (0xcf8) hat mit Code 0 (0x0) geendet.
Der Thread 'Win32 Thread' (0xb40) hat mit Code 0 (0x0) geendet.
Der Thread '_threadstartex' (0x258) hat mit Code 0 (0x0) geendet.
Der Thread '_threadstartex' (0xde8) hat mit Code 0 (0x0) geendet.
Der Thread '_threadstartex' (0xae4) hat mit Code 0 (0x0) geendet.
"firefox.exe": "C:\WINDOWS\system32\shdocvw.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\cryptui.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wintrust.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\riched20.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\riched20.dll" entladen.
Der Thread '_threadstartex' (0x4f4) hat mit Code 0 (0x0) geendet.
"firefox.exe": "C:\Programme\Windows Media Player\npdsplay.dll" geladen, Die Binärdaten wurden nicht mit Debuginformationen erstellt.
"firefox.exe": "C:\WINDOWS\system32\oledlg.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\olepro32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wmpdxm.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\mpr.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wmp.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msvfw32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dbghelp.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wmploc.dll" geladen, Die Binärdaten wurden nicht mit Debuginformationen erstellt.
"firefox.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2df\GdiPlus.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\MFPLAT.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\jscript.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\sxs.dll" wurde geladen
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: COleException an Speicherposition 0x0012f0dc..
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: COleException an Speicherposition 0x0012f0dc..
"firefox.exe": "C:\WINDOWS\system32\WMVCore.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\wmasf.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\mlang.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\WMNetmgr.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msxml3.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msxml3.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\msxml3.dll" wurde geladen
Der Thread '_threadstartex' (0xf60) hat mit Code 0 (0x0) geendet.
"firefox.exe": "C:\WINDOWS\system32\msxml3.dll" entladen.
"firefox.exe": "C:\WINDOWS\system32\wdigest.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\rsaenh.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\winhttp.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dsound.dll" wurde geladen
Der Thread '_threadstartex' (0xfdc) hat mit Code 0 (0x0) geendet.
"firefox.exe": "C:\WINDOWS\system32\quartz.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msdmo.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\WMADMOD.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\WMVDECOD.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\devenum.dll" wurde geladen
"firefox.exe": "C:\Programme\K-Lite Codec Pack\ffdshow\ffdshow.ax" geladen, Die Binärdaten wurden nicht mit Debuginformationen erstellt.
"firefox.exe": "C:\WINDOWS\system32\dinput.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\d3d9.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\d3d8thk.dll" wurde geladen
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_> an Speicherposition 0x0a92e4b8..
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: [rethrow] an Speicherposition 0x00000000..
"firefox.exe": "C:\Programme\K-Lite Codec Pack\Filters\vsfilter.dll" geladen, Die Binärdaten wurden nicht mit Debuginformationen erstellt.
"firefox.exe": "C:\WINDOWS\system32\wdmaud.drv" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msacm32.drv" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\msacm32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\midimap.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\ksuser.dll" wurde geladen
Der Thread 'Win32 Thread' (0x3dc) hat mit Code 0 (0x0) geendet.
Der Thread 'Win32 Thread' (0x4cc) hat mit Code 0 (0x0) geendet.
Der Thread 'Win32 Thread' (0x1d8) hat mit Code 0 (0x0) geendet.
"firefox.exe": "C:\WINDOWS\system32\ddraw.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\dciman32.dll" wurde geladen
"firefox.exe": "C:\WINDOWS\system32\d3dim700.dll" wurde geladen
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: ssf::Exception an Speicherposition 0x0a82f5d0..
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: CFileException an Speicherposition 0x0a82f6a0..
Unbehandelte Ausnahme bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: CFileException an Speicherposition 0x0a82f6a0..
firefox.exe hat einen Haltepunkt ausgelöst.
Eine Ausnahme (erste Chance) bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: CFileException an Speicherposition 0x0a82f668..
Unbehandelte Ausnahme bei 0x7c812afb in firefox.exe: Microsoft C++-Ausnahme: CFileException an Speicherposition 0x0a82f668..
#########################
#########################
Call Stack - crashed Thread:
#########################
#########################
> kernel32.dll!7c812afb()
[Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder fehlen, keine Symbole geladen für kernel32.dll]
kernel32.dll!7c812afb()
quartz.dll!747b5963()
devenum.dll!765f4e82()
quartz.dll!747becc4()
ole32.dll!774cd430()
oleaut32.dll!770f4a44()
devenum.dll!765f4e9f()
quartz.dll!747bed45()
quartz.dll!747b55a3()
quartz.dll!747b4f38()
wmp.dll!12ca9f97()
wmp.dll!12ad3dac()
kernel32.dll!7c80b729()
#########################
#########################
Call Stack - Main Thread:
#########################
#########################
ntdll.dll!7c91e514()
[Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder fehlen, keine Symbole geladen für ntdll.dll]
ntdll.dll!7c91df4a()
kernel32.dll!7c809590()
user32.dll!7e3695f9()
wmp.dll!12ca8ab6()
wmp.dll!12ad3ff4()
wmp.dll!12c56dec()
wmp.dll!12c1d59e()
wmp.dll!12c1e051()
wmp.dll!12a44641()
wmp.dll!12a3ff0d()
wmp.dll!12a3e363()
wmp.dll!129669ba()
wmp.dll!1295aff8()
wmp.dll!1295afa9()
user32.dll!7e368734()
user32.dll!7e368816()
user32.dll!7e3689cd()
user32.dll!7e368a10()
> xul.dll!nsAppShell::ProcessNextNativeEvent(int mayWait=1) Zeile 180 C++
xul.dll!nsBaseAppShell::DoProcessNextNativeEvent(int mayWait=1) Zeile 155 + 0x11 Bytes C++
xul.dll!nsBaseAppShell::OnProcessNextEvent(nsIThreadInternal * thr=0x012d65a8, int mayWait=1, unsigned int recursionDepth=0) Zeile 311 + 0xf Bytes C++
xul.dll!nsThread::ProcessNextEvent(int mayWait=1, int * result=0x0012f74c) Zeile 510 C++
xul.dll!NS_ProcessNextEvent_P(nsIThread * thread=0x012d65a8, int mayWait=1) Zeile 250 + 0x16 Bytes C++
xul.dll!mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate * aDelegate=0x012d2bd8) Zeile 142 + 0xe Bytes C++
xul.dll!MessageLoop::RunInternal() Zeile 217 C++
xul.dll!MessageLoop::RunHandler() Zeile 200 C++
xul.dll!MessageLoop::Run() Zeile 174 C++
xul.dll!nsBaseAppShell::Run() Zeile 180 C++
xul.dll!nsAppStartup::Run() Zeile 183 + 0x1c Bytes C++
xul.dll!XRE_main(int argc=1, char * * argv=0x00bef938, const nsXREAppData * aAppData=0x00beff60) Zeile 3483 + 0x25 Bytes C++
firefox.exe!NS_internal_main(int argc=1, char * * argv=0x00bef938) Zeile 158 + 0x12 Bytes C++
firefox.exe!wmain(int argc=1, wchar_t * * argv=0x00bec2f0) Zeile 120 + 0xd Bytes C++
firefox.exe!__tmainCRTStartup() Zeile 583 + 0x19 Bytes C
firefox.exe!wmainCRTStartup() Zeile 403 C
kernel32.dll!7c817077()
msvcr90d.dll!_mbsnbcpy_l(unsigned char * dst=0x01f88310, const unsigned char * src=0xd2e90a74, unsigned int cnt=3909091328, localeinfo_struct * plocinfo=0x000000cd) Zeile 57 + 0x29 Bytes C++
42b70ff8()
#########################
#########################
Threads:
#########################
#########################
0 > 156 Hauptthread Hauptthread nsAppShell::ProcessNextNativeEvent Normal 0
0 2112 Workerthread Gecko_IOThread PlatformThread::CurrentId Normal 0
0 2480 Workerthread Win32 Thread 7c91e514 Höher als normal 0
0 2796 Workerthread _threadstartex ssl_FreeSocket Normal 0
0 2560 Workerthread _threadstartex nsNotifyAddrListener::Run Normal 0
0 2472 Workerthread Win32 Thread 7c91e514 Normal 0
0 3096 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 3820 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 3092 Workerthread _threadstartex _PR_MD_WAIT_CV Niedriger als normal 0
0 3148 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 3216 RPC-Thread RPC-Rückrufthread 7c91e514 Normal 0
0 3220 RPC-Thread RPC-Rückrufthread 7c91e514 Normal 0
0 3276 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 3492 Workerthread _threadstartex _free_base Normal 0
0 2008 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 3324 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 3304 Workerthread _threadstartex nsAutoLockBase::~nsAutoLockBase Normal 0
0 3364 Workerthread _threadstartex _PR_MD_WAIT_CV Normal 0
0 1948 Workerthread _threadstartex _free_base Normal 0
0 3332 Workerthread _threadstartex nsDownloadScannerWatchdog::WatchdogThread Normal 0
0 2300 Workerthread js_FoldConstants nanojit::Assembler::asm_arith Normal 0
0 3508 RPC-Thread RPC-Rückrufthread 7c91e514 Normal 0
0 1604 Workerthread Win32 Thread 7c91e514 Normal 0
0 1924 Workerthread Win32 Thread 7c91e514 Normal 0
0 2488 Workerthread Win32 Thread 7c91e514 Normal 0
0 1836 Workerthread Win32 Thread 7c91e514 Höchste 0
0 2704 Workerthread Win32 Thread 7c91e514 Normal 0
0 3252 Workerthread Win32 Thread 7c91e514 Normal 0
0 2652 Workerthread Win32 Thread 7c91e514 Normal 0
0 3616 Workerthread Win32 Thread 7c91e514 Normal 0
0 3608 Workerthread Win32 Thread 7c91e514 Normal 0
0 972 Workerthread Win32 Thread 7c91e514 Normal 0
0 2436 Workerthread Win32 Thread 7c812afb Normal 0
0 4084 Workerthread Win32 Thread 7c91e514 Normal 0
0 252 Workerthread Win32 Thread 7c91e514 Normal 0
0 292 Workerthread Win32 Thread 7c91e514 Normal 0
0 2448 Workerthread Win32 Thread 7c91e514 Zeitlich bedingt 0
0 1088 Workerthread Win32 Thread 7c91e514 Normal 0
0 2672 Workerthread Win32 Thread 7c91e514 Niedrigste 0
#########################
#########################
Call Stack - Gecko_IOThread:
#########################
#########################
ntdll.dll!7c91e514()
[Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder fehlen, keine Symbole geladen für ntdll.dll]
ntdll.dll!7c91da4a()
kernel32.dll!7c80a7e6()
> xul.dll!PlatformThread::CurrentId() Zeile 35 C++
xul.dll!base::MessagePumpForIO::GetIOItem(unsigned long timeout=4294967295, base::MessagePumpForIO::IOItem * item=0x0153fd60) Zeile 528 + 0x25 Bytes C++
xul.dll!base::MessagePumpForIO::WaitForIOCompletion(unsigned long timeout=4294967295, base::MessagePumpForIO::IOHandler * filter=0x00000000) Zeile 499 + 0x10 Bytes C++
xul.dll!base::MessagePumpForIO::WaitForWork() Zeile 493 C++
xul.dll!base::MessagePumpForIO::DoRunLoop() Zeile 477 + 0x8 Bytes C++
xul.dll!base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate * delegate=0x0153feac, base::MessagePumpWin::Dispatcher * dispatcher=0x00000000) Zeile 54 C++
xul.dll!base::MessagePumpWin::Run(base::MessagePump::Delegate * delegate=0x0153feac) Zeile 78 + 0x15 Bytes C++
xul.dll!MessageLoop::RunInternal() Zeile 217 C++
xul.dll!MessageLoop::RunHandler() Zeile 200 C++
xul.dll!MessageLoop::Run() Zeile 174 C++
xul.dll!base::Thread::ThreadMain() Zeile 168 C++
xul.dll!`anonymous namespace'::ThreadFunc(void * closure=0x012d2d00) Zeile 27 C++
kernel32.dll!7c80b729()
#########################
#########################
If you need further information, please let me know. I would really appreciate if this bug could be fixed.
Btw: I've tested with 3.6.9 beta (Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9 (.NET CLR 3.5.30729)) and it CRASHED too.
Please tell me, if you could need all that information!
![]() |
||
Comment 33•15 years ago
|
||
(In reply to comment #32)
> Hello,
> Finally, I managed to Debug it with VS, and there I could see all threads.
> Here i give you the output, the list of threads, the call stack of
>
> Call Stack - crashed Thread:
> #########################
> #########################
> > kernel32.dll!7c812afb()
> [Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder
> fehlen, keine Symbole geladen für kernel32.dll]
> kernel32.dll!7c812afb()
> quartz.dll!747b5963()
> devenum.dll!765f4e82()
> quartz.dll!747becc4()
> ole32.dll!774cd430()
> oleaut32.dll!770f4a44()
> devenum.dll!765f4e9f()
> quartz.dll!747bed45()
> quartz.dll!747b55a3()
> quartz.dll!747b4f38()
> wmp.dll!12ca9f97()
> wmp.dll!12ad3dac()
> kernel32.dll!7c80b729()
> #########################
> #########################
If this is the crashing thread, it's a crash in a thread windows media creates and in their code. (btw, quartz.dll is a component of DirectShow, which wmp uses to display video.)
> Call Stack - Main Thread:
> #########################
> #########################
> ntdll.dll!7c91e514()
> [Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder
> fehlen, keine Symbole geladen für ntdll.dll]
> ntdll.dll!7c91df4a()
> kernel32.dll!7c809590()
> user32.dll!7e3695f9()
> wmp.dll!12ca8ab6()
> wmp.dll!12ad3ff4()
> wmp.dll!12c56dec()
> wmp.dll!12c1d59e()
> wmp.dll!12c1e051()
> wmp.dll!12a44641()
> wmp.dll!12a3ff0d()
> wmp.dll!12a3e363()
> wmp.dll!129669ba()
> wmp.dll!1295aff8()
> wmp.dll!1295afa9()
> user32.dll!7e368734()
> user32.dll!7e368816()
> user32.dll!7e3689cd()
> user32.dll!7e368a10()
> > xul.dll!nsAppShell::ProcessNextNativeEvent(int mayWait=1) Zeile 180 C++
> xul.dll!nsBaseAppShell::DoProcessNextNativeEvent(int mayWait=1) Zeile
This is our main thread, and it's wrapped up in windows media as well delivering an event.
Debugging this further would be pretty advanced stuff. (figuring out why kernel32.dll!7c812afb() crashed.) But I'm not sure there's a need to, it doesn't look like this is caused by our code.
However I'm curious mario, can you reproduce this in ie?
Updated•15 years ago
|
Whiteboard: [sg:vector-? (WMP)]
Reporter | ||
Comment 34•15 years ago
|
||
I could reproduce it with WMP only. I used the mms Link, "Open URL", and WMP 11 crashed.
Reporter | ||
Comment 35•15 years ago
|
||
Now the video is not available anymore (just one week).
I wonder why Firefox crashes if a plugin of it crashes?
Comment 36•15 years ago
|
||
Getting plugins to work properly out-of-process (so a plugin crash won't take down Firefox) has been an uphill battle. Firefox 4 will be the first version to run all plugins out-of-process.
Reporter | ||
Comment 37•15 years ago
|
||
OK, i have read about that.
This bug is resolved now (as its no firefox issue)? and it can be opened i think?!
Comment 38•13 years ago
|
||
Resolving this as invalid based on comment 33 and the lack of movement on it in the last 1 1/2 years. Please reopen if this is actually a Firefox issue and not just an issue with Windows Media Player.
I will note that the repro page gives a 404 now as well.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•