<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [i965] segfault on draw call without vbo set"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72571#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [i965] segfault on draw call without vbo set"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72571">bug 72571</a>
              from <span class="vcard"><a class="email" href="mailto:bugs@linkmauve.fr" title="Link Mauve <bugs@linkmauve.fr>"> <span class="fn">Link Mauve</span></a>
</span></b>
        <pre>Here is an example program (from <a href="http://open.gl/">http://open.gl/</a>) reproducing that issue:
<a href="http://linkmauve.fr/files/mesa_testcase.cpp">http://linkmauve.fr/files/mesa_testcase.cpp</a>

To compile it:
g++ -DGL_GLEXT_PROTOTYPES -lsfml-window -lsfml-system -lGL mesa_testcase.cpp

Line 47 is commented, this was the call I forgot that made this segfault
happen.

If I also comment line 46, I get this segfault instead (but with an error
before):
0xf7d7c6b6 in __memcpy_ssse3_rep () from /usr/lib/libc.so.6</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>