| To: | <linux-mips@oss.sgi.com>, <linux-mips-kernel@lists.sourceforge.net> |
|---|---|
| Subject: | more on my slab problem |
| From: | sseeger@stellartec.com (Steven Seeger) |
| Date: | Sat, 6 Jul 2002 15:10:04 -0700 |
| Importance: | Normal |
| Reply-to: | <sseeger@stellartec.com> |
| Sender: | owner-linux-mips@oss.sgi.com |
The page fault is happening in __wake_up_common() On the 3rd time through the list_for_each() block, a wait_queue_t *curr = list_entry(tmp, wait_queue_t, task_list); line returns a curr of 0xFFFFFFF8 and it page faults on the p = curr->task line because obviously that's a bad address. (page faults on 0xFFFFFFFC) I'm sorry to write to both lists but neither has a lot of activity and I'm hoping somebody on one of the lists could help. Steve |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | FW: [Linux-mips-kernel]my slab problem, Steven Seeger |
|---|---|
| Next by Date: | never mind, Steven Seeger |
| Previous by Thread: | FW: [Linux-mips-kernel]my slab problem, Steven Seeger |
| Next by Thread: | Re: more on my slab problem, Vivien Chappelier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |