Summary: | TearFree: Xorg SIGABRT caused by Chromium | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Pascal de Bruijn <pmjdebruijn> | ||||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||||
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Severity: | minor | ||||||||
Priority: | medium | ||||||||
Version: | 7.7 (2012.06) | ||||||||
Hardware: | x86-64 (AMD64) | ||||||||
OS: | Linux (All) | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Pascal de Bruijn
2013-12-13 19:34:42 UTC
If you have a valgrind log with the patch I suggested, that would be useful as well. Just to see if it had any success at all. Created attachment 90795 [details] [review] Recurse, no shall you. Pascal, a variant on the previous approach to try and requeue the vblank events in the middle of the TearFree wait. So with the previous patch you supplied me via IRC, I could still reproduce the issue. Now with "Recurse, no shall you", it seems I can no longer reproduce the issue. But since it's a timing related issue, I'll keep using the patched driver for a couple of days, to see if I accidentally trigger the issue. I'll report back in a couple of days. I did however have a situation where the screen went black, and switching to vt1 and switching back to Xorg "got me my screen back". Xorg didn't crash as far as I can tell (nothing in dmesg), and all my application were still as I "left" them. That said, I do recall experiencing something like this before applying this patch, so this may be another unrelated issue. Another user describes a similar thing in #71585. *fingers crossed* commit c8e339edd31859820907115c8d618b0fec3ef227 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Dec 15 09:39:54 2013 +0000 sna: Avoid recursive out-of-order operations in the middle of TearFree During TearFree, if we have to wait for the shadow flip to complete, we run the event handler for the device. This can then cause us to evaluate pending completed vblank events, which may in turn then attempt to use the shadow bo and recurse into the TearFree handler. Try to prevent this and requeue the vblank event. Reported-by: Pascal de Bruijn <pmjdebruijn@pcode.nl> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72690 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> So I just pushed a new git master build to my PPA, which includes your new commits (2.99.906+git20131216.9289e2c5), which I'll continue to test over the coming days. |
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.