Comment 16 for bug 666211

Revision history for this message
Jay Freeman (saurik) (saurik) wrote :

In case this is saves anyone's time: the top of those stack traces is garbage. Really, all of those processes are simply blocked in the scheduler: the second from the top entry in all the call stacks is a call to schedule() (which I presume is scrambling the registers enough to confuse the stack tracer).