Displaying 4 results from an estimated 4 matches for "l360".
Did you mean:
360
2018 Nov 13
4
Re: collectd leaks SIGCHLD == SIG_IGN into plugins
...gt; in libvirt to avoid races:
>
> https://libvirt.org/git/?p=libvirt.git;a=blob;f=src/util/vircommand.c;h=de937f6f9aa91abb518eac98bfac9dcf37e1f5df;hb=HEAD#l304
>
> https://libvirt.org/git/?p=libvirt.git;a=blob;f=src/util/vircommand.c;h=de937f6f9aa91abb518eac98bfac9dcf37e1f5df;hb=HEAD#l360
This is absolutely right. What's interesting and new here is that
collectd is actually using dlopen to call external plugins (so not
forking itself). See collectd.git/src/daemon/plugin.c
However it's still not sanitizing the environment sufficiently around
these calls, so it's the s...
2018 Nov 09
4
collectd leaks SIGCHLD == SIG_IGN into plugins
Peter Dimitrov and myself were debugging a very peculiar bug when
libguestfs is run as a plugin from collectd:
https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
into plugins:
https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
This means that any plugin that does the usual
2018 Nov 13
0
Re: collectd leaks SIGCHLD == SIG_IGN into plugins
...execve, as illustrated
in libvirt to avoid races:
https://libvirt.org/git/?p=libvirt.git;a=blob;f=src/util/vircommand.c;h=de937f6f9aa91abb518eac98bfac9dcf37e1f5df;hb=HEAD#l304
https://libvirt.org/git/?p=libvirt.git;a=blob;f=src/util/vircommand.c;h=de937f6f9aa91abb518eac98bfac9dcf37e1f5df;hb=HEAD#l360
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
2006 Jul 31
2
ambiguous column name in has_many :through
...'s items through @my_account.items
everything is fine. However, when I try to find the late items with
@my_account.late_items I get a RuntimeError:
ActiveRecord::StatementInvalid: RuntimeError: ERROR C42702 Mcolumn
reference "closed_at" is ambiguous Fparse_relation.c L360
RscanRTEForColumn: SELECT items.* FROM items INNER JOIN projects ON
items.project_id = projects.id WHERE (projects.account_id = NULL AND
(closed_at IS NULL AND due_on < ''2006-07-31 13:40:17''))
from C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record...