Why do I get the error "cri_syscall(CR_OP_RSTRT_PROCS):Invalid arguments"

From: Locus Jackson (locus_jackson_at_yahoo_dot_com)
Date: Mon Jan 28 2008 - 05:47:46 PST

  • Next message: Neal Becker: "blcr-0.6.3 akmod package"
    Hi,
    I come across this problem when I restart my program.
    I use system("cr_checkpoint -F fildes")  in my program to set a checkpoint,but when I use execlp("cr_restart filename")
    to restart my program in its child process(wait until parent is exited),it always tells me that "cri_syscall(CR_RSTRT_PROCS): Invalid arguments".
    What does this error mean,and what should I do to solve this error in order to use execlp("cr_restart filename")  in child process to rollback to the checkpoint set by system("cr_checkpoint -F fildes")  (fildes: file descriptor of filename).
    Thank you for your help.
    Regards
    Locus.
    
    
    
    
          ____________________________________________________________________________________
    Never miss a thing.  Make Yahoo your home page. 
    http://www.yahoo.com/r/hs
    

  • Next message: Neal Becker: "blcr-0.6.3 akmod package"