[Insight-users] Dashboard Submit Hangs
Bill Hoffman
bill.hoffman at kitware.com
Tue Aug 19 17:14:05 EDT 2008
Sean McBride wrote:
> Last night we took cron out of the picture and ran our build script by
> hand.... while building CMake it got stuck at this point:
>
> ----------
> 99/100 Testing CMake.Toolchain Passed
> 100/100 Testing CMake.GetPrerequisites Passed
>
> 100% tests passed, 0 tests failed out of 100
> Performing coverage
> ----------
>
> There is a ctest process consuming 100% CPU that has been stuck for
> hours. gdb shows it stuck here:
>
> #0 0x947d05e2 in select$DARWIN_EXTSN ()
> #1 0x00285c0d in kwsysProcessWaitForPipe ()
> #2 0x00285832 in cmsysProcess_WaitForData ()
> #3 0x001f7b7d in cmSystemTools::RunSingleCommand ()
> #4 0x001f7f6e in cmSystemTools::RunSingleCommand ()
> #5 0x0004977c in cmCTestScriptHandler::RunConfigurationDashboard ()
> #6 0x0004cb1f in cmCTestScriptHandler::RunCurrentScript ()
> #7 0x0004d79a in cmCTestScriptHandler::RunConfigurationScript ()
> #8 0x0004d858 in cmCTestScriptHandler::ProcessHandler ()
> #9 0x000147d2 in cmCTest::Run ()
> #10 0x000046f6 in main ()
>
> It has the following file descriptor open:
>
> /Users/builder/kitware/CMake-gcc-dbg-i386/Testing/Temporary/
> LastCoverage_20080818-0100.log.tmp
>
> And that file contains only one line:
>
> Performing coverage: 1.21909e+09
>
> I suspect a CMake bug. We're using CMake 2.6.1.
>
What is the ctest script that you are using?
-Bill
More information about the Insight-users
mailing list