Closed
Bug 1277526
Opened 8 years ago
Closed 8 years ago
Crash in RtlpCoalesceFreeBlocks | RtlpFreeHeap | RtlpCoalesceFreeBlocks | HeapFree | atiumdag.dll@0x4588c
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: kanru, Assigned: mozbugz)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-4284f3bb-026b-47ac-8533-99dce2160531.
=============================================================
Crashed in third party code after mozilla::D3D9DXVA2Manager::Init(nsACString_internal&)
This is #9 crash on Nightly 20160530071207. The crash started from build 20160517030211. Chris, do you have any idea?
Flags: needinfo?(cpearce)
Updated•8 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•8 years ago
|
Priority: -- → P1
Probably requires blacklisting if we haven't done so already.
Assignee: nobody → gsquelart
Assignee | ||
Comment 2•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/60440/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/60440/
Attachment #8764762 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 3•8 years ago
|
||
Small try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=763ae97b30c1032ba29c6643e471cf654da1b0b1
Flags: needinfo?(cpearce)
Updated•8 years ago
|
Attachment #8764762 -
Flags: review?(nical.bugzilla) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8764762 [details]
Bug 1277526 - Blacklist ATI win7 drivers 8.850.0.0 -
https://reviewboard.mozilla.org/r/60440/#review57416
Looks good, crashstats also shows a few instances with driver version 8.851.0.0 (worth keeping an eye on).
Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e6f557c0b526
Blacklist ATI win7 drivers 8.850.0.0 - r=nical
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 7•8 years ago
|
||
Should this be disabling all features or only DXVA?
Flags: needinfo?(gsquelart)
Comment 8•8 years ago
|
||
Also, is there a reason to believe that this problem only occurs on a specific driver? I get a whole bunch of similar signatures across a variety of drivers as shown by this search:
https://crash-stats.mozilla.com/search/?signature=%40.%2ARtlp.%2Aatium.%2ACreateDeviceLHDDI.%2A&_facets=signature&_facets=adapter_driver_version&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-adapter_driver_version
Assignee | ||
Comment 9•8 years ago
|
||
Based on Jeff's insightful comments and some discussion with Anthony, and the fairly low volume of issues, I think I'll just back this out.
Alternatives would have been to leave it, but it's only targeting a very small subset of 'RtlpCoalesceFreeBlocks' crashes; or to expand the blacklisting to more driver versions, but it would just remove too much functionality for too many people.
My main hope is that bug 1284672 will just fix this class of issues. And Anthony has some more ideas to deal with these crashes, more to come...
Flags: needinfo?(gsquelart)
You need to log in
before you can comment on or make changes to this bug.
Description
•