octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45625] fork on command line


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45625] fork on command line
Date: Sat, 25 Jul 2015 15:04:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

Update of bug #45625 (project octave):

                Category:             Interpreter => Octave Function        
                  Status:               Confirmed => Works For Me           

    _______________________________________________________

Follow-up Comment #3:

The help for the fork function contains the following:

>  0
>       You are in the child process.  You can call 'exec' to start
>       another process.  If that fails, you should probably call
>       'exit'.

So your "else" case should have either an exec() or an exit() in it after it
does something useful. If the child process does not exit, the waitpid() call
in the main process will block.

Everything looks like it's working as expected to me.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45625>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]