Linux MIPS Architecture development
 help / color / mirror / Atom feed
* more on my slab problem
@ 2002-07-06 22:10 Steven Seeger
  2002-07-06 22:10 ` Steven Seeger
  2002-07-07  9:38 ` Vivien Chappelier
  0 siblings, 2 replies; 5+ messages in thread
From: Steven Seeger @ 2002-07-06 22:10 UTC (permalink / raw)
  To: linux-mips, linux-mips-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-07 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-06 22:10 more on my slab problem Steven Seeger
2002-07-06 22:10 ` Steven Seeger
2002-07-07  9:38 ` Vivien Chappelier
2002-07-07  9:44   ` Vivien Chappelier
2002-07-07 14:38     ` H. J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox