Displaying 3 results from an estimated 3 matches for "l280".
Did you mean:
1280
2018 Nov 08
2
Re: guestfs_launch() fails when C application is started as a systemd service
Here are strace outputs per process.
strace_output.22076 is the plugin's pid. (A little before forking)
strace_output.22077 runs qemu-img
strace_output.22078 is a mystery to me
strace_output.22079 is rm -rf to the overlay image and its temporary dir.
Best Regards,
Peter
On Wed, Nov 7, 2018 at 4:38 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> On Wed, Nov 07, 2018 at
2018 Nov 08
0
Re: guestfs_launch() fails when C application is started as a systemd service
...ly fork a process in Unix. Here's
what libvirt does, which is the most comprehensive code that I know
of. It involves resetting multiple things before running the child:
https://libvirt.org/git/?p=libvirt.git;a=blob;f=src/util/vircommand.c;h=de937f6f9aa91abb518eac98bfac9dcf37e1f5df;hb=HEAD#l280
While you're getting the collectd bug fixed, the easiest workaround is
probably to add:
signal (SIGCHLD, SIG_DFL);
in your code.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com...
2017 Dec 21
2
How to implement lowerReturn for poring GlobalISel to RISCV?
...RM[4] please give me some hint, thanks a lot!
[1] http://llvm.org/devmtg/2017-10/#tutorial2
[2]
https://github.com/riscv/riscv-isa-manual/blob/master/src/machine.tex#L539
[3] https://reviews.llvm.org/D40383
[4]
https://github.com/llvm-mirror/llvm/blob/master/lib/Target/ARM/ARMCallLowering.cpp#L280
--
Regards,
Leslie Zhai - https://reviews.llvm.org/p/xiangzhai/