On Sat, 2007-12-08 at 23:50 +0200, Shachar Shemesh wrote: > Hi all, > > > I need help trying to wrap my head around ptrace. I'm trying to create > the most basic of programs: > > > in the child process (right after the fork) I do:
[... snipped ...] Shachar, You provided us with a description of the expected and actual behaviors. However, it would be better if you provided us with the full source code of a sample program involving ptrace, as written by you. >From skimming man ptrace, it appears that the subprocess is stopped by ptrace actions and needs to be restarted. Overall the ptrace command set seems to be designed around the metaphor of an human-controlled debugger. --- Omer -- One does not make peace with enemies. One makes peace with former enemies. My own blog is at http://www.zak.co.il/tddpirate/ My opinions, as expressed in this E-mail message, are mine alone. They do not represent the official policy of any organization with which I may be affiliated in any way. WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]