[Bug 66515] X is crashing with segmentation fault

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 31 13:09:23 PDT 2013


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

--- Comment #4 from Bryce Harrington <b.harrington at samsung.com> ---
xTrapezoidValid() is:

#define xTrapezoidValid(t)  ((t)->left.p1.y != (t)->left.p2.y && \
                             (t)->right.p1.y != (t)->right.p2.y && \
                             (int) ((t)->bottom - (t)->top) > 0)

Maybe try printing out traps when it's in a crashed state?  (Doing a 'bt full'
after a crash would gather values of other variables that might be of interest
too.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20130731/54b3db3f/attachment.html>


More information about the xorg-driver-ati mailing list