<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [sna suse] ddx assertion hits"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70461#c47">Comment # 47</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [sna suse] ddx assertion hits"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70461">bug 70461</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>The asserts genuine, but I can't see a rational reason for it to fire. :|

I've pushed

commit e1e853edee67c3ced43d5e4b1fbd52ca4c92966d
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Mon Jun 23 10:14:09 2014 +0100

    sna/gen4+: Add some more asserts around recreating vertex buffers

    References: <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [sna suse] ddx assertion hits"
   href="show_bug.cgi?id=70461#c46">https://bugs.freedesktop.org/show_bug.cgi?id=70461#c46</a>
    Signed-off-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>

to add a few more asserts around the place. Are you able to reproduce this? If
so, could you add

diff --git a/src/sna/gen4_vertex.c b/src/sna/gen4_vertex.c
index 31044d6..33aca0d 100644
--- a/src/sna/gen4_vertex.c
+++ b/src/sna/gen4_vertex.c
@@ -38,6 +38,9 @@
 #define sse2
 #endif

+#undef DBG
+#define DBG(x) ErrorF x
+
 void gen4_vertex_align(struct sna *sna, const struct sna_composite_op *op)
 {
        int vertex_index;
@@ -303,6 +306,9 @@ void gen4_vertex_close(struct sna *sna)
                kgem_bo_destroy(&sna->kgem, free_bo);
 }

+#undef DBG
+#define DBG(x)
+
 /* specialised vertex emission routines */

 #define OUT_VERTEX(x,y) vertex_emit_2s(sna, x,y) /* XXX assert(!too_large(x,
y)); */

and capture the output?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>