Summary: | [hsw] X server crash while scrolling in firefox | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Joseph Yasi <joe.yasi> | ||||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Severity: | major | ||||||||
Priority: | medium | CC: | intel-gfx-bugs | ||||||
Version: | XOrg git | ||||||||
Hardware: | x86-64 (AMD64) | ||||||||
OS: | Linux (All) | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Joseph Yasi
2013-10-06 17:24:04 UTC
Please attach the stacktrace from the crash. Created attachment 87213 [details]
Stacktrace of the crash
Here is the stacktrace.
valgrind hasn't found anything yet, but I think this is commit d462475b7ecca6eb001b521185d2f7286031a8d8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Oct 7 10:04:15 2013 +0100 sna/trapezoids: Fix overstepping vertical edges Regression from commit c98b770a87a5ec5ed9dc0aa375ad173b0e98322e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Oct 4 18:37:01 2013 +0100 sna/trapezoids: Add a precise scan converter Reported-by: Joseph Yasi <joe.yasi@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70204 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Please reopen if it still fails. Valgrind has turned up something. Now trying without inlining to see I can make more sense of it... This is going to take some time! Created attachment 87246 [details]
Stacktrace of the crash with -O0 -g3
I recompiled with -O0 and -g3 to provide a little more information in the stack trace. I hope this helps.
Well, that wasn't the bug I was expecting to find. The change in code uncovered a much more serious pre-existing bug. This should fix it: commit 06a8ad9690590a605b1564012d062b98c60546a6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Oct 7 23:21:38 2013 +0100 sna/trapezoids: Recompute num_threads to match range We need to be careful not to execute threads past the end of the alloted buffer by making sure the clip extents correctly align. Reported-by: Joseph Yasi <joe.yasi@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70204 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Thanks, that fixed it. Good work digging that out. |
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.