A bugfix for my ASCII ART ;-) Wrong order (utrace behavior now): syscall enter: process -VM (modification) -> strace -> kernel syscall exit: kernel -VM (restore) -> strace -> process Right order (proposed): syscall enter: process -> strace -> VM (modification) -> kernel syscall exit: kernel -> VM (restore) -> strace -> process Sorry for this trailing errata message. renzo