perlplugin is segfaulting collectd 5.0.4
Opened this issue · 0 comments
martiei commented
There seems to be an interworking issue withe the collectd-graphite plugin and collectd 5.0.4. collectd will segfault as long as the plugin is enabled. Even the usual LD_PRELOAD workaround doesn't solve the issue. Unfortunately, my perl skills are limited so I can't really debug this.
Plugininstallation went smooth with no errors.
The facts:
SLES 11 SP1 x86_64
perl-5.10.0-64.47.8
collectd-5.0.4-31.1
LD_PRELOAD=/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/CORE/libperl.so /usr/sbin/collectd -f
Segmentation fault
kernel: [1575843.003059] collectd[18823]: segfault at 88c ip 00007fdb8d61b8f4 sp 00007fdb84dbac40 error 4 in libperl.so[7fdb8d57e000+
19f000]
Please advise.