[collectd] 3 python plugins creates a segfault?

Luke Heberling collectd at c-ware.com
Fri Nov 4 23:33:24 CET 2011


On 11/04/2011 03:13 PM, Mike Zupan wrote:
> I have 3 python plugins loaded in collectd which is causing a
> segfault. I am using
>
> https://github.com/indygreg/collectd-carbon
>
> Along with 2 custom built one. They are all in their own .conf file in
> /etc/collectd/conf.d
>
> If i use any two of them in any combination things work nicely.. but
> as soon as I add the 3rd it segfaults.
>
> collectd version: 4.10.1-10
>
> It has the python patches as described in the above github project

In case it's relevant, I had a similar problem recently that turned out
to be due to having multiple "<Plugin python>" configuration blocks
rather than due to importing multiple python modules for callback
registration.
http://mailman.verplant.org/pipermail/collectd/2011-July/004602.html

--
Luke Heberling



More information about the collectd mailing list