[Insight-developers] Expecting a good dashboard tomorrow

Simon Alexander skalexander at gmail.com
Tue Nov 26 09:46:52 EST 2013


I have the same suspicion.  If I can find the time I will look for root
cause and a work around if possible.

Unfortunately, regressions took precedence and I haven't been able to rerun
the dashboard.  I'll look at this again when I have a free machine.


On Tue, Nov 26, 2013 at 8:46 AM, Bradley Lowekamp <blowekamp at mail.nih.gov>wrote:

> 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://www.itk.org/pipermail/insight-developers/attachments/20131126/072defa4/attachment.htm>


More information about the Insight-developers mailing list