Profile
Achievement
 
    
                CUViper's Recent SnippetsTagged c
- All /
 « Prev 1 Next »
With the typical fork+exec method of spawning an application, you are left in the dark about failures in the exec.  Once the fork occurs, the "main" process doesn't have any communication channel except waitpid, so it's hard to tell what happened....
        
        
        
            1 
        
        
            1252 
        
                    posted 18 years ago by CUViper