--- linux/arch/i386/kernel/signal.c 2004-12-29 12:54:59.000000000 -0700 +++ linux-mod/arch/i386/kernel/signal.c 2004-12-29 12:53:23.000000000 -0700 @@ -426,8 +426,8 @@ */ if (regs->eflags & TF_MASK) { regs->eflags &= ~TF_MASK; - if (current->ptrace & PT_DTRACE) - ptrace_notify(SIGTRAP); +// if (current->ptrace & PT_DTRACE) +// ptrace_notify(SIGTRAP); } #if DEBUG_SIG