Ooooh... I just tried 'ctest' in my shell with tab-completion. That doesn't work: I just didn't make a link to ctest. I am just a fool (often sometimes)!<br>I will try ctest as soon as I am back on Linux!<br>
<br>Jerome<br><br><div class="gmail_quote">2009/12/10 Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You say you don't have ctest. Are you building vtk with cmake? If so,<br>
then you certainly have ctest. They are siblings.<br>
<div><div></div><div class="h5"><br>
On Thu, Dec 10, 2009 at 6:12 AM, Jérôme <<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>> wrote:<br>
> I took a look at the dashboard, and I found these interesting pages:<br>
><br>
> -<br>
> <a href="http://www.cdash.org/CDash/testSummary.php?project=11&name=TestTextActor3DAlphaBlending&date=2009-12-10" target="_blank">http://www.cdash.org/CDash/testSummary.php?project=11&name=TestTextActor3DAlphaBlending&date=2009-12-10</a><br>
> The test failed on several host. However, how can I know what is the<br>
> failure? segfault or not?<br>
> - <a href="http://www.cdash.org/CDash/viewTest.php?buildid=489767" target="_blank">http://www.cdash.org/CDash/viewTest.php?buildid=489767</a><br>
> I picked one host: the four TextActor failed, and, ok, I can see this is<br>
> segfault here.<br>
><br>
> Sorry to flood the list, but I try to give information when I find them<br>
> relevant - if they are not, feel free to tell me!<br>
><br>
> Jerome<br>
><br>
> 2009/12/10 Jérôme <<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>><br>
>><br>
>> Marcus,<br>
>> I do not have CTest installed on my computer. However, I ran some local<br>
>> tests:<br>
>><br>
>><br>
>> ---------------------------------------------------------------------------------------------------------<br>
>> [euHeart@ltsi-euheart bin]$ ./RenderingCxxTests TestManyActors<br>
>> number of actors: 512<br>
>> number of renders: 100<br>
>> first render time: 0.130488<br>
>> interactive render time: 0.014974<br>
>> render time per actor: 2.92461e-05<br>
>> [euHeart@ltsi-euheart bin]$ ./RenderingCxxTests TestGaussianBlurPass<br>
>> depth peeling was used<br>
>> [euHeart@ltsi-euheart bin]$ ./RenderingCxxTests<br>
>> TestTextActor3DDepthPeeling<br>
>> Segmentation fault (core dumped)<br>
>> [euHeart@ltsi-euheart bin]$ ./RenderingCxxTests<br>
>> TestTextActor3DAlphaBlending<br>
>> Segmentation fault (core dumped)<br>
>> [euHeart@ltsi-euheart bin]$ ./RenderingCxxTests TestTextActorDepthPeeling<br>
>> Segmentation fault (core dumped)<br>
>> [euHeart@ltsi-euheart bin]$ ./RenderingCxxTests TestTextActorAlphaBlending<br>
>> Segmentation fault (core dumped)<br>
>><br>
>> ------------------------------------------------------------------------------------------------------<br>
>><br>
>> One again, this is in the Release built tree. the Debug built tests pass<br>
>> like a charm.<br>
>><br>
>> Jerome<br>
>><br>
>> 2009/12/10 Marcus D. Hanwell <<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>><br>
>>><br>
>>> On Wed, Dec 9, 2009 at 5:03 PM, David Doria <<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>><br>
>>> wrote:<br>
>>>><br>
>>>> On Wed, Dec 9, 2009 at 4:57 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>>>> wrote:<br>
>>>> > I see. It is linking against the paraview version of VTK. That's what<br>
>>>> > threw me. When I run David's example against VTK head, it runs fine.<br>
>>>> ><br>
>>>> > Maybe someone with a paraview vtk can try the example?<br>
>>>> ><br>
>>>> I was under the impression that ParaView's head simply contained a<br>
>>>> link to VTK's head. Is this not correct?<br>
>>>><br>
>>> That is correct, you can build the VTK in the ParaView checkout and get<br>
>>> the same result as building a VTK checkout. Have you tried running the VTK<br>
>>> tests? Running ctest -D Experimental in your build directory should run them<br>
>>> all and upload the results, some of the dashboards run in release mode.<br>
>>> Also, what version of GCC are you using?<br>
>>> Marcus<br>
>>> --<br>
>>> Marcus D. Hanwell, Ph.D.<br>
>>> R&D Engineer, Kitware Inc.<br>
>>> (518) 881-4937<br>
>>><br>
>>> _______________________________________________<br>
>>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>>><br>
>>> Visit other Kitware open-source projects at<br>
>>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>><br>
>>> Please keep messages on-topic and check the VTK FAQ at:<br>
>>> <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
>>><br>
>>> Follow this link to subscribe/unsubscribe:<br>
>>> <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
>>><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at:<br>
> <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
><br>
><br>
</div></div></blockquote></div><br>