<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - crash with openGL function glRasterPos2i() when using r600 driver if mesa is built with llvm 3.7 libs"
   href="https://llvm.org/bugs/show_bug.cgi?id=25021">25021</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>crash with openGL function glRasterPos2i() when using r600 driver if mesa is built with llvm 3.7 libs
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.7
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>System Library
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mister.freeman@laposte.net
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I use archlinux 64 bits, graphic card : amd radeon HD4650 Pcie, cpu : intel
pentium dual core E6800 3.33 Ghz,

when building mesa 11.0.2 with llvm 3.7.0 version then a bug will occur with
the r600 driver when a program uses the openGL function "glRasterPos2i()", for
example the test program "tunnel" provided by the mesa-demos package, this
program will crash with the error "illegal instruction",

flightgear 3.4 will also crash at startup ( because it uses the glRasterPos2i()
function ),

the workaround is to build mesa 11.0.2 with the previous version of LLVM (
3.6.2 ), there is no bug if LLVM 3.6.2 and llvm-libs 3.6.2 are used during the
build of mesa 11.0.2,

I create first a bugreport in mesa website :

<a href="https://bugs.freedesktop.org/show_bug.cgi?id=92214">https://bugs.freedesktop.org/show_bug.cgi?id=92214</a>

I thought it was mesa 11.0.2 the culprit but in fact it's llvm 3.7.0 the real
culprit,

something is wrong in llvm 3.7.0,

I use also gcc-multilib 5.2.0-2, glibc 2.22-3, maybe the combination between
glibc 2.22-3 and llvm 3.7.0 is not good</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>