I have a problem running abyss server included in xmlrpc++ on fedre core 6 in a child process.
When i run it in the main process i have no problem, everything is working well, but when i run it in the child process and i call abyss.run() my child process terminates with an exit status of -1 and i can't understand why. There are some problem running it in a child process? (The child process has it's own session id and it's own process GID).
I've tried to use the log file but it isn't created so i think that the server crash before the creation of the log file.
Thanks in advice for the help.
Pietro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem running abyss server included in xmlrpc++ on fedre core 6 in a child process.
When i run it in the main process i have no problem, everything is working well, but when i run it in the child process and i call abyss.run() my child process terminates with an exit status of -1 and i can't understand why. There are some problem running it in a child process? (The child process has it's own session id and it's own process GID).
I've tried to use the log file but it isn't created so i think that the server crash before the creation of the log file.
Thanks in advice for the help.
Pietro
I do not know if you still have this problem... sorry for answering so late.
Try to run the process in a console and set the "verbose" to 5. Then, we'll see.
Jose