Bug 66836 - [r600g] WoW is crashing with HD6450
Summary: [r600g] WoW is crashing with HD6450
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 23:14 UTC by Chris Rankin
Modified: 2013-07-13 12:12 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Crash dump analysis (333.97 KB, text/plain)
2013-07-11 23:15 UTC, Chris Rankin
Details
dmesg output (61.70 KB, text/plain)
2013-07-11 23:16 UTC, Chris Rankin
Details

Description Chris Rankin 2013-07-11 23:14:30 UTC
WoW has started crashing with my Hd6450. A "git bisect" pinpoints this commit:

862f69fbe1e54e0e9a3c439450a14f0319648b60 is the first bad commit
commit 862f69fbe1e54e0e9a3c439450a14f0319648b60
Author: Marek Olšák <maraeo@gmail.com>
Date:   Sun Jun 30 14:57:17 2013 +0200

    r600g: don't call buffer_wait in buffer_mmap_sync_with_rings
    
    The winsys should do this, because it measures how much time we spend
    in buffer_map doing synchronization, which can be viewed with the gallium
    HUD.
    
    Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

:040000 040000 7443defc91af969379873fc85698e78cc0731b12 9a18818193c561b6aff233efc290f7655924cbd1 M	src

WoW's own crash dump analysis is attached, but the relevant part appears to be:

--- Thread ID: 74 [Current Thread] ---
00007FEEB939E2AD              radeon_get_reloc+45 (0000000000000000,0000000000000000,0000000000000000,0000000000000000)
00007FEEB939D6C7              radeon_bo_map+551 (0000000000000000,0000000000000000,0000000000000000,0000000000000000)
00007FEEB933C89B              r600_buffer_transfer_map+107 (0000000000000000,0000000000000000,0000000000000000,0000000000000000)
00007FEEB917A0D7              st_bufferobj_get_subdata+119 (0000000000000000,000

(It turns out that I was running WoW in DXD9 mode rather than OpenGL mode, but it still shouldn't have crashed.)
Comment 1 Chris Rankin 2013-07-11 23:15:07 UTC
Created attachment 82348 [details]
Crash dump analysis
Comment 2 Chris Rankin 2013-07-11 23:16:54 UTC
Created attachment 82349 [details]
dmesg output
Comment 3 Marek Olšák 2013-07-13 01:03:16 UTC
This should be fixed by: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06b38dbab287026625de302e80e9806db206c43e
Comment 4 Chris Rankin 2013-07-13 12:12:33 UTC
Yes, that works. Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.