[CMake] Cdash errors

Bill Hoffman bill.hoffman at kitware.com
Fri Feb 6 16:32:52 EST 2009


Bartlett, Roscoe A wrote:
> Hello,
>  
> Our Cdash dashboard is not working and at the top of the HTML page that 
> gets generated it says:
>  
> "Table 'b2g' is marked as crashed and should be repaired"
>  
> Do anyone know what this means and how to repair the table?  I Goggled 
> this and only found this email:
>  
>     _http://public.kitware.com/pipermail/cdash/2008-May/000168.html_
>  
> How can we fix this?
>  

You should run mysqlcheck: 
http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html

The command:
   mysqlcheck --repair cdash build2group

should work but you should also do a
   mysqlcheck --repair cdash

to repair the full database as other stuff maybe broken.

It probably means that the MySQL server has not been shut down properly.

-Bill


More information about the CMake mailing list