<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks Dave!<br>
      <br>
      On 08/09/2013 10:15 AM, David E DeMarle wrote:<br>
    </div>
    <blockquote
cite="mid:CANjZAi8tTbyT9aAx9KUWOJ_Y2AqhTKFo1KkugWn9wYveDmmP6A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Ah, it is not. That file is dead to my knowledge.
        <div><br>
          <div style="">The machine has its own suppressions file,
            checked into the kitware internal dashboard script
            repository, which you can otherwise view via the notes link
            on cdash.</div>
          <div style=""><br>
          </div>
          <div style="">I will bring the new supression today.</div>
        </div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>David E DeMarle<br>
          Kitware, Inc.<br>
          R&D Engineer<br>
          21 Corporate Drive<br>
          Clifton Park, NY 12065-8662<br>
          Phone: 518-881-4909</div>
        <br>
        <br>
        <div class="gmail_quote">On Fri, Aug 9, 2013 at 1:13 PM, burlen
          <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>Hi All,<br>
                <br>
                My patch to VTKValgrindSuppressions.supp had no affect
                on the karego Ubuntu-Valgrind dashboard. Is that file
                even in use? What's the right way to add a suppression
                for this dashboard?<span class="HOEnZb"><font
                    color="#888888"><br>
                    <br>
                    Burlen</font></span>
                <div>
                  <div class="h5"><br>
                    <br>
                    On 07/28/2013 04:44 AM, Bill Lorensen wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr"><br>
                      <br>
                      <div class="gmail_quote">---------- Forwarded
                        message ----------<br>
                        From: <b class="gmail_sendername">Burlen Loring</b>
                        <span dir="ltr"><<a moz-do-not-send="true"
                            href="mailto:burlen.loring@gmail.com"
                            target="_blank">burlen.loring@gmail.com</a>></span><br>
                        Date: Sat, Jul 27, 2013 at 7:02 PM<br>
                        Subject: Re: [vtk-developers] New valgrind
                        defect after checkins on July 11<br>
                        To: Bill Lorensen <<a moz-do-not-send="true"
                          href="mailto:bill.lorensen@gmail.com"
                          target="_blank">bill.lorensen@gmail.com</a>><br>
                        <br>
                        <br>
                        <div text="#000000" bgcolor="#FFFFFF">
                          <div>Hi Bill,<br>
                            <br>
                            Thanks for waiting for me to finish my last
                            patch. I wasn't sure if it would change the
                            path through this test since it disabled
                            some OpenGL features for Mesa 7. It looks
                            like we need a suppression for these errors.
                            I've copied the suppressions from the test
                            output into a new patch,  <a
                              moz-do-not-send="true"
                              href="http://review.source.kitware.com/#/c/12115/"
                              target="_blank">http://review.source.kitware.com/#/c/12115/</a>.  


                            I wouldn't want to merge it without trying
                            it first, would you (or anyone who has
                            access to karego) mind verifying that this
                            fixes the issue?<br>
                            <br>
                            Thank you<span><font color="#888888"><br>
                                Burlen</font></span>
                            <div>
                              <div><br>
                                <br>
                                On 7/19/2013 10:22 AM, Bill Lorensen
                                wrote:<br>
                              </div>
                            </div>
                          </div>
                          <div>
                            <div>
                              <blockquote type="cite">
                                <div dir="ltr">
                                  <div>
                                    <div>
                                      <div>
                                        <div>
                                          <div>Burlen,<br>
                                            <br>
                                          </div>
                                          No problem. I just did not
                                          want to have it fall through
                                          the cracks.<br>
                                          <br>
                                        </div>
                                        Vacation is a much higher
                                        priority for sure.<br>
                                        <br>
                                      </div>
                                      Being retired, I'm always on
                                      vacation.<br>
                                      <br>
                                    </div>
                                    Regards,<br>
                                    <br>
                                  </div>
                                  Bill<br>
                                </div>
                                <div class="gmail_extra"><br>
                                  <br>
                                  <div class="gmail_quote">On Fri, Jul
                                    19, 2013 at 1:15 PM, Burlen Loring <span
                                      dir="ltr"><<a
                                        moz-do-not-send="true"
                                        href="mailto:burlen.loring@gmail.com"
                                        target="_blank">burlen.loring@gmail.com</a>></span>
                                    wrote:<br>
                                    <blockquote class="gmail_quote"
                                      style="margin:0 0 0
                                      .8ex;border-left:1px #ccc
                                      solid;padding-left:1ex">
                                      <div text="#000000"
                                        bgcolor="#FFFFFF">
                                        <div>Hi Bill,<br>
                                          <br>
                                          That would be mine. I commited
                                          a change that enabled OpenGL
                                          features (eg FBO) for Mesa
                                          that were previously
                                          unconditionally disabled
                                          regardless of if the driver
                                          supported it or not.  I've
                                          been cleaning dashboard
                                          failures that popped up after
                                          my patch and looking at
                                          features that were disabled
                                          because of Mesa specific bugs
                                          this week and have a patch
                                          that addresses a number of
                                          them, <a
                                            moz-do-not-send="true"
                                            href="http://review.source.kitware.com/#/c/11985/"
                                            target="_blank">http://review.source.kitware.com/#/c/11985/</a>.
                                          It's been reviewed and I have
                                          to make another pass over it
                                          to address some minor issues
                                          that reviewers found. I am on
                                          vacation today and will be
                                          away until Monday. On Monday I
                                          plan to make the changes to my
                                          patch and merge asap (once
                                          reviewers are satisfied). This
                                          patch may fix the valgrind
                                          issues, but if not I will add
                                          an suppression since the error
                                          reported by valgrind is in
                                          Mesa not VTK.<br>
                                          <br>
                                          Thanks for being patient, my
                                          vacation is planned at an
                                          inconvenient time!<br>
                                          Burlen
                                          <div>
                                            <div><br>
                                              <br>
                                              On 7/19/2013 5:13 AM, Bill
                                              Lorensen wrote:<br>
                                            </div>
                                          </div>
                                        </div>
                                        <blockquote type="cite">
                                          <div>
                                            <div>
                                              <div dir="ltr">Folks,
                                                <div><br>
                                                </div>
                                                <div>There were 86 files
                                                  changed on July 11:</div>
                                                <div><a
                                                    moz-do-not-send="true"
href="http://open.cdash.org/index.php?project=VTK&date=2013-07-12"
                                                    target="_blank">http://open.cdash.org/index.php?project=VTK&date=2013-07-12</a><br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div>This valgrind
                                                  defect appeared:</div>
                                                <div><a
                                                    moz-do-not-send="true"
href="http://open.cdash.org/viewDynamicAnalysisFile.php?id=2973840"
                                                    target="_blank">http://open.cdash.org/viewDynamicAnalysisFile.php?id=2973840</a><br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div>Bill<br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div><br>
                                                </div>
                                              </div>
                                              <br>
                                              <fieldset></fieldset>
                                              <br>
                                            </div>
                                          </div>
                                          <pre>_______________________________________________
Powered by <a moz-do-not-send="true" href="http://www.kitware.com" target="_blank">www.kitware.com</a>

Visit other Kitware open-source projects at <a moz-do-not-send="true" href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>

Follow this link to subscribe/unsubscribe:
<a moz-do-not-send="true" href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a>

</pre>
                                        </blockquote>
                                        <br>
                                      </div>
                                    </blockquote>
                                  </div>
                                  <br>
                                  <br clear="all">
                                  <br>
                                  -- <br>
                                  Unpaid intern in BillsBasement at
                                  noware dot com<br>
                                </div>
                              </blockquote>
                              <br>
                            </div>
                          </div>
                        </div>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      -- <br>
                      Unpaid intern in BillsBasement at noware dot com<br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                    <pre>_______________________________________________
Powered by <a moz-do-not-send="true" href="http://www.kitware.com" target="_blank">www.kitware.com</a>

Visit other Kitware open-source projects at <a moz-do-not-send="true" href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>

Follow this link to subscribe/unsubscribe:
<a moz-do-not-send="true" href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a>

</pre>
                  </blockquote>
                  <br>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            Powered by <a moz-do-not-send="true"
              href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
            <br>
            Visit other Kitware open-source projects at <a
              moz-do-not-send="true"
              href="http://www.kitware.com/opensource/opensource.html"
              target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
            <br>
            Follow this link to subscribe/unsubscribe:<br>
            <a moz-do-not-send="true"
              href="http://www.vtk.org/mailman/listinfo/vtk-developers"
              target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
            <br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>