Re: news about cmake segfault

2014-09-26 Thread Stuart Henderson
On 2014/09/25 12:24, Christian Weisgerber wrote: > On 2014-09-25, Vadim Zhukov wrote: > > >> CMake 3.1 (the one with the improved string handling) is scheduled > >> for release on 2014-11-01. > >> > >> Are you ok with just waiting? > > > > Yes, I am ok to wait. Not sure about people doing bulk bu

Re: news about cmake segfault

2014-09-25 Thread Christian Weisgerber
On 2014-09-25, Vadim Zhukov wrote: >> CMake 3.1 (the one with the improved string handling) is scheduled >> for release on 2014-11-01. >> >> Are you ok with just waiting? > > Yes, I am ok to wait. Not sure about people doing bulk builds, though; > I can easily suppose they already hate CMake more

Re: news about cmake segfault

2014-09-25 Thread Vadim Zhukov
2014-09-25 14:48 GMT+04:00 David Coppa : > > Hi all, > > An update on the "infamous" cmake segfault: > > ---8<--- > > Core was generated by `cmake'. > Program terminated with signal 11, Segmentation fault. > > #0 0x032f500b0484 in strlen (str=0x32ec339fff8 "" 0x32ec33a out of boun

news about cmake segfault

2014-09-25 Thread David Coppa
Hi all, An update on the "infamous" cmake segfault: ---8<--- Core was generated by `cmake'. Program terminated with signal 11, Segmentation fault. #0 0x032f500b0484 in strlen (str=0x32ec339fff8 "" ) at /usr/src/lib/libc/string/strlen.c:39 39 for (s = str; *s; ++s) (gd