* William Weston <[EMAIL PROTECTED]> wrote: > > what are you using kprobes for? Do you get lockups even if you disable > > kprobes? > > I'm not using kprobes currently. I'll recompile and see if the > lockups go away.
ah - it's an 'empty' kprobes check, and python triggered a userspace int3. I think kprobes should really get some RCU locking to check its handler list, to not slow down normal int3 processing. Meanwhile, disabling kprobes in the .config will probably work around this particular problem. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/