[Insight-developers] [ITK Community] Is dashboard hackathon still needed?
Sean McBride
sean at rogue-research.com
Mon Dec 16 13:48:12 EST 2013
On Mon, 16 Dec 2013 11:06:58 -0500, Bradley Lowekamp said:
>Is Jira free from bugs? Are the exotic builds clean?
>
>At minimal we should discuss how to prioritize the remaining issues so
>that the community does not get surprised by a potential significant
>delay of scheduled releases at the the last minute.
I'm not saying this should delay the release, but I'll just take this opportunity to remind people of my 'Mac10.8-clang-dbg-x86_64-static-torture' dashboard. :) The 'torture' refers to the fact that a subset of clang's 'undefined behaviour sanitizer' is enabled (which is kinda like valgrind). It's what gives these kinds of diagnostics:
Modules/Numerics/Statistics/src/itkNormalVariateGenerator.cxx:327:38: runtime error: left shift of negative value -1058799616
In fact, that error is responsible for about half of those test failures. I took a look, but I'm way to scared to touch that code! Anyone know it?
I've taken a stab at two different ones though:
(1)
<http://open.cdash.org/testDetails.php?test=217703330&build=3140820>
Modules/Core/GPUCommon/include/itkGPUReduction.hxx:225:20: runtime error: load of value 170, which is not a valid value for type 'bool'
(2)
<http://open.cdash.org/testDetails.php?test=217703363&build=3140820>
Modules/IO/GE/src/itkGE4ImageIO.cxx:375:29: runtime error: left shift of negative value -2113929216
My patches are here for review:
<http://review.source.kitware.com/13824>
<http://review.source.kitware.com/13825>
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the Insight-developers
mailing list