Closed
Bug 866652
Opened 13 years ago
Closed 13 years ago
Crash in mozilla::layers::CreateTextureHostD3D9 with abort message: "not implemented" (OMTC enabled)
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
VERIFIED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox22 | --- | unaffected |
| firefox23 | --- | affected |
People
(Reporter: Virtual, Unassigned)
References
()
Details
(4 keywords)
Crash Data
Going to http://www.scroogled.com/mail with OMTC enabled (layers.offmainthreadcomposition.enabled;true) crashes the browser.
Crashlogs:
https://crash-stats.mozilla.com/report/index/bp-9a26cb46-60cc-411a-8341-a90c62130429
https://crash-stats.mozilla.com/report/index/bp-553038c9-7ef6-49f2-8f7f-911f82130429
https://crash-stats.mozilla.com/report/index/bp-eb0f82c7-3488-4388-96ba-281092130429
| Reporter | ||
Updated•13 years ago
|
Blocks: layers-refactoring
Crash Signature: [@ mozalloc_abort(char const* const) | NS_DebugBreak | mozilla::layers::CreateTextureHostD3D9(int, unsigned int, unsigned int) ]
Comment 1•13 years ago
|
||
It doesn't crash for me.
Does it happen in Safe Mode?
status-firefox22:
--- → unaffected
status-firefox23:
--- → affected
Hardware: x86_64 → x86
Summary: Crash in mozilla::layers::CreateTextureHostD3D9 with OMTC → Crash in mozilla::layers::CreateTextureHostD3D9 with abort message: "not implemented" (OMTC enabled)
| Reporter | ||
Comment 2•13 years ago
|
||
I can't reproduce it in Nightly Portable with a clean new profile without any addons.
But after some diagnosing it further, I discovered that these crashes are caused by both settings set to true:
layers.async-video.enabled;true
layers.offmainthreadcomposition.enabled;true
https://crash-stats.mozilla.com/report/index/bp-0dc26e70-cb7b-415a-b5d1-e36952130429
Blocks: omtc
Comment 3•13 years ago
|
||
It also crashes for me with these both prefs.
| Reporter | ||
Updated•13 years ago
|
Comment 4•13 years ago
|
||
OMTC is not supported on Windows yet, so a crash is pretty much expected.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•13 years ago
|
Crash Signature: [@ mozalloc_abort(char const* const) | NS_DebugBreak | mozilla::layers::CreateTextureHostD3D9(int, unsigned int, unsigned int) ] → [@ mozalloc_abort(char const* const) | NS_DebugBreak | mozilla::layers::CreateTextureHostD3D9(int, unsigned int, unsigned int) ]
[@ mozalloc_abort(char const* const) | NS_DebugBreak]
Hardware: x86 → All
| Reporter | ||
Comment 5•13 years ago
|
||
(In reply to Nick Cameron [:nrc] [PTO until 20th May] from comment #4)
> OMTC is not supported on Windows yet, so a crash is pretty much expected.
True!
Retesting this as now OMTC landed on Windows shows that crashing didn't occur anymore.
Status: RESOLVED → VERIFIED
Keywords: crashreportid
| Reporter | ||
Updated•8 years ago
|
Keywords: nightly-community
| Reporter | ||
Updated•8 years ago
|
QA Contact: Virtual
| Reporter | ||
Updated•6 years ago
|
Keywords: crashreportid
You need to log in
before you can comment on or make changes to this bug.
Description
•