<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </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 - Valgrind show a lot of invalid read/write when running Godot Engine"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111001">111001</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Valgrind show a lot of invalid read/write when running Godot Engine
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

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

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

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>synaptykq@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=144638" name="attach_144638" title="Valgrind Laptop">attachment 144638</a> <a href="attachment.cgi?id=144638&action=edit" title="Valgrind Laptop">[details]</a></span>
Valgrind Laptop

Hi,
I tried to use valgrind on laptop, but it shows a lot of invalid reads/writes
when running Godot(log Valgrind.txt). 
On system with Nvidia(PC Specs below) this error doesn't occurs.

To reproduce bug probably Godot must be compiled from source(howto
<a href="https://docs.godotengine.org/en/latest/development/compiling/compiling_for_x11.html">https://docs.godotengine.org/en/latest/development/compiling/compiling_for_x11.html</a>)

git clone <a href="https://github.com/godotengine/godot.git">https://github.com/godotengine/godot.git</a>
cd godot
scons p=x11 -j3
bin/godot.x11.tools.64


When I open it
My Laptop Specs:
 Intel HD 3000
 Intel i3 2330m
 Ubuntu 19.04
 Mesa 19.2.0-devel - padoka PPA
My PC Specs:
 Intel i7 4770K
 Nvidia GTX 970, 430.26

Valgrind commmand

valgrind --log-file="/home/rafal/valgrind.txt" --leak-check=full
--show-leak-kinds=definite --child-silent-after-fork=yes godot

(--child-silent-after-fork is needed because
<a href="https://github.com/godotengine/godot/issues/29844#issuecomment-502772087">https://github.com/godotengine/godot/issues/29844#issuecomment-502772087</a>)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>