Re: Dual kernel made easy

2019-04-29 Thread Jorge Ramirez via Xenomai
On 4/1/19 22:11, Philippe Gerum wrote: > Motivated by the pain we continue to inflict upon ourselves everytime > we need to rebase the I-pipe over a recent kernel release, I started > working to define its future replacement. Now that we have an > implementation of its successor running reliably,

Re: having problems with daemonizing

2019-04-29 Thread Lowell Gilbert via Xenomai
Philippe Gerum via Xenomai writes: > On 4/27/19 12:20 AM, Steve Freyder wrote: >> I think deamonizing in its canonical form of: fork(), let the forked >> process take over, and then exit() in the parent, is problematic when >> you have a wrapped main() where the wrappers already initialized the

RE: having problems with daemonizing

2019-04-29 Thread Lange Norbert via Xenomai
> -Original Message- > From: Xenomai On Behalf Of Lowell > Gilbert via Xenomai > Sent: Freitag, 26. April 2019 23:19 > To: xenomai@xenomai.org > Subject: having problems with daemonizing > > E-MAIL FROM A NON-ANDRITZ SOURCE: AS A SECURITY MEASURE, PLEASE > EXERCISE CAUTION WITH E-MAIL

Re: having problems with daemonizing

2019-04-29 Thread Julien Blanc via Xenomai
Le vendredi 26 avril 2019 à 17:20 -0500, Steve Freyder via Xenomai a écrit : > > I can tell you that I have a hang issue due to fork() in a Xenomai > program if, after the fork(), I don't do an exec(). I believe > the hang is related to registry access, and the fact that the > Unix domain socket