Closed
Bug 662074
Opened 15 years ago
Closed 10 years ago
Crash [@ atidxx64!XdxInitXopServices] when D3D-Acceleration is enabled.
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: vityan, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
134.97 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:7.0a1) Gecko/20110604 Firefox/7.0a1
Build Identifier: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:7.0a1) Gecko/20110604 Firefox/7.0a1
Then D3D acceleration is turned-on in Firefox/SeaMonkey(I regularly build my own builds with debug information for FF/SM/TB for Win64(Native X64 with RU locale built-in) using VS2010 SP1) , visiting the specified site causes FF/SM to immediatly crash.
Notes:
IE9/X64 doesn't crash on this site.
FF/X32 Without D3D on Windows Server 2003 X32 With NVidia Card doesn't crash as well.
People are encouraged to test the other popular platforms(Linux/BSD and Win32) with enabled 3D acceleration as well.
People having NVidia Video cards or other chips(Like Intel) can test and report as well.
Reproducible: Always
Steps to Reproduce:
1.Enable D3D Acceleration via about:config.
2.Restart the browser to config change to take effect.
3.Open the http://www.cs.tau.ac.il/system URL.
Actual Results:
Firefox/SeaMonkey crashed(Tested both - Self-Built)
Expected Results:
URL should be opened and shown properly.
WinDbg X64 stacktrace attached(The only way to get proper info for native X64 builds).
OS: Windows Server 2008 R2
Build Config:
Source
Built from http://hg.mozilla.org/mozilla-central/rev/02d683d66b97
Build platform
target
x86_64-pc-mingw32
Build tools
Compiler Version Compiler flags
p;P:\mozilla-build\msys\mozilla-build\python\python2.6.exe -O p;P:\mozilla-build\msys\mozilla-build\src\build\cl.py cl 16.00.40219.01 -TC -nologo -W3 -Gy -Fdgenerated.pdb -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O1
p;P:\mozilla-build\msys\mozilla-build\python\python2.6.exe -O p;P:\mozilla-build\msys\mozilla-build\src\build\cl.py cl 16.00.40219.01 -TP -nologo -Zc:wchar_t- -W3 -Gy -Fdgenerated.pdb -wd4800 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O1
Configure arguments
--target=x86_64-pc-mingw32 --host=x86_64-pc-mingw32 --enable-optimize --enable-debug-symbols --enable-shared-js --disable-install-strip --enable-application=browser --with-l10n-base=.. --enable-ui-locale=ru --disable-accessibility
FF-Config:
gfx.font_rendering.cleartype.always_use_for_content;true
gfx.font_rendering.directwrite.enabled;true
gfx.use_text_smoothing_setting;true
mozilla.widget.render-mode;6
Video Adapter: Sapphire Radeon HD 4780 X2/2GB GDDR5
Catalyst versions tested: 11.3 and 11.5b
Firefox builds tested: 6.0a/15-05-2011 and 7.0a/04-06-2011
Seamonkey builds tested: 2.1a/15-05-2011 and 2.2a/04-06-2011
Updated•15 years ago
|
Component: General → Graphics
Keywords: crash
Product: Firefox → Core
QA Contact: general → thebes
Summary: Crash visiting specified URL in atidxx64.dll(Catalyst) then D3D-Acceleration is enabled. → Crash [@ atidxx64!XdxInitXopServices] when D3D-Acceleration is enabled.
Version: unspecified → Trunk
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ atidxx64!XdxInitXopServices]
These signatures no longer show up in crash reports. Please reopen if this is still occurring.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•