Hello,<br>I&#39;m using collectd-4.10.0 on Ubuntu 9.10 64-bit with python 2.6.4rc2. My python plugins seem to be working fine and collect data successfully, but when I checked the logs I noticed that segfaults were occurring frequently and collectd was restarting every 5 minutes.<br>
<br>Here is a snippet from my syslog:<br>May 15 20:06:35 localhost kernel: collectd[5779]: segfault at 9 ip 00007f030d0f1bc0 sp 00007f03057adf48 error 4 in libpython2.6.so.1.0[7f030cfd4000+233000]<br>May 15 20:06:35 localhost collectdmon[19184]: Warning: collectd was terminated by signal 11<br>
May 15 20:06:35 localhost collectdmon[19184]: Warning: restarting collectd<br>May 15 20:06:35 localhost collectd[6096]: Initialization complete, entering read-loop.<br>May 15 20:06:35 localhost collectd[6096]: rrdtool plugin: rrd_update_r (localhost/cpu-0/cpu-user.rrd) failed: localhost/cpu-0/cpu-user.rrd: illegal attempt to update using time 1273953995 when last update time is 1273953995 (minimum one second step)<br>
May 15 20:06:35 localhost collectd[6096]: rrdtool plugin: rrd_update_r (localhost/memory/memory-buffered.rrd) failed: localhost/memory/memory-buffered.rrd: illegal attempt to update using time 1273953995 when last update time is 1273953995 (minimum one second step)<br>
May 15 20:06:35 localhost collectd[6096]: rrdtool plugin: rrd_update_r (localhost/memory/memory-cached.rrd) failed: localhost/memory/memory-cached.rrd: illegal attempt to update using time 1273953995 when last update time is 1273953995 (minimum one second step)<br>
...<br><br>Is there a way to fix this? This seems to happen with every python plugin I&#39;ve tried including the sample one in the docs.<br><br>Thanks,<br>Giorgio<br><br>