<br>On Tue, Feb 19, 2008 at 9:49 PM, Alexander Neundorf &lt;<a href="mailto:a.neundorf-work@gmx.net" target="_blank">a.neundorf-work@gmx.net</a>&gt; wrote:<br>&gt;Yes, crashes with 2.4.6, works with cvs.<br>
&gt;Can you please check with 2.4.8 ?<br><br>I updated to 2.4.8 crash still reproducible here is the output<br><br>pepone@sirius ~/kk/cmake-glob-bug/build $ cmake --version<br>cmake version 2.4-patch 8<br>pepone@sirius ~/kk/cmake-glob-bug/build $ cmake ../<br>
-- Check for working C compiler: /usr/bin/gcc<br>-- Check for working C compiler: /usr/bin/gcc -- works<br>-- Check size of void*<br>-- Check size of void* - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
Segmentation fault<br><br>pepone@sirius ~/kk/cmake-glob-bug/build $ gdb cmake<br>GNU gdb 6.7.1<br>Copyright (C) 2007 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>&gt;<br>
This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.&nbsp; Type &quot;show copying&quot;<br>and &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;i486-pc-linux-gnu&quot;...<br>
(no debugging symbols found)<br>Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.<br>(gdb) run ..<br>Starting program: /usr/bin/cmake ..<br>(no debugging symbols found)<br>(no debugging symbols found)<br>
(no debugging symbols found)<br>(no debugging symbols found)<br>(no debugging symbols found)<br>(no debugging symbols found)<br>(no debugging symbols found)<br>(no debugging symbols found)<br>(no debugging symbols found)<br>
-- Check for working C compiler: /usr/bin/gcc<br>-- Check for working C compiler: /usr/bin/gcc -- works<br>-- Check size of void*<br>-- Check size of void* - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
<br>Program received signal SIGSEGV, Segmentation fault.<br>0x081978eb in cmsys::RegularExpression::find ()<br>(gdb) bt<br>#0&nbsp; 0x081978eb in cmsys::RegularExpression::find ()<br>#1&nbsp; 0x08196956 in cmsys::Glob::ProcessDirectory ()<br>
#2&nbsp; 0x08196c75 in cmsys::Glob::FindFiles ()<br>#3&nbsp; 0x0811c7c0 in cmFileCommand::HandleGlobCommand ()<br>#4&nbsp; 0x0811e87c in cmFileCommand::InitialPass ()<br>#5&nbsp; 0x0812f948 in cmCommand::InvokeInitialPass ()<br>#6&nbsp; 0x080e23f1 in cmMakefile::ExecuteCommand ()<br>
#7&nbsp; 0x080e4384 in cmMakefile::ReadListFile ()<br>#8&nbsp; 0x0816d13e in cmLocalGenerator::Configure ()<br>#9&nbsp; 0x08175398 in cmLocalUnixMakefileGenerator3::Configure ()<br>#10 0x08156721 in cmGlobalGenerator::Configure ()<br>#11 0x08109b2b in cmake::Configure ()<br>
#12 0x0810d4bd in cmake::Run ()<br>#13 0x080d3988 in do_cmake ()<br>#14 0x080d3c34 in main ()<br>(gdb)<br>