Re: Expect defunct, kill -9 panics kernel?
James Bottomley <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2007-02-10 at 12:16 -0500, Carlos O'Donell wrote: > At what point in the process life are we in __wake_up and > __wake_up_common? > An address of 0x10 is very suspicious. Almost every internal kernel event or semaphore uses these. Because of the empty backtrace, I'd be inclined to say it was the scheduler, possibly. 0x10 looks to be curr->func implying curr is NULL and thus the queue task_list is corrupt. That's the best I can do without the kernel to pull apart. James