<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:luka.napotnik@visionect.com" title="Luka Napotnik <luka.napotnik@visionect.com>"> <span class="fn">Luka Napotnik</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Program terminates with SIGBUS if running in Docker"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100432">bug 100432</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Program terminates with SIGBUS if running in Docker"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100432#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Program terminates with SIGBUS if running in Docker"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100432">bug 100432</a>
              from <span class="vcard"><a class="email" href="mailto:luka.napotnik@visionect.com" title="Luka Napotnik <luka.napotnik@visionect.com>"> <span class="fn">Luka Napotnik</span></a>
</span></b>
        <pre>The problem is in the shared memory device (/dev/shm) that is mounted inside
the Docker container. By default, docker mounts it as a 64 MB (correct me if
I'm wrong) filesystem, which might be too small for some applications.

The solution is to specify --shm-size when running the container and increase
the size. Or by sharing the system /dev/shm by adding it as a volume. The
crashes vanished after resizing /dev/shm in the container.</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>