Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Sean McBride
On Wed, 22 May 2013 17:07:42 -0400, Bill Hoffman said: >How does that change the alignment of the buffer? Maybe I've looked too quickly at the code... I'm suggesting this pattern change: short* buffer_from_somewhere = ... double foo = *((double*)buffer_from_somewhere); to short* buffer_from_so

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Paweł Sikora
On Wednesday 22 of May 2013 17:07:42 Bill Hoffman wrote: > On 5/22/2013 5:00 PM, Sean McBride wrote: > > memcpy(). (And compilers these days often optimize well-known functions > > like memcpy().) > > > > Cheers, > How does that change the alignment of the buffer? memcpy handles unaligned buffer

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Bill Hoffman
On 5/22/2013 5:00 PM, Sean McBride wrote: memcpy(). (And compilers these days often optimize well-known functions like memcpy().) Cheers, How does that change the alignment of the buffer? BTW, seems that FreeBSD uses an older version of this code: https://www.delphij.net/fbdoxy/subsys/crypt

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Sean McBride
On Wed, 22 May 2013 16:43:21 -0400, Bill Hoffman said: >Anybody have suggestions for a fix? This code was taken from here: >http://www.aarongifford.com/computers/sha.html > >Is there a way to get a struct like that to align correctly? Maybe make >it a union with something that is the same numb

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Bill Hoffman
On 5/22/2013 3:58 PM, Rolf Eike Beer wrote: This isn't entirely unexpected: http://open.cdash.org/viewBuildError.php?type=1&buildid=2912493 Anybody have suggestions for a fix? This code was taken from here: http://www.aarongifford.com/computers/sha.html Is there a way to get a struct like th

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Rolf Eike Beer
Paweł Sikora wrote: > On Sunday 19 of May 2013 20:34:28 Paul Lanken wrote: > > t@1 (l@1) program terminated by signal BUS (invalid address alignment) > > Current function is cmSHA512_Internal_Transform > > > > 1340 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + > > > > (W512[

Re: [CMake] SEGV and signal BUS with cmake-2.8.11 on Solaris 10

2013-05-22 Thread Paweł Sikora
On Sunday 19 of May 2013 20:34:28 Paul Lanken wrote: > t@1 (l@1) program terminated by signal BUS (invalid address alignment) > Current function is cmSHA512_Internal_Transform > 1340 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + > (W512[j] = *data++); > (dbx) > where > curren

Re: [CMake] Status/use of CMake on Cygwin

2013-05-22 Thread Alexander Neundorf
On Monday 20 May 2013, Alan W. Irwin wrote: > On 2013-05-20 12:31+0200 Alexander Neundorf wrote: > > On Monday 20 May 2013, Alan W. Irwin wrote: > >> On 2013-05-19 21:06- David Cole wrote: > >>> Disclaimer: I have found (over the years) the Cygwin environment to > >> > >> be ridiculously, enor

Re: [CMake] Different settings for different configurations in Xcode

2013-05-22 Thread Matthew Bentham
We have recently stumbled across this problem, tracked in Mantis at: http://www.cmake.org/Bug/view.php?id=12532 On 19 Oct 2011, at 11:18, Daniel Dekkers wrote: > I still have issues with the CMake feature to define different settings for > different configurations in Xcode (4.0.2). > Related to

[CMake] Jenkins & CTest xml output

2013-05-22 Thread Gregoire Aujay
Hello, The maintener of Jenkins' xUnit plugin has added the support of CTest xml output format. It uses rpavlik xslt file to transform CTest xml format to JUnit's. https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin https://github.com/rpavlik/jenkins-ctest-plugin Regards, Gregoire -- Pow