Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-09 Thread Klaim - Joël Lamotte
On Fri, Jul 4, 2014 at 9:50 AM, Andrew Maclean andrew.amacl...@gmail.com wrote: Hi All, Has anyone noticed a problem with CMake 3.0 in Windows? I switched recently to CMake 3.0 for my project (uninstalled previous cmake, installed new cmake, changed cmake scripts version requirement to 3.0) I

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-09 Thread Andrew Maclean
I have no problems with any other CMake build just with the vtk wiki examples. If you get a chance I would appreciate it if you could try a 64-bit build on the examples to see if the same issue happens to you. Regards Andrew. On Jul 9, 2014 7:10 PM, Klaim - Joël Lamotte mjkl...@gmail.com wrote:

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-09 Thread Andrew Maclean
That's similar to what I am seeing in that memory is not released. I built a debug version of CMake and the memory climbed to over 4gb it didn't crash but never released the memory Visual Studio was waiting for it to exit even though it had vanished from the task manager. Thanks for confirming

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-08 Thread Andrew Maclean
I downloaded the most recent version of CMake in the master and built is with VS 12 2013 64bit. I ran the debug version on the Wikiexamples and it consumed over 4GB of memory. It seemed to run to completion after about 4h and I could close it but it did not exit normally as the Visual Studio IDE

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-07 Thread Brad King
On 07/04/2014 03:50 AM, Andrew Maclean wrote: Has anyone noticed a problem with CMake 3.0 in Windows? Have you tested on other versions of Windows other than 8.1? I doubt it is dependent on the version of Windows. Using cmake-gui in Windows 8.1 on the VTK Wiki Examples. The compiler is: VS 12

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-07 Thread Andrew Maclean
HI Brad, 1) I only have Windows 8,1 but, like you, I don't think that is the issue. 2) The VTK version I am using is from the master: SHA1 ID: 6ab475b49b0d3c29742c5fc7edf98767cc9712d5 dated 2014-06-26 09:29:34. How do I determine on which particular example it fails? Configure runs Ok, but

[CMake] cmake-gui crash in Windows 8.1

2014-07-04 Thread Andrew Maclean
Hi All, Has anyone noticed a problem with CMake 3.0 in Windows? Using cmake-gui in Windows 8.1 on the VTK Wiki Examples. The compiler is: VS 12 2013 Win64 Configure works Ok, however generate fails with a run-time error when it has completed about 75% of the generation process - it seems to hang