[cmake-developers] Test unsuccessful for cmake version 2.8.10.20121108-gc31e1

2012-11-08 Thread Kornel Benko
Hi, running make test on the latest available cmake yields to the following ... Start 12: kwsys.testSystemInformation 13/272 Test #12: kwsys.testSystemInformation ..***Exception: SegFault 0.13 sec ... 99% tests passed, 1 tests failed out of 272 Label Time Summary:

Re: [cmake-developers] Test unsuccessful for cmake version 2.8.10.20121108-gc31e1

2012-11-08 Thread Kornel Benko
Am Donnerstag, 8. November 2012 um 09:47:55, schrieb Kornel Benko kor...@lyx.org Hi, running make test on the latest available cmake yields to the following ... Start 12: kwsys.testSystemInformation 13/272 Test #12: kwsys.testSystemInformation ..***Exception:

Re: [cmake-developers] Test unsuccessful for cmake version 2.8.10.20121108-gc31e1

2012-11-08 Thread Brad King
On 11/08/2012 06:27 AM, Kornel Benko wrote: 13/272 Test #12: kwsys.testSystemInformation ..***Exception: SegFault 0.13 sec I traced it down to Source/kwsys/SystemInformation.cxx:1327 int fam=ifa-ifa_addr-sa_family; In my case, ifa-ifa_addr happens to be NULL. Thanks