<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - MATLAB hangs with DRI3"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96671#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - MATLAB hangs with DRI3"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96671">bug 96671</a>
              from <span class="vcard"><a class="email" href="mailto:martin.peres@free.fr" title="Martin Peres <martin.peres@free.fr>"> <span class="fn">Martin Peres</span></a>
</span></b>
        <pre>(In reply to Rick from <a href="show_bug.cgi?id=96671#c15">comment #15</a>)
<span class="quote">> The hang should occur with the latest MATLAB releases (16a and 16b).  MATLAB
> should be using hardware OpenGL by default, so there shouldn't be a need to
> provide the -nosoftwareopengl startup argument.  It is possible that MATLAB
> start up detected a problem with the graphics hardware support and switched
> to using software OpenGL.  If you start MATLAB without the -nosoftwareopengl
> argument, what output does the 'opengl info' command produce?  Thanks.</span >

OK, I figured out why matlab reverted directly to using the software GL:
sys/os/glnxa64/libstdc++.so.6: version `CXXABI_1.3.9' not found

This libstdc++ is a little old and does not support the new CXXABI introduced
in gcc 4.9 which archlinux is using. I deleted this file and it reverted back
to using the system-provided library.

I still get a crash though
(<a href="https://bugs.freedesktop.org/attachment.cgi?id=129134">https://bugs.freedesktop.org/attachment.cgi?id=129134</a>). Will try to debug with
gdb what the heck is going on.</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>