Search:

Type: Posts; User: xmariux

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,919

    I found the problem. I tested my accept function...

    I found the problem. I tested my accept function and it returns sometimes error, this makes fork twice. One check of returned value of accept fixed my prob.
    i'm stupid sorry!!!!
  2. Replies
    3
    Views
    2,919

    Thanks a lot man for your answer. I was thinking...

    Thanks a lot man for your answer. I was thinking about this but i don't know how and if the signal function is called. I put a sleep function on parent for 3 secs and it prints normal things. Now...
  3. Replies
    3
    Views
    2,919

    fork problem!!!

    First of all hello,i'm new to this forum!
    I have a prob with the fork function(or i think that i have) and i am confused.

    I have this program



    void bypass_sigint(int sig_no)
    {
    ...
Results 1 to 3 of 3