[Cdash] valgrind memcheck results don't show up

Julien Jomier julien.jomier at kitware.com
Wed Nov 11 12:18:31 UTC 2009


That means CDash is trying to insert an object in MySQL that is bigger 
than the allowed packet size. You should increase the maximum allowed 
size in your MySQL configuration (/etc/mysql/my.cnf)

   [mysqld]
   max_allowed_packet=32M (or more)

Julien

Maik Beckmann wrote:
> 2009/11/11 Julien Jomier <julien.jomier at kitware.com>:
>> Hi Maik,
>>
>> Could you check the CDash logs in the backup/cdash.log directory and also
>> the php/apache logs to see if this is some memory limit issues?
>>
>> Julien
>>
> the tail of cdash.log:
> {{{
> [2009-11-11T13:33:32][ERROR](DynamicAnalysis Insert): SQL error: Got a
> packet bigger than 'max_allowed_packet' bytes
> [2009-11-11T13:33:35][ERROR](DynamicAnalysis Insert): SQL error: Got a
> packet bigger than 'max_allowed_packet' bytes
> [2009-11-11T13:33:38][ERROR](DynamicAnalysis Insert): SQL error: Got a
> packet bigger than 'max_allowed_packet' bytes
> [2009-11-11T13:33:40][ERROR](DynamicAnalysis Insert): SQL error: Got a
> packet bigger than 'max_allowed_packet' bytes
> }}}
> 
> /var/log/httpd/error_log contains a on of these:
> {{{
> [Wed Nov 11 13:33:41 2009] [error] [client 192.168.0.1] PHP Warning:
> date(): It is not safe to rely on the system's timezone settings. You
> are *required* to use the date.timezone setting or the
> date_default_timezone_set() function. In case you used any of those
> methods and you are still getting this warning, you most likely
> misspelled the timezone identifier. We selected 'Europe/Berlin' for
> 'CET/1.0/no DST' instead in /srv/http/CDash/cdash/createRSS.php on
> line 103
> }}}
> but I guess its unrelated.
> 



More information about the CDash mailing list