<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.2">
</HEAD>
<BODY>
Dnia 2010-08-23, pon o godzinie 13:42 +0200, Sebastian Harl pisze:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

On Mon, Aug 23, 2010 at 01:34:08PM +0200, XANi wrote:
&gt; Dnia 2010-08-23, pon o godzinie 13:11 +0200, Sebastian Harl pisze:
&gt; &gt; On Mon, Aug 23, 2010 at 04:02:57AM +0200, XANi wrote:
&gt; &gt; &gt; So after running something like:  
&gt; &gt; &gt; while sleep 30 ; do /etc/init.d/collectd restart; done
&gt; &gt; &gt; after some time (sometimes few minutes sometimes an hour or more) i get
&gt; &gt; &gt; tons of collectd processes lying around (ive added output of ps aux as
&gt; &gt; &gt; attachment) and sometimes after restart.
&gt; &gt; [&#8230;]
&gt; &gt; &gt; It seems to trigger when both exec and unixsock plugins are on, if i
&gt; &gt; &gt; turn off one of them it works fine. Ah and im using 64 bit debian
&gt; &gt; &gt; testing.
&gt; &gt; 
&gt; &gt; Uhm, strange. Could you please check (e.g. using &quot;strace -p &lt;pid&gt;&quot;) what
&gt; &gt; those collectd processes are doing? What's the parent of those processes
&gt; &gt; (PPID in &quot;ps ax -l&quot; or use something like &quot;ps axjf&quot;)? Are you able to
&gt; &gt; kill those processes using signal SIGINT or SIGTERM?

&gt; Ok so:
&gt; --
&gt; # ps ax |grep col
&gt; 4792 ?        SLsl   0:00 /usr/sbin/collectd
&gt; -C /etc/collectd/collectd.conf -P /var/run/collectd.pid
&gt; 4800 ?        S      0:00 /usr/sbin/collectd
&gt; -C /etc/collectd/collectd.conf -P /var/run/collectd.pid
&gt; --
&gt; as attachment result of strace -t -ff -o /tmp/4792 -p 4792 and
&gt; strace -t -ff -o /tmp/4800 -p 4800
&gt; 
&gt; parent of PID 4800 is 4792
&gt; 4792 reacts on sigterm, 4800 both SIGTERM and SIGQUIT doesn't work, only
&gt; SIGKILL

&gt; 4800.4800:
&gt; 13:25:33 futex(0x7fe9098f7550, FUTEX_WAIT_PRIVATE, 2, NULL &lt;unfinished ...&gt;

Thanks. Looks like some kind of deadlock :-/ I'll look into that.
</PRE>
</BLOCKQUOTE>
If u want i can give u access to VM with that bug already &quot;trigerred&quot; and root access so u can install debug tools, just send me ur ssh pubkey<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
Mariusz Gronczewski (XANi) &lt;<A HREF="mailto:xani666@gmail.com">xani666@gmail.com</A>&gt;
GnuPG: 0xEA8ACE64
<A HREF="http://devrandom.pl">http://devrandom.pl</A>
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>