Hi - Can you please justify your change to runtime/io.c and tapset/logging.stp? Moving that line of code to stp_exit may be problematic because this function is invoked from more places than the exit() script function. In particular, this change interferes with STAP_SESSION_ERROR state handling. - FChE