[ITK Community] [Insight-developers] Expecting a good dashboard tomorrow

Bradley Lowekamp blowekamp at mail.nih.gov
Tue Nov 26 08:46:00 EST 2013


Hello,

Here is my nightly with VS12 32-bit:

http://open.cdash.org/buildSummary.php?buildid=3115540

It comes back clean.

There reports have also been that VS12 64-bit in Debug is clean.

Also Simon reports:

> These seem to maybe be related to copy ctor on itk::Vector types and the optimizer (VS12, 64 bit)
> 
> e.g.
> 
> 
> code that looks like this:
> 
>  typedef typename TOutputImage::SpacingType SpacingType;
>  const SpacingType spacing = outputImage->GetSpacing();
> 
> leads to a segfault as soon as spacing is accessed (in Release mode, not Debug)

> but 
> 
>  typedef typename TOutputImage::SpacingType SpacingType;
>  const SpacingType &spacing = outputImage->GetSpacing();

I am very suspicious that this is not a bug in ITK.





On Nov 25, 2013, at 10:39 PM, Ho Cheung <hocheung20 at gmail.com> wrote:

> Here’s v4.5rc01 on VS2013 Ultimate 64-bit Release mode. Seems like still quite a lot of segfaults. I’ll have a closer look when I get some time off over Thanksgiving weekend if not solved by then.
> 
> http://open.cdash.org/buildSummary.php?buildid=3114945 
> 
> On Nov 25, 2013, at 8:52 AM, Simon Alexander <skalexander at gmail.com> wrote:
> 
>> Bradley,
>> 
>> Thanks, missed adding the list.  My builds are all 64 bit on 64 bit OS.  I will pull a new copy of master  tonight and manually run the dashboard.
>> 
>> 
>> On Mon, Nov 25, 2013 at 9:36 AM, Bradley Lowekamp <blowekamp at mail.nih.gov> wrote:
>> Simon,
>> 
>> I am including the developers list.
>> 
>> My nightly is 32-bit, perhaps thats related? I'll configure up a 64-bit build nightly too, to see if that's different.
>> 
>> You likely should start with a clean master repo, as start with a fresh CMake configured build too. Results shared on the dashboard are welcomed.
>> 
>> Brad
>> 
>> 
>> 
>> On Nov 25, 2013, at 9:25 AM, Simon Alexander <skalexander at gmail.com> wrote:
>> 
>>> Hi Bradley,
>>> 
>>> It is interesting that the build does not show the same pattern of errors.  If it is helpful I can run the ctest suite again here (win x64, 64 bit builds) but there are certainly things I can't test (like the wrapping).
>>> 
>>> cheers,
>>> Simon
>>> 
>>> 
>>> On Sat, Nov 23, 2013 at 4:07 PM, Bradley Lowekamp <blowekamp at mail.nih.gov> wrote:
>>> Hello,
>>> 
>>> Thanks for all who have contributed patches and reviews in the last couple of days in preparation of the release candidate.
>>> 
>>> I am expecting a good dashboard tomorrow, which should have WrapITK, and VS12 ( 2013 ) green. Here are a couple experimental build I have fired off:
>>> 
>>> http://open.cdash.org/buildSummary.php?buildid=3112037
>>> http://open.cdash.org/buildSummary.php?buildid=3112076
>>> 
>>> Interestingly, VS12 has not test failure which is different than had been reported by others.
>>> 
>>> Thanks,
>>> Brad
>>> _______________________________________________
>>> Powered by www.kitware.com
>>> 
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>> 
>>> Kitware offers ITK Training Courses, for more information visit:
>>> http://kitware.com/products/protraining.php
>>> 
>>> Please keep messages on-topic and check the ITK FAQ at:
>>> http://www.itk.org/Wiki/ITK_FAQ
>>> 
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.itk.org/mailman/listinfo/insight-developers
>>> 
>> 
>> 
>> _______________________________________________
>> Powered by www.kitware.com
>> 
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>> 
>> Kitware offers ITK Training Courses, for more information visit:
>> http://kitware.com/products/protraining.php
>> 
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>> 
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-developers
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20131126/d10eb023/attachment.html>
-------------- next part --------------
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers


More information about the Community mailing list