Results 1 to 4 of 4

Thread: ECHILD issue on Linux machine

  1. #1
    Join Date
    Mar 2009
    Posts
    25

    ECHILD issue on Linux machine

    Hi,
    I have problem in my Linux system. The system is returning ECHILD error on a sys call. I am not familiar with such error. The program runs great on other Linux version but the same when moved to my system returns particular error. It is just a test program which according to me must not generate any so called error. What should I do here now.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,267

    Re: ECHILD issue on Linux machine

    Did the program which you are trying to execute changes the handler for SIGCHILD. If this happens then it is natural that the error will return to your system. This will happen if the SIGCHILd is configured to SIG_IGN. Verify the code before executing the same on your system. Better use strace to see what has happened at the time of call.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,522

    Re: ECHILD issue on Linux machine

    Try to check SIGALRM and see weather you can get any flaw in it. This can be the problem behind your issue. Also check all the options under it. A better option will be trying to check SIGCHLD before call and then again after the call. This will put some information on your screen. I see this the only cause of failure behind this.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,295

    Re: ECHILD issue on Linux machine

    This problem is common on SMP systems. You can get this error if you have a multi-threaded software on your system and you have not compile it with a multi-threaded O/S library. So the error comes out after the call. The same I had faced in my system where the above condition are applied. You can work around the same by treading ECHILD same as EAGAIN.

Similar Threads

  1. Using Sideload Wonder Machine on Linux and Mac
    By Ro-Man in forum Windows Software
    Replies: 6
    Last Post: 21-05-2011, 10:37 AM
  2. Identify Linux machine on LAN
    By Maya Angelou in forum Networking & Security
    Replies: 5
    Last Post: 07-04-2010, 04:39 PM
  3. Virtual Machine for Linux?
    By Bracken in forum Operating Systems
    Replies: 3
    Last Post: 07-04-2009, 08:58 PM
  4. Virtual Machine Additions Issue
    By Walsh in forum Windows Software
    Replies: 3
    Last Post: 01-04-2009, 09:31 AM
  5. Windows on linux machine
    By SushmitaP in forum Operating Systems
    Replies: 2
    Last Post: 25-09-2008, 02:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,582,769.58577 seconds with 17 queries