<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - X is crashing with segmentation fault"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66515#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - X is crashing with segmentation fault"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66515">bug 66515</a>
              from <span class="vcard"><a class="email" href="mailto:b.harrington@samsung.com" title="Bryce Harrington <b.harrington@samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span></b>
        <pre>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.)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>