You application is trying to spawn a process with vfork. OSv does not implement processes.
On Tue, Aug 2, 2016 at 11:51 AM, <[email protected]> wrote: > Hi Team, > I'm trying to build an OSv application. I have successfully build the same > using capstan. But when I ran the application it prints the following logs > and exits. > > ~/bin/capstan run > Created instance: test > OSv v0.24 > eth0: 192.168.122.15 > vfork() stubbed > pthread_setcancelstate() stubbed > > I didn't understand the meaning of the messages. Please help me if I > missed something. > Also do we have logs for the OSv apps to understand the errors if any, > while running? > > -- > You received this message because you are subscribed to the Google Groups > "OSv Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
