[Bug 101324] Crash using xf86-video-intel with I-V-O sna_dri2_schedule_swap:3321

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 7 09:02:18 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101324

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
(In reply to Pablo Cholaky from comment #0)
> Created attachment 131756 [details]
> Initial crash X log.

That one is a bit more insiduous. It means the client ended up rendering
directly into the frontbuffer. Whilst any client has a bo as their frontbuffer,
or whilst a bo is on a scanout, it raises its active count, and while the
active count is non-zero it is not allowed to be given to a client to use as a
back buffer. The tracking is on the bo, so it should hold true as we
interchange the frontbuffer for TearFree. However, that screwed up somewhere
and has so far evaded all the asserts meant to try and catch the screw up much
earlier.

How big is the window being swapped in comparison to the multiple monitors? Do
it match the full screen size, a single monitor, or none?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170607/1637d147/attachment-0001.html>


More information about the intel-gfx-bugs mailing list